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

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

bug#17325: 24.3.90; can not font-lock @ function


From: Stefan Monnier
Subject: bug#17325: 24.3.90; can not font-lock @ function
Date: Wed, 23 Apr 2014 10:52:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Try this code snippet in emacs-lisp-mode and you should see the function
> name after @ not font-locked:
> (defun who-@-how ()
>   )


That's because of its "prefix" syntax for use in ,@.
I guess we could change its syntax from "'" to "_ p".
Can someone try it out and install that change if it seems to work well?


        Stefan





reply via email to

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