Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0ed0527c
Commit
0ed0527c
authored
Jul 28, 2006
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Non-ASCII Isearch): Clarify. Mention C-q.
parent
773cb1a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
man/ChangeLog
man/ChangeLog
+4
-0
man/search.texi
man/search.texi
+10
-9
No files found.
man/ChangeLog
View file @
0ed0527c
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>
* xresources.texi (GTK styles): Fix texinfo usage.
...
...
man/search.texi
View file @
0ed0527c
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment