emacs-devel
[Top][All Lists]
Advanced

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

Request for changing regexp for `&' lambda list keywords


From: Tobias C. Rittweiler
Subject: Request for changing regexp for `&' lambda list keywords
Date: Mon, 23 Jan 2006 15:17:29 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

Hi Emacs-hackers,

the regexp responsible for recognizing lambda list keywords looks
currently like this: 

  ;; ELisp and CLisp `&' keywords as types.
  ("\\&\\sw+\\>" . font-lock-type-face)

(part of LISP-FONT-LOCK-KEYWORDS-2 in `font-lock.el')

I'd like to propose changing the regexp to "\\<\\&\sw+\\>" such that
symbols like, for instance, the symbol `FROB-&KEY-PARAMETERS' that
surely names a function, don't get fontified just right after the
ampersand in FONT-LOCK-TYPE-FACE.


  -*- tcr





reply via email to

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