|
From: | Heiko Schröder |
Subject: | LaTeX-math-list: Binding on key sequences? |
Date: | Thu, 8 Jul 2021 12:52:26 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
In AUCTeXs math-mode nearly all letters of the keyboard are bound
to greek letters.
Thererfore they are not available any more for commands, that
are often used.
I would like to bind e.g. the command for the letter ''alpha'' to the key sequence ''g a''.
In LaTeX-math-default the command ''varepsilon'' is bound to ''v e''. The complete list is
(''v e'' ''varepsilon'' ''Greek Lowercase'' 949)
I am suprised, because the manual says, that the first component
must be a single character, but not a string.
I tried:
(setq LaTeX-math-list
'((''g a'' ''alpha'' ''Greek Lowercase'' 945)))
with no success, as I expected. Why was it possible to bind
''varepsilon'' to a key sequence?
Isn't it possible for normal users? ;-)
Thanks a lot for your ideas!
Heiko
[Prev in Thread] | Current Thread | [Next in Thread] |