[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comment Syntax Highlighting in 22.1
From: |
Glenn Morris |
Subject: |
Re: Comment Syntax Highlighting in 22.1 |
Date: |
Mon, 04 Jun 2007 17:15:18 -0700 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
"Mike Richards" wrote:
> (this is at the console, not xemacs).
Emacs is Emacs, whether running in the console or under X (or both).
"xemacs" is a different thing.
> In the previous version of emacs, the entire second line would be
> highlighted red. But in 22.1 version only the pound sign is red, and
> the rest of the line is in the default color (white).
>
> How is it possible to get the entire line to be red again?
M-x customize-face font-lock-comment-face
You may wish to set it to inherit from font-lock-comment-delimiter-face.