GNU bug report logs - #13819
24.3.50; keywords args are no more font-locked

Previous Next

Package: emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Tue, 26 Feb 2013 10:02:02 UTC

Severity: normal

Merged with 13767

Found in version 24.3.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 13819 <at> debbugs.gnu.org
Subject: bug#13819: 24.3.50; keywords args are no more font-locked
Date: Tue, 26 Feb 2013 22:17:57 +0100
Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:

>> diff --git a/lisp/font-lock.el b/lisp/font-lock.el
>> index e5ce4db..9436012 100644
>> --- a/lisp/font-lock.el
>> +++ b/lisp/font-lock.el
>> @@ -2336,9 +2336,9 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
>>         ("`\\(\\(?:\\sw\\|\\s_\\)\\(?:\\sw\\|\\s_\\)+\\)'"
>>          (1 font-lock-constant-face prepend))
>>         ;; Constant values.
>> -       ("\\<:\\(?:\\sw\\|\\s_\\)+\\>" 0 font-lock-builtin-face)
>> +       ("\\_<:\\(?:\\sw\\|\\s_\\)+\\_>" 0 font-lock-builtin-face)
>>         ;; ELisp and CLisp `&' keywords as types.
>> -       ("\\<\\&\\(?:\\sw\\|\\s_\\)+\\>" . font-lock-type-face)
>> +       ("\\_<\\&\\(?:\\sw\\|\\s_\\)+\\_>" . font-lock-type-face)
>>         ;; ELisp regexp grouping constructs
>>         ((lambda (bound)
>>            (catch 'found
>
> Thanks, this looks good, please install,

I can't, I have not bzr, do it please.


-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




This bug report was last modified 12 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.