unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* fontification question
@ 2008-01-17 20:14 JRancier
  2008-01-17 22:51 ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 6+ messages in thread
From: JRancier @ 2008-01-17 20:14 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 560 bytes --]

Given the following code:

(setq font-lock-todo-face (make-face 'font-lock-todo-face))
(set-face-foreground 'font-lock-todo-face "Red")
(set-face-background 'font-lock-todo-face "Yellow")

(font-lock-add-keywords 'jde-mode
                        '(("\\(TODO:.*$\\)" 1 font-lock-todo-face 
prepend)))

Can anyone tell me why the following is correctly fontified (in jde-mode):

    /*
     *
     *  TODO: REMOVE DEBUG STATEMENTS 
     * 
     */

And this isn't?

    /** 01-17-08  jbr
     *
     *  TODO: REMOVE DEBUG STATEMENTS 
     * 
     */

TIA,
Jeff

[-- Attachment #1.2: Type: text/html, Size: 1697 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <4790FF74.3050601@gmail.com>]

end of thread, other threads:[~2008-01-18 20:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 20:14 fontification question JRancier
2008-01-17 22:51 ` Lennart Borgman (gmail)
2008-01-18 13:34   ` JRancier
     [not found] <4790FF74.3050601@gmail.com>
2008-01-18 19:57 ` JRancier
2008-01-18 20:16   ` Lennart Borgman (gmail)
2008-01-18 20:23     ` JRancier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).