Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f2b7d123
Commit
f2b7d123
authored
Feb 01, 2014
by
Daniel Colascione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak comint docstring to suggest remap bindings
parent
4472a196
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/comint.el
lisp/comint.el
+2
-2
No files found.
lisp/ChangeLog
View file @
f2b7d123
2014-02-02 Daniel Colascione <dancol@dancol.org>
* comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
2014-02-02 Glenn Morris <rgm@gnu.org>
* register.el (register-read-with-preview, point-to-register)
...
...
lisp/comint.el
View file @
f2b7d123
...
...
@@ -186,8 +186,8 @@ wish to put something like the following in your init file:
\(add-hook 'comint-mode-hook
(lambda ()
(define-key comint-mode-map
\"\\C-w\"
'comint-kill-region)
(define-key comint-mode-map [
C-S-backspac
e]
(define-key comint-mode-map
[remap kill-region]
'comint-kill-region)
(define-key comint-mode-map [
remap kill-whole-lin
e]
'comint-kill-whole-line)))
If you sometimes use comint-mode on text-only terminals or with `emacs -nw',
...
...
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