From: Richard M. Stallman Date: Fri, 28 Jul 2006 03:41:41 +0000 (+0000) Subject: (Non-ASCII Isearch): Clarify. Mention C-q. X-Git-Tag: emacs-pretest-22.0.90~1217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ed0527cb02180a50f6744086ce3a487740c73e4;p=emacs.git (Non-ASCII Isearch): Clarify. Mention C-q. --- diff --git a/man/ChangeLog b/man/ChangeLog index dd1fb2dc032..6385b4393a0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-07-27 Richard Stallman + + * search.texi (Non-ASCII Isearch): Clarify. Mention C-q. + 2006-07-24 Richard Stallman * xresources.texi (GTK styles): Fix texinfo usage. diff --git a/man/search.texi b/man/search.texi index 978eb4a1d13..282b36e3a50 100644 --- a/man/search.texi +++ b/man/search.texi @@ -208,15 +208,15 @@ of bindings, look at the documentation of @code{isearch-mode} with @node Non-ASCII Isearch @subsection Isearch for Non-@acronym{ASCII} Characters - @cindex searching for non-@acronym{ASCII} characters @cindex input method, during incremental search To enter non-@acronym{ASCII} characters in an incremental search, -you must use an input method (@pxref{Input Methods}). If an input -method is enabled in the current buffer when you start the search, you -can use it while you type the search string also. Emacs indicates -that by including the input method mnemonic in its prompt, like this: +you can use @kbd{C-q} (see the previous section), but it is easier to +use an input method (@pxref{Input Methods}). If an input method is +enabled in the current buffer when you start the search, you can use +it in the search string also. Emacs indicates that by including the +input method mnemonic in its prompt, like this: @example I-search [@var{im}]: @@ -225,10 +225,11 @@ I-search [@var{im}]: @noindent @findex isearch-toggle-input-method @findex isearch-toggle-specified-input-method -where @var{im} is the mnemonic of the active input method. You can -toggle (enable or disable) the input method while you type the search -string with @kbd{C-\} (@code{isearch-toggle-input-method}). You can -turn on a certain (non-default) input method with @kbd{C-^} +where @var{im} is the mnemonic of the active input method. + + You can toggle (enable or disable) the input method while you type +the search string with @kbd{C-\} (@code{isearch-toggle-input-method}). +You can turn on a certain (non-default) input method with @kbd{C-^} (@code{isearch-toggle-specified-input-method}), which prompts for the name of the input method. The input method you enable during incremental search remains enabled in the current buffer afterwards.