# HG changeset patch # User Dan Nicolaescu # Date 1205899898 0 # Node ID 8e178f983411dc09e11b64ddd2191c460583b821 # Parent d06bd8b20a4e7c865cb95a469b5b3aa3cb91c9c8 *** empty log message *** diff -r d06bd8b20a4e -r 8e178f983411 etc/NEWS --- a/etc/NEWS Wed Mar 19 04:00:52 2008 +0000 +++ b/etc/NEWS Wed Mar 19 04:11:38 2008 +0000 @@ -122,12 +122,17 @@ `compilation-scroll-output' if you want to retain the scrolling. ** `font-lock-comment-face' no longer differs from the default on -displays with fewer than 16 colors (e.g. older xterms and the Linux console). -On such displays, only the comment delimiters will appear to be fontified -(in the new face `font-lock-comment-delimiter-face'). To restore the -old appearance, customize `font-lock-comment-face', or use a newer terminal -emulator that supports more colors (256 is now common). (This was new -in Emacs 22.1, but was not described.) +displays with fewer than 16 colors and dark background (e.g. older +xterms and the Linux console). On such displays, only the comment +delimiters will appear to be fontified (in the new face +`font-lock-comment-delimiter-face'). To restore the old appearance, +customize `font-lock-comment-face', or use a newer terminal emulator +that supports more colors (256 is now common). For example for xterm +compatible emulators you can run emacs like this: +env TERM=xterm-256color emacs -nw +(This was new in Emacs 22.1, but was not described. In Emacs 22.1 +this also happened for terminals with a light background, that is not +the case anymore). * New Modes and Packages in Emacs 22.2