]> git.eshelyaron.com Git - emacs.git/commitdiff
* language/korea-util.el (isearch-toggle-korean-input-method):
authorKenichi Handa <handa@m17n.org>
Tue, 11 May 1999 04:28:26 +0000 (04:28 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 11 May 1999 04:28:26 +0000 (04:28 +0000)
Adjusted for the change of input method handling in isearch.el.
(isearch-hangul-switch-symbol-ksc): Likewise.
(isearch-hangul-switch-hanja): Likewise.

lisp/language/korea-util.el

index 8afdbbfa822a0b4d41bf746f40315d4d1b3af91a..d77a65aa9f1af3b6b3a751ca242a2bd4e398506d 100644 (file)
   (interactive)
   (let ((overriding-terminal-local-map nil))
     (toggle-korean-input-method))
+  (setq isearch-input-method-function input-method-function
+       isearch-input-method-local-p t)
+  (setq input-method-function nil)
   (isearch-update))
 
 (defun isearch-hangul-switch-symbol-ksc ()
   (interactive)
   (let ((overriding-terminal-local-map nil))
     (quail-hangul-switch-symbol-ksc))
+  (setq isearch-input-method-function input-method-function
+       isearch-input-method-local-p t)
+  (setq input-method-function nil)
   (isearch-update))
 
 (defun isearch-hangul-switch-hanja ()
   (interactive)
   (let ((overriding-terminal-local-map nil))
     (quail-hangul-switch-hanja))
+  (setq isearch-input-method-function input-method-function
+       isearch-input-method-local-p t)
+  (setq input-method-function nil)
   (isearch-update))
 
 ;; Information for setting and exiting Korean environment.