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

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

Re: Associating an empty replacement value for "\cr"


From: Tassilo Horn
Subject: Re: Associating an empty replacement value for "\cr"
Date: Tue, 11 Jan 2022 20:39:35 +0100
User-agent: mu4e 1.7.5; emacs 29.0.50

fatiparty--- via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> writes:

> (defun prettify-symbols-cluster ()
>   "Set keywords and corresponding glyph."
>   (setq-local prettify-symbols-alist texsym-cluster)
>   (setq prettify-symbols-compose-predicate 'texsym-predicate))

Ah, so for usage in `prettify-symbols-alist'.  I guess you could use a
zero-width space as replacement, i.e., ?\N{ZERO WIDTH SPACE}.

Bye,
Tassilo



reply via email to

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