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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/leim/leim-ext.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:16:51 -0400

Index: emacs/leim/leim-ext.el
diff -c emacs/leim/leim-ext.el:1.3.2.1 emacs/leim/leim-ext.el:1.3.2.2
*** emacs/leim/leim-ext.el:1.3.2.1      Mon Jun 28 07:28:21 2004
--- emacs/leim/leim-ext.el      Tue Sep 21 09:34:11 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]