Mercurial > emacs
comparison leim/leim-ext.el @ 57179:9f1b3f7445fb
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 Sep 2004 02:23:32 +0000 |
parents | 5ad72ade5450 |
children | 8db64e24d5dc |
comparison
equal
deleted
inserted
replaced
57178:e4cb3e4ca6e8 | 57179:9f1b3f7445fb |
---|---|
32 ;;; Code: | 32 ;;; Code: |
33 | 33 |
34 (eval-after-load "quail/PY-b5" | 34 (eval-after-load "quail/PY-b5" |
35 '(quail-defrule "ling2" ?$(0!r(B nil t)) | 35 '(quail-defrule "ling2" ?$(0!r(B nil t)) |
36 | 36 |
37 (autoload 'ucs-input-activate "quail/uni-input" | |
38 "Activate UCS input method. | |
39 With arg, activate UCS input method if and only if arg is positive. | |
40 | |
41 While this input method is active, the variable | |
42 `input-method-function' is bound to the function `ucs-input-method'.") | |
43 | |
44 (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" | |
45 "Unicode input as hex in the form Uxxxx.") | |
46 | |
37 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e | 47 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e |