all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bufie <bufie@spamneggs.com>
To: help-gnu-emacs@gnu.org
Subject: Re: please help with font-lock-add-keywords
Date: Thu, 31 Dec 2009 16:14:24 -0700	[thread overview]
Message-ID: <hhjb8n$23j$1@news.eternal-september.org> (raw)
In-Reply-To: <mailman.477.1262264969.18930.help-gnu-emacs@gnu.org>

Tassilo Horn wrote:
> bufie <bufie@spamneggs.com> writes:
> 
> Hi!
> 
>> I'd like to fontify a whole bunch of function names for a project I'm
>> working on (which uses lisp mode, not emacs-lisp-mode -- for
>> reference, I'm using GNU emacs 23.1.1).
> 
> This works for me and highlights any symbol starting with qbb- in the
> keyword face.
> 
> --8<---------------cut here---------------start------------->8---
> (font-lock-add-keywords 
>  'lisp-mode
>  '(("\\<qbb-[[:alnum:]-]+\\>" . font-lock-keyword-face)))
> --8<---------------cut here---------------end--------------->8---

Thanks!  This is perfect -- it seems to do exactly what I needed!  (and
thanks for the help on the other possibilities as well -- that's great
and may come in handy in the future!)

Thanks again, and Happy New Year!

-b



  parent reply	other threads:[~2009-12-31 23:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-31  1:06 please help with font-lock-add-keywords bufie
2009-12-31 13:08 ` Tassilo Horn
     [not found] ` <mailman.477.1262264969.18930.help-gnu-emacs@gnu.org>
2009-12-31 23:14   ` bufie [this message]
2010-01-07  0:39   ` David Combs
2010-01-07  1:01     ` Lennart Borgman

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='hhjb8n$23j$1@news.eternal-september.org' \
    --to=bufie@spamneggs.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.
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.