emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/leim-ext.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/leim/leim-ext.el
Date: Mon, 20 Sep 2004 22:30:08 -0400

Index: emacs/leim/leim-ext.el
diff -c emacs/leim/leim-ext.el:1.3 emacs/leim/leim-ext.el:1.4
*** emacs/leim/leim-ext.el:1.3  Sat Jun  5 23:11:46 2004
--- emacs/leim/leim-ext.el      Tue Sep 21 02:23:32 2004
***************
*** 34,37 ****
--- 34,47 ----
  (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]