all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: Re: font-lock-add-keywords problem
Date: Sun, 05 Mar 2006 19:48:19 +0100	[thread overview]
Message-ID: <yoijzmk47moc.fsf@iota202.dd.chalmers.se> (raw)
In-Reply-To: mailman.74.1141573314.21065.help-gnu-emacs@gnu.org

Stefan Bienert <stefanbienert@web.de> writes:

> 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)))
                                                   
Remove the `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?

,----[ C-h v font-lock-keywords RET ]
| [...]
|
| MATCH-HIGHLIGHT should be of the form:
| 
|  (SUBEXP FACENAME [OVERRIDE [LAXMATCH]])
|
| [...]
|
| If OVERRIDE is t, existing fontification can be overwritten. [...]
`----

-- 
Johan Bockgård

       reply	other threads:[~2006-03-05 18:48 UTC|newest]

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

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=yoijzmk47moc.fsf@iota202.dd.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    /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.