[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: font-lock-comment-delimiter-face
From: |
Kim F. Storm |
Subject: |
Re: font-lock-comment-delimiter-face |
Date: |
Thu, 19 May 2005 17:01:04 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> BTW, let me try to be constructive instead of just trying to shoot down
> the feature.
>
> How 'bout we change the current buggy code and replace it with something
> more general (and thus more useful to those people who aren't among the
> rare few who use 8 color ttys and whose red is not readable and who haven't
> already changed their font-lock colors):
>
> Introduce font-lock-comment-keywords which would basically work like
> font-lock-keywords, except it's applied only to comments (with the buffer
> narrowed to just the comment so that comment-start-skip matches correctly,
> without needing font-lock-comment-start-skip). This way we could highlight
> all nested comments in SML, or we could highlight the "*" used on some
> continuation lines in some multiline C commenting styles, and people could
> set it to nil if they don't care about the feature, and major modes could
> add stuff to it, e.g. to highlight javadoc directives, ...
That would be excellent -- after the release.
Since there is such a good way to DTRT, I definitely think
the current comment delimiter highlighting should be removed.
JM2c.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: font-lock-comment-delimiter-face, (continued)
- Re: font-lock-comment-delimiter-face, Paul Pogonyshev, 2005/05/14
- Re: font-lock-comment-delimiter-face, David Kastrup, 2005/05/15
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/17
- Re: font-lock-comment-delimiter-face, David Kastrup, 2005/05/16
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/16
- Re: font-lock-comment-delimiter-face, Edward O'Connor, 2005/05/17
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/18
- Re: font-lock-comment-delimiter-face, Lute Kamstra, 2005/05/18
- Re: font-lock-comment-delimiter-face, Stefan Monnier, 2005/05/19
- Re: font-lock-comment-delimiter-face, Stefan Monnier, 2005/05/19
- Re: font-lock-comment-delimiter-face,
Kim F. Storm <=
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/20
- Re: font-lock-comment-delimiter-face, Kim F. Storm, 2005/05/19
- Re: font-lock-comment-delimiter-face, David Kastrup, 2005/05/19
- Re: font-lock-comment-delimiter-face, Dan Nicolaescu, 2005/05/19
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/20
- Re: font-lock-comment-delimiter-face, Dan Nicolaescu, 2005/05/21
- Re: font-lock-comment-delimiter-face, Richard Stallman, 2005/05/16
- Re: font-lock-comment-delimiter-face, Romain Francoise, 2005/05/18
Re: font-lock-comment-delimiter-face, Ralf Angeli, 2005/05/14