mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
("TeX"): Enable quail-completion by typing TAB.
This commit is contained in:
parent
85df292e11
commit
eebfcf8e27
2 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
2005-03-18 handa <handa@m17n.org>
|
||||
2005-03-26 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/latin-ltx.el ("TeX"): Enable quail-completion by typing
|
||||
TAB.
|
||||
|
||||
2005-03-18 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/thai.el (quail-thai-update-translation): Delete it.
|
||||
(thai-generate-quail-map): Generate is simple map.
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ system, including many technical ones. Examples:
|
|||
\\'a -> á \\`{a} -> à
|
||||
\\pi -> π \\int -> ∫ ^1 -> ¹"
|
||||
|
||||
nil t t nil nil nil nil nil nil nil t)
|
||||
'(("\t" . quail-completion))
|
||||
t t nil nil nil nil nil nil nil t)
|
||||
|
||||
(quail-define-rules
|
||||
("!`" ?¡)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue