(isearch-process-search-multibyte-characters):
Bind input-method-verbose-flag, not input-method-tersely-flag.
This commit is contained in:
parent
f9021bb5ea
commit
8dc586a7a6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
'(isearch-input-method-after-insert-chunk-function))
|
||||
(input-method-inactivate-hook '(exit-minibuffer))
|
||||
;; Let input method work rather tersely.
|
||||
(input-method-tersely-flag t)
|
||||
(input-method-verbose-flag nil)
|
||||
str)
|
||||
(setq unread-command-events (cons last-char unread-command-events))
|
||||
(setq str (read-multilingual-string
|
||||
|
|
Loading…
Add table
Reference in a new issue