Re: highlighting let+
- From: Joerg Mertens <joerg-mertens@xxxxxxxxxxx>
- Date: Sun, 22 Jan 2012 15:54:11 +0100
On 2012-01-22, Tamas Papp <tkpapp@xxxxxxxxx> wrote:
How can I highlight the symbol `let+' in Emacs (SLIME etc, standard setup)?
I tried
(font-lock-add-keywords nil
'(("let+" . font-lock-keyword-face)))
but the `+' isn't highlighted, only the `let'.
"let\\+" works here. But nil means, that it's only set for
the current buffer. If you want to set the keyword for example for
lisp-mode, you have to replace nil with 'lisp-mode.
Regards
Joerg
.
- References:
- highlighting let+
- From: Tamas Papp
- highlighting let+
- Prev by Date: Very Huge collection of Solutions Manuals & Test Banks
- Next by Date: Re: highlighting let+
- Previous by thread: Re: highlighting let+
- Next by thread: Very Huge collection of Solutions Manuals & Test Banks
- Index(es):
Relevant Pages
|