# HG changeset patch # User Kenichi Handa # Date 1095733412 0 # Node ID 9f1b3f7445fb125c79e068cc25cf387e1df6b98e # Parent e4cb3e4ca6e8a5c91a05f8250043ee28100c320a Add autoload for 'ucs-input-activate and register-input-method for "ucs". diff -r e4cb3e4ca6e8 -r 9f1b3f7445fb leim/leim-ext.el --- a/leim/leim-ext.el Tue Sep 21 01:11:31 2004 +0000 +++ b/leim/leim-ext.el Tue Sep 21 02:23:32 2004 +0000 @@ -34,4 +34,14 @@ (eval-after-load "quail/PY-b5" '(quail-defrule "ling2" ?$(0!r(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