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
70fec115
Commit
70fec115
authored
Aug 04, 2005
by
Juri Linkov
Browse files
(compilation-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.
parent
35952129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+2
-0
No files found.
lisp/progmodes/compile.el
View file @
70fec115
...
...
@@ -1158,6 +1158,8 @@ exited abnormally with code %d\n"
(define-key map "
\M-p
" 'compilation-previous-error)
(define-key map "
\M-{
" 'compilation-previous-file)
(define-key map "
\M-}
" 'compilation-next-file)
(define-key map "
\t
" 'compilation-next-error)
(define-key map [backtab] 'compilation-previous-error)
(define-key map "
" 'scroll-up)
(define-key map "
\^?
" 'scroll-down)
...
...
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