emacs-devel
[Top][All Lists]
Advanced

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

Re: Fontless Info


From: Eli Zaretskii
Subject: Re: Fontless Info
Date: Tue, 19 Feb 2013 22:53:26 +0200

> From: "Drew Adams" <address@hidden>
> Cc: <address@hidden>, <address@hidden>
> Date: Tue, 19 Feb 2013 10:48:08 -0800
> 
> Even if you use `M-x font-lock-mode' to turn the mode back on, in Emacs-Lisp
> mode keywords such as `&optional' are no longer highlighted.

Use "M-x describe-text-properties RET" to see what face, if any, is
there.

> Dunno whether this regression is independent of the more general one that 
> turns
> off font-lock mode when it should be on.

It's probably another problem.  There was some change in that area
lately:


2013-02-18  Michael Heerdegen  <address@hidden>

        * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
        Use font-lock-keyword-face for macros and special forms (bug#8345).

2013-02-17  Stefan Monnier  <address@hidden>

        * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
        Don't assume all identifier chars have syntax word.
        * emacs-lisp/lisp-mode.el (lisp-mode-variables):
        Remove bar-not-symbol.  Adjust callers.
        (lisp-mode-variables): Don't set a font-lock-syntax-table.




reply via email to

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