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

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

bug#23465: 25.0.93; `lambda' after hash-quote not highlighted as keyword


From: Anders Lindgren
Subject: bug#23465: 25.0.93; `lambda' after hash-quote not highlighted as keyword
Date: Tue, 10 May 2016 17:00:28 +0200

On Fri, May 6, 2016 at 8:32 PM, Anders Lindgren <andlind@gmail.com> wrote:
Hi!

The attached patch fix the problem. It considers '(xxx) not to be a function calling position (like before), but #'(xxx) is (unlike before).

Is it the way we should handle this problem? If so, can this go into emacs-25? (The only use of the modified function, which didn't exist in Emacs 24, is for highlighting lisp keywords.)


Ping!

John? Eli?

    // Anders 


reply via email to

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