]> git.eshelyaron.com Git - emacs.git/commitdiff
(korean-key-bindings): Change the binding of F9 to
authorKenichi Handa <handa@m17n.org>
Tue, 23 Jun 2009 02:13:45 +0000 (02:13 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 23 Jun 2009 02:13:45 +0000 (02:13 +0000)
hangul-to-hanja-conversion.  Bind Hangul_Hanja to the same command.

leim/ChangeLog
lisp/ChangeLog
lisp/language/korea-util.el

index a96590450915c228bbcadb7006d942ae33b36f4b..aec6c247d67e2f665d6ad2ebf7ffe3213eed8c98 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-23  Kenichi Handa  <handa@m17n.org>
+
+       * quail/hangul.el (hangul-to-hanja-conversion): When it is called
+       while korean input method is off, convert the following character.
+
 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * Branch for 23.1.
index 989237cfe36c2bf171772fcb1d8df85f98c2b0e4..b0e637002196bd12d1ce5319192fd09e6a1597b0 100644 (file)
@@ -1,3 +1,9 @@
+2009-06-23  Kenichi Handa  <handa@m17n.org>
+
+       * language/korea-util.el (korean-key-bindings): Change the binding
+       of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
+       same command.
+
 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
 
        Sync with Tramp 2.1.16.
index 8ec00641b072ea0bad2c0e368afdc0e56cd1dbd7..e9ed59971c96cccafa5da2d1e212f65be8123f8a 100644 (file)
@@ -99,7 +99,8 @@
   `((global [?\S- ] toggle-korean-input-method nil)
     (global [Hangul] toggle-korean-input-method nil)
     (global [C-f9] quail-hangul-switch-symbol-ksc nil)
-    (global [f9]  quail-hangul-switch-hanja nil)
+    (global [f9] hangul-to-hanja-conversion nil)
+    (global [Hangul_Hanja] hangul-to-hanja-conversion nil)
     (,isearch-mode-map [?\S- ] isearch-toggle-korean-input-method nil)
     (,isearch-mode-map [Hangul] isearch-toggle-korean-input-method nil)
     (,isearch-mode-map [C-f9] isearch-hangul-switch-symbol-ksc nil)