Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bafbec39
Commit
bafbec39
authored
Dec 09, 2007
by
Juri Linkov
Browse files
Add isearch-occur.
parent
6e3057bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
etc/NEWS
etc/NEWS
+6
-1
No files found.
etc/NEWS
View file @
bafbec39
...
@@ -234,7 +234,12 @@ position of point in help window (for example in `view-lossage').
...
@@ -234,7 +234,12 @@ position of point in help window (for example in `view-lossage').
** view-remove-frame-by-deleting is now by default t
** view-remove-frame-by-deleting is now by default t
since users found iconification of view-mode frames distracting.
since users found iconification of view-mode frames distracting.
** isearch can now search through multiple ChangeLog files.
** Isearch mode
*** New command `isearch-occur' bound to `M-s o' in isearch mode
runs `occur' with the current search string.
*** isearch can now search through multiple ChangeLog files.
When running isearch in a ChangeLog file, if the search fails,
When running isearch in a ChangeLog file, if the search fails,
then another C-s tries searching the previous ChangeLog,
then another C-s tries searching the previous ChangeLog,
if there is one (e.g. go from ChangeLog to ChangeLog.12).
if there is one (e.g. go from ChangeLog to ChangeLog.12).
...
...
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