emacs-devel
[Top][All Lists]
Advanced

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

Re: ¬ notation for not? Ref: Add a couple cells to lisp-prettify-symbols


From: Stefan Monnier
Subject: Re: ¬ notation for not? Ref: Add a couple cells to lisp-prettify-symbols-alist
Date: Fri, 15 Jul 2016 11:17:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> (defvar prettify-mode-tagsets '(emacs-lisp-mode (general . (?λ ...)) ... )
>                                (ocaml-mode (math . (?¬ ...)) ... ))

Sounds complicated as well.  Maybe we could just get away with having
prettify-symbols-alist have 2 lists: a basic one and an extended one.
Users can then choose to use the basic set or the extended set (for the
users in search of more visual thrills) (or nothing at all for the more
conservative users).

If we add the ability to inhibit specific chars, it should be flexible
enough in practice, not too hard to implement, and understandable for
the end-user.


        Stefan




reply via email to

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