bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs bug: resetting mark location


From: Kevin Rodgers
Subject: Re: Emacs bug: resetting mark location
Date: Tue, 29 Aug 2006 13:14:58 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

George Antoun wrote:
I've been having an issue with Emacs for some time now where it seems that Emacs tends to reset the mark location. The sequence of keystrokes that I run into is as follows:

1.) set a mark
2.) move the cursor several characters with the arrow keys
3.) perform a search forward
4.) perform a cut

The cut operation executes successfully, however the mark location for some reason is consistently moved to cursor location the end of step (2.) Can you provide any insight into why this is occurring? I have checked with several of my co-workers and they are experiencing the same problem. I am using Emacs version 20.7.1 on a PC. Thanks for your help.

I suspect it happens regardless of what command you perform in step 4
to terminate the search.  (I assume the search is an incremental search,
since you didn't mention the actual keys you typed to invoke those
commands.)  For example, try terminating the search with RET; then C-x
C-x (exchange-point-and-mark) will also take you to the end of step 2.

As the Basics of Incremental Search section of the manual explains:

,----
|    When you exit the incremental search, it sets the mark where point
| _was_ before the search.  That is convenient for moving back there.  In
| Transient Mark mode, incremental search sets the mark without
| activating it, and does so only if the mark is not already active.
`----

--
Kevin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]