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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
6a2067b2
Commit
6a2067b2
authored
Dec 13, 2004
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
3634dfea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
2 deletions
+35
-2
etc/NEWS
etc/NEWS
+10
-2
lisp/ChangeLog
lisp/ChangeLog
+20
-0
man/ChangeLog
man/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
6a2067b2
...
...
@@ -1064,7 +1064,7 @@ All regular expression replacement commands now allow `\?' in the
replacement string to specify a position where the replacement string
can be edited for each replacement.
* query-replace uses isearch highlighting with lazy highlighting
*
*
query-replace uses isearch highlighting with lazy highlighting
when the user option `query-replace-highlight' is set to `isearch'.
If it is t, it uses old query-replace highlighting method.
...
...
@@ -1372,7 +1372,10 @@ you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or
C-M-h (mark-defun) repeatedly, the marked region extends 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.
a key. It also extends the region when the mark is active in Transient
Mark mode, regardless of the last command. To start a new region with
one of marking commands in Transient Mark mode, you can deactivate the
active region with C-g, or set the new mark with C-SPC.
+++
** Some commands do something special in Transient Mark mode when the
...
...
@@ -1397,6 +1400,11 @@ C-g.
previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the
mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.
** Movement commands `beginning-of-buffer', `end-of-buffer',
`beginning-of-defun', `end-of-defun' do not set the mark if the new
option `inhibit-mark-movement' is non-nil, or if the mark is already
active in 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
...
...
lisp/ChangeLog
View file @
6a2067b2
2004-12-12 Juri Linkov
<juri
@
jurta.org
>
* simple.el (beginning-of-buffer, end-of-buffer):
* emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
Do not push mark when mark is active in transient-mark-mode.
* simple.el (mark-word):
* emacs-lisp/lisp.el (mark-sexp, mark-defun):
* textmodes/paragraphs.el (mark-paragraph):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command. Doc fix.
* simple.el (mark-word): Preserve direction when repeating.
Make arg optional. Interactive "p" -> "P".
(transient-mark-mode, inhibit-mark-movement): Doc fix.
* emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
preserving direction, to mark forward instead of backward when mark
is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2004-12-12 Juri Linkov
<juri
@
jurta.org
>
* isearch.el (isearch-edit-string): Set 7th arg of
...
...
man/ChangeLog
View file @
6a2067b2
2004-12-12 Juri Linkov <juri@jurta.org>
* mark.texi (Marking Objects): Marking commands also extend the
region when mark is active in Transient Mark mode.
2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
* reftex.texi (Imprint): Remove erroneous @value's.
...
...
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