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

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

Re: pushing and popping the mark


From: Emanuel Berg
Subject: Re: pushing and popping the mark
Date: Sat, 09 May 2015 23:47:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Sam Halliday <sam.halliday@gmail.com> writes:

> 1. go to "new text", kill some relevant text 2.
> go to "existing text", yank 3. repeat

The best way to do this is to move (once), kill
everything, move again (once), and yank everything.

So use the kill *ring*.

When you yank, if it isn't what you like, do
(immediately after the yank) `M-y' for `yank-pop'.

You might also like:

    (defun yank-pop-back (&optional arg)
      (interactive "*p")
      (yank-pop (if arg (* arg -1) -1)) )

If you rely on it, bind it to some equally close and
fast key.

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

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