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: Sun, 17 Jul 2016 14:31:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> * how would I add '("not" . ?¬) to the alist?

Depends how we represent the "two alists".

Currently it's

   (push '("not" . ?√) prettify-symbols-alist)

and hopefully we can keep something similar.  This said, the intention
of having two sets is that adding a new element should be unusual: the
extended set should cover most things that someone might like.

> * how would I remove '("sqrt" . ?√) from the alist?

(push ?√ prettify-symbols-inhibited-chars) or customize
prettify-symbols-inhibited-chars.


        Stefan




reply via email to

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