help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fontifying function calls in emacs-lisp-mode


From: Nordlöw
Subject: Re: Fontifying function calls in emacs-lisp-mode
Date: 26 Apr 2007 02:21:34 -0700
User-agent: G2/1.0

On 25 Apr, 08:36, martin rudalics <rudal...@gmx.at> wrote:
> (defun pnw-emacs-lisp-mode-extra-font-locking ()
>    (font-lock-add-keywords
>     nil
>     (list
>      ...
>     t)) ; Try to assign the third argument HOW here to anything but 'set

Brilliant!

I had forgot about that argument...

It just realized that my regexp does not correctly fontify quoted
constructs. I guess you need a full emacs-lisp parser to do that. But
it works good enough for my needs.


Thanks,

Nordlöw



reply via email to

[Prev in Thread] Current Thread [Next in Thread]