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

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

Re: Changing into greek glyphs in texinfo-mode


From: Stefan Monnier
Subject: Re: Changing into greek glyphs in texinfo-mode
Date: Sun, 31 Jan 2021 17:08:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I want to change \alpha and \beta in texinfo files to show the 
> appropriate glyph.  How can I do it?
>
> (defvar glyph-list
>   '(;; Greek
>     ("\\alpha" . ?α)
>     ("\\beta" . ?β))
>   "A list of glyph marks.")

Not sure how you want it to be "change"d, but maybe you're looking for
`prettify-symbols-mode` and its `prettify-symbols-alist`?


        Stefan




reply via email to

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