mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(Non-ASCII Isearch): Clarify. Mention C-q.
This commit is contained in:
parent
773cb1a4f0
commit
0ed0527cb0
@ -1,3 +1,7 @@
|
|||||||
|
2006-07-27 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
|
||||||
|
|
||||||
2006-07-24 Richard Stallman <rms@gnu.org>
|
2006-07-24 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* xresources.texi (GTK styles): Fix texinfo usage.
|
* xresources.texi (GTK styles): Fix texinfo usage.
|
||||||
|
@ -208,15 +208,15 @@ of bindings, look at the documentation of @code{isearch-mode} with
|
|||||||
|
|
||||||
@node Non-ASCII Isearch
|
@node Non-ASCII Isearch
|
||||||
@subsection Isearch for Non-@acronym{ASCII} Characters
|
@subsection Isearch for Non-@acronym{ASCII} Characters
|
||||||
|
|
||||||
@cindex searching for non-@acronym{ASCII} characters
|
@cindex searching for non-@acronym{ASCII} characters
|
||||||
@cindex input method, during incremental search
|
@cindex input method, during incremental search
|
||||||
|
|
||||||
To enter non-@acronym{ASCII} characters in an incremental search,
|
To enter non-@acronym{ASCII} characters in an incremental search,
|
||||||
you must use an input method (@pxref{Input Methods}). If an input
|
you can use @kbd{C-q} (see the previous section), but it is easier to
|
||||||
method is enabled in the current buffer when you start the search, you
|
use an input method (@pxref{Input Methods}). If an input method is
|
||||||
can use it while you type the search string also. Emacs indicates
|
enabled in the current buffer when you start the search, you can use
|
||||||
that by including the input method mnemonic in its prompt, like this:
|
it in the search string also. Emacs indicates that by including the
|
||||||
|
input method mnemonic in its prompt, like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
I-search [@var{im}]:
|
I-search [@var{im}]:
|
||||||
@ -225,10 +225,11 @@ I-search [@var{im}]:
|
|||||||
@noindent
|
@noindent
|
||||||
@findex isearch-toggle-input-method
|
@findex isearch-toggle-input-method
|
||||||
@findex isearch-toggle-specified-input-method
|
@findex isearch-toggle-specified-input-method
|
||||||
where @var{im} is the mnemonic of the active input method. You can
|
where @var{im} is the mnemonic of the active input method.
|
||||||
toggle (enable or disable) the input method while you type the search
|
|
||||||
string with @kbd{C-\} (@code{isearch-toggle-input-method}). You can
|
You can toggle (enable or disable) the input method while you type
|
||||||
turn on a certain (non-default) input method with @kbd{C-^}
|
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
|
(@code{isearch-toggle-specified-input-method}), which prompts for the
|
||||||
name of the input method. The input method you enable during
|
name of the input method. The input method you enable during
|
||||||
incremental search remains enabled in the current buffer afterwards.
|
incremental search remains enabled in the current buffer afterwards.
|
||||||
|
Loading…
Reference in New Issue
Block a user