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: Michael Heerdegen
Subject: Re: Associating an empty replacement value for "\cr"
Date: Tue, 11 Jan 2022 19:17:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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

> Is this the way to associate an empty replacement value for "\cr". 
> When I do not place a space after
> ? I get an error.
>
> (defvar texsym-cluster
>  ("\\alpha" . ?α)  ("\\cr" . ? ))

How is that var used?

?c is the read syntax for a character.  There is no "empty" character of
course.  Can you use strings instead as replacements?

Michael.




reply via email to

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