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

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

bug#2630: most keywords in emacs-lisp-mode has no syntax highlight


From: Lars Ingebrigtsen
Subject: bug#2630: most keywords in emacs-lisp-mode has no syntax highlight
Date: Mon, 30 Sep 2019 10:03:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

xah lee <xah@xahlee.org> writes:

> the syntax highlighting in emacs-lisp-mode only support the very
> minimum of highlighting.
>
> for example, these keywords would be colored purple by default:
>
>  defun, lambda, while, if, progn, save-restriction
>
> while the following built-in keywords are uncolored (black):
> narrow-to-region, mapc, goto-char, point-min, search-forward, car,
> nil, replace-match ... etc.
>
> it appears that this is because only proper elisp “special forms” are
> are colored, while all the others are not (macros, functions,
> commands, variables ...). (thanks to Nikolaj Schumacher & Tassilo
> Horn)

I guess you're asking for functions symbols to be coloured in a
different way than the standard face?  I think that would be kinda
disturbing -- Emacs lisp code is mostly function calls, so having that
in the default (most readable) face makes sense to me.

So I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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