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

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

Re: `yank-and-mark` command?


From: Michael Heerdegen
Subject: Re: `yank-and-mark` command?
Date: Sun, 05 Jul 2015 19:48:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Raffaele Ricciardi <rfflrccrd@gmail.com> writes:

> implementation does not work:
>
> (defun yank-and-mark/rr (&optional $arg)
>   (interactive "*P")
>   (yank $arg)
>   (exchange-point-and-mark))

In which way does the above not work like you want?  Do you have
`transient-mark-mode' enabled in your config?


Michael.




reply via email to

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