all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ken <gebser@speakeasy.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: font-lock-add-keywords problem
Date: Thu, 09 Mar 2006 16:57:59 -0500	[thread overview]
Message-ID: <4410A4E7.6070008@speakeasy.net> (raw)
In-Reply-To: <719707752@web.de>



Stefan Bienert wrote:
> Hi there,
> 
> I have a problem with the adding of own types to the c-mode in emacs. I have used:
> 
> (font-lock-add-keywords
>  'c-mode
>  '(("\\<\\(Shortint\\)\\>" 1 font-lock-type-face t)))
> 
> to make emacs highlighting the type "Shortint". But now its also highlighted in comments /* Shortint */.
> What can I do to unhighlight it in comments?
> 

>From "C-h f font-lock-add-keywords":

"For example:

 (font-lock-add-keywords 'c-mode
  '(("\\<\\(FIXME\\):" 1 font-lock-warning-face prepend)
    ("\\<\\(and\\|or\\|not\\)\\>" . font-lock-keyword-face)))

adds two fontification patterns for C mode, to fontify `FIXME:' words,
even in comments, and to fontify `and', `or' and `not' words as
keywords...."

I'm no elisp programmer at all, but since no one else seems to know, I'm
guessing that you need to employ the syntax in the third line of the
example.  As a sidenote though, I tried the snippet of code above, only
changing "c-mode" to "html-helper-mode" and didn't get any highlighting
at all (this in a buffer which has html tags already highlighted).  The
help page didn't say anything about bat wings or eye of newt, but I
think you need those too.

hth,
ken
-- 
"This world ain't big enough for the both of us,"
said the big noema to the little noema.

  reply	other threads:[~2006-03-09 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-05 15:41 font-lock-add-keywords problem Stefan Bienert
2006-03-09 21:57 ` ken [this message]
     [not found] <mailman.74.1141573314.21065.help-gnu-emacs@gnu.org>
2006-03-05 18:48 ` Johan Bockgård

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

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

  git send-email \
    --in-reply-to=4410A4E7.6070008@speakeasy.net \
    --to=gebser@speakeasy.net \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.