all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Changing into greek glyphs in texinfo-mode
@ 2021-01-31 13:18 pietru
  2021-01-31 21:03 ` pietru
  2021-01-31 22:08 ` Stefan Monnier
  0 siblings, 2 replies; 14+ messages in thread
From: pietru @ 2021-01-31 13:18 UTC (permalink / raw)
  To: Help Gnu Emacs

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.")






^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-02-02 13:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 13:18 Changing into greek glyphs in texinfo-mode pietru
2021-01-31 21:03 ` pietru
2021-01-31 22:08 ` Stefan Monnier
2021-01-31 22:17   ` pietru
2021-02-01 13:35     ` pietru
2021-02-01 13:51       ` Gregory Heytings
2021-02-01 14:02         ` pietru
2021-02-01 14:01       ` moasenwood--- via Users list for the GNU Emacs text editor
2021-02-01 14:59         ` pietru
2021-02-01 17:30           ` pietru
2021-02-02  4:10             ` moasenwood--- via Users list for the GNU Emacs text editor
2021-02-02  5:04               ` pietru
2021-02-02 12:56                 ` pietru
2021-02-02 13:26                   ` pietru

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.