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

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

bug#13819: 24.3.50; keywords args are no more font-locked


From: Thierry Volpiatto
Subject: bug#13819: 24.3.50; keywords args are no more font-locked
Date: Tue, 26 Feb 2013 22:17:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <monnier@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 





reply via email to

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