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
c5d9b0ff
Commit
c5d9b0ff
authored
Sep 04, 2004
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(grep-mode-map): Bind toggle-next-error-follow-mode.
parent
e99212b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/progmodes/grep.el
lisp/progmodes/grep.el
+1
-0
No files found.
lisp/progmodes/grep.el
View file @
c5d9b0ff
...
...
@@ -181,6 +181,7 @@ See `compilation-error-screen-columns'"
(
let
((
map
(
cons
'keymap
compilation-minor-mode-map
)))
(
define-key
map
" "
'scroll-up
)
(
define-key
map
"\^?"
'scroll-down
)
(
define-key
map
"\C-c\C-f"
'next-error-follow-mode
)
;; This is intolerable -- rms
;;; (define-key map [remap next-line] 'compilation-next-error)
...
...
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