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
0ad10447
Commit
0ad10447
authored
Sep 04, 2004
by
Eli Zaretskii
Browse files
(occur-mode-map): Bind toggle-next-error-follow-mode.
parent
c5d9b0ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/replace.el
lisp/replace.el
+1
-0
No files found.
lisp/ChangeLog
View file @
0ad10447
2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
* simple.el (next-error-follow-mode)
(next-error-follow-mode-post-command-hook): New functions.
(next-error-follow-last-line): New defvar.
* diff-mode.el (diff-mode-map): Bind
toggle-next-error-follow-mode.
* progmodes/compile.el (compilation-mode-map): Likewise.
* progmodes/grep.el (grep-mode-map): Likewise.
* replace.el (occur-mode-map): Likewise.
* newcomment.el (uncomment-region): Bind comment-use-global-state
to nil.
...
...
lisp/replace.el
View file @
0ad10447
...
...
@@ -618,6 +618,7 @@ end of the buffer."
(
define-key
map
"g"
'revert-buffer
)
(
define-key
map
"q"
'quit-window
)
(
define-key
map
"z"
'kill-this-buffer
)
(
define-key
map
"\C-c\C-f"
'next-error-follow-mode
)
map
)
"Keymap for `occur-mode'."
)
...
...
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