unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: JRancier@penntraffic.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: fontification question
Date: Thu, 17 Jan 2008 23:51:49 +0100	[thread overview]
Message-ID: <478FDC05.5020101@gmail.com> (raw)
In-Reply-To: <OFCA0953A7.1AC58FBA-ON852573D3.006EE0B2-852573D3.006F2C62@penntraffic.com>

JRancier@penntraffic.com wrote:
> 
> 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


I am surprised that the first one works. Should it really do that?

Perhaps you can use hi-lock-mode?

  reply	other threads:[~2008-01-17 22:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17 20:14 fontification question JRancier
2008-01-17 22:51 ` Lennart Borgman (gmail) [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=478FDC05.5020101@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=JRancier@penntraffic.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).