diff options
-rw-r--r-- | leim/ChangeLog | 7 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 988575249e0..20f24ca9eda 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -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. diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index e670316b212..4b75135e79b 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -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 ("!`" ?¡) |