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
66aa61d8
Commit
66aa61d8
authored
Apr 14, 2002
by
Kim F. Storm
Browse files
Enhancements to set-mark-command and exchange-point-and-mark.
parent
37b844b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
etc/NEWS
etc/NEWS
+11
-0
No files found.
etc/NEWS
View file @
66aa61d8
...
...
@@ -329,6 +329,17 @@ each time, so you can mark the next two sexps with M-C-SPC M-C-SPC,
for example. This feature also works for mark-end-of-sentence, if you
bind that to a key.
** Repeating set-mark-command immediately, i.e. C-SPC C-SPC, will enable
transient-mark-mode temporarily if not already enabled.
** A prefix argument is no longer required to repeat a jump to a
previous mark, i.e. C-u C-SPC C-SPC C-SPC ... will cycle through the
mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.
** When the mark is active, and transient-mark-mode is not enabled,
C-u C-x C-x (exchange-point-and-mark) will temporarily activate
transient-mark-mode.
** In the *Occur* buffer, `o' switches to it in another window, and
C-o displays the current line's occurrence in another window without
switching to it.
...
...
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