bug#72862: 29.1; Strange interaction between append-next-kill and kill-whole-line

2024-09-10 Thread Eli Zaretskii
> From: Sean McAfee > Date: Mon, 9 Sep 2024 22:13:06 -0500 > Cc: 72...@debbugs.gnu.org > > Since kill-whole-line kills both backward and forward from point, it > seems we should expect that the first part is prepended to previous > kill, whereas the second part is appended. Which is what the

bug#72862: 29.1; Strange interaction between append-next-kill and kill-whole-line

2024-09-09 Thread Sean McAfee
On Sun, Sep 8, 2024 at 1:56 AM Eli Zaretskii wrote: > Since kill-whole-line kills both backward and forward from point, it > seems we should expect that the first part is prepended to previous > kill, whereas the second part is appended. Which is what the command > already does. > > WDYT? > Sin

bug#72862: 29.1; Strange interaction between append-next-kill and kill-whole-line

2024-09-07 Thread Eli Zaretskii
> Cc: 72...@debbugs.gnu.org > Date: Thu, 29 Aug 2024 07:53:52 +0300 > From: Eli Zaretskii > > > From: Sean McAfee > > Date: Wed, 28 Aug 2024 14:12:11 -0700 > > > > Starting from emacs -Q: > > > > - Enter the text "12345\n" in the scratch buffer. > > - Kill the text by any means, eg: C-SPC C-p