comparison leim/leim-ext.el @ 95501:eb08bb46487b

Register input methods "korean-hangul", "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
author Kenichi Handa <handa@m17n.org>
date Tue, 03 Jun 2008 05:01:15 +0000
parents 234b6de33fa7
children 0d2e4142fb60
comparison
equal deleted inserted replaced
95500:ad9123bca9ed 95501:eb08bb46487b
46 `input-method-function' is bound to the function `ucs-input-method'.") 46 `input-method-function' is bound to the function `ucs-input-method'.")
47 47
48 (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" 48 (register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+"
49 "Unicode input as hex in the form Uxxxx.") 49 "Unicode input as hex in the form Uxxxx.")
50 50
51 (autoload 'hangul-input-method-activate "quail/hangul"
52 "Activate Hangul input method INPUT-METHOD.
53 FUNC is a function to handle input key.
54 HELP-TEXT is a text set in `hangul-input-method-help-text'.")
55
56 (register-input-method
57 "korean-hangul"
58 "UTF-8"
59 'hangul-input-method-activate
60 "$(CGQ(B2"
61 "Hangul 2-Bulsik Input"
62 'hangul2-input-method
63 "Input method: korean-hangul2 (mode line indicator:$(CGQ(B2)\n\nHangul 2-Bulsik input method.")
64
65 (register-input-method
66 "korean-hangul3f"
67 "UTF-8"
68 'hangul-input-method-activate
69 "$(CGQ(B3f"
70 "Hangul 3-Bulsik final Input"
71 'hangul3-input-method
72 "Input method: korean-hangul3 (mode line indicator:$(CGQ(B3f)\n\nHangul 3-Bulsik final input method.")
73
74 (register-input-method
75 "korean-hangul390"
76 "UTF-8"
77 'hangul-input-method-activate
78 "$(CGQ(B390"
79 "Hangul 3-Bulsik 390 Input"
80 'hangul390-input-method
81 "Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 3-Bulsik 390 input method.")
82
83 (register-input-method
84 "korean-hangul3"
85 "UTF-8"
86 'hangul-input-method-activate
87 "$(CGQ(B390"
88 "Hangul 3-Bulsik 390 Input"
89 'hangul390-input-method
90 "Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 3-Bulsik 390 input method.")
91
51 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e 92 ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e