]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload for 'ucs-input-activate and
authorKenichi Handa <handa@m17n.org>
Tue, 21 Sep 2004 02:23:32 +0000 (02:23 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 21 Sep 2004 02:23:32 +0000 (02:23 +0000)
register-input-method for "ucs".

leim/leim-ext.el

index 64437cc0d19ede4b9bfd757500ed2cd161c0dd9e..ad5d22281d894d0efdcc31ff8e69297d25db12fb 100644 (file)
 (eval-after-load "quail/PY-b5"
   '(quail-defrule "ling2" ?\e$(0!r\e(B nil t))
 
+(autoload 'ucs-input-activate "quail/uni-input"
+  "Activate UCS input method.
+With arg, activate UCS input method if and only if arg is positive.
+
+While this input method is active, the variable
+`input-method-function' is bound to the function `ucs-input-method'.")
+
+(register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+"
+                      "Unicode input as hex in the form Uxxxx.")
+
 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e