GNU bug report logs - #29013
25.3; [wishlist] do not yank whitespace

Previous Next

Package: emacs;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Thu, 26 Oct 2017 15:41:02 UTC

Severity: wishlist

Found in version 25.3

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Schwab <schwab <at> suse.de>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 29013 <at> debbugs.gnu.org
Subject: bug#29013: 25.3; [wishlist] do not yank whitespace
Date: Thu, 26 Oct 2017 17:52:34 +0200
On Okt 26 2017, Alex Branham <alex.branham <at> gmail.com> wrote:

> It would be nice to have an option so that yank never returns pure whitespace. The current behavior is such that if we have:
>
> #+BEGIN_EXAMPLE
> some text here
>
> some text there|
> #+END_EXAMPLE
>
>
> with | representing where point is, if you execute C-SPC C-a M-w C-p C-k C-p C-y then you end up with:
>
> #+BEGIN_EXAMPLE
>
> some text here
> some text there
> #+END_EXAMPLE
>
>
> but I would like to end up with:
>
> #+BEGIN_EXAMPLE
> some text there
> some text here
> some text there
> #+END_EXAMPLE

Just type M-y (yank-pop) to get the next element from the kill ring.
You can also use DEL to delete the empty line without polluting the kill
ring.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




This bug report was last modified 4 years and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.