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,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/leim/leim-ext.el,v
Date: Tue, 03 Jun 2008 05:01:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/03 05:01:15

Index: leim-ext.el
===================================================================
RCS file: /cvsroot/emacs/emacs/leim/leim-ext.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- leim-ext.el 7 May 2008 03:41:32 -0000       1.14
+++ leim-ext.el 3 Jun 2008 05:01:15 -0000       1.15
@@ -48,4 +48,45 @@
 (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+"
                       "Unicode input as hex in the form Uxxxx.")
 
+(autoload 'hangul-input-method-activate "quail/hangul"
+  "Activate Hangul input method INPUT-METHOD.
+FUNC is a function to handle input key.
+HELP-TEXT is a text set in `hangul-input-method-help-text'.")
+
+(register-input-method
+ "korean-hangul"
+ "UTF-8"
+ 'hangul-input-method-activate
+ "$(CGQ(B2"
+ "Hangul 2-Bulsik Input"
+ 'hangul2-input-method
+ "Input method: korean-hangul2 (mode line indicator:$(CGQ(B2)\n\nHangul 
2-Bulsik input method.")
+
+(register-input-method
+ "korean-hangul3f"
+ "UTF-8"
+ 'hangul-input-method-activate
+ "$(CGQ(B3f"
+ "Hangul 3-Bulsik final Input"
+ 'hangul3-input-method
+ "Input method: korean-hangul3 (mode line indicator:$(CGQ(B3f)\n\nHangul 
3-Bulsik final input method.")
+
+(register-input-method
+ "korean-hangul390"
+ "UTF-8"
+ 'hangul-input-method-activate
+ "$(CGQ(B390"
+ "Hangul 3-Bulsik 390 Input"
+ 'hangul390-input-method
+ "Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 
3-Bulsik 390 input method.")
+
+(register-input-method
+ "korean-hangul3"
+ "UTF-8"
+ 'hangul-input-method-activate
+ "$(CGQ(B390"
+ "Hangul 3-Bulsik 390 Input"
+ 'hangul390-input-method
+ "Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 
3-Bulsik 390 input method.")
+
 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e




reply via email to

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