bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-02 Thread Robert Pluim
> On Sun, 1 Sep 2024 08:59:53 +0200, Paul Nelson said: >> > This patch binds functions in Ediff that copy all changes from one >> > buffer to another, without having to manually go through each >> > difference. Any feedback welcome. >> >> Can you describe situation(s) wh

bug#69097: [PATCH] Add 'kill-region-or-word' command

2024-09-03 Thread Robert Pluim
> On Tue, 03 Sep 2024 15:21:54 +0300, Eli Zaretskii said: >> From: Philip Kaludercic >> Cc: Eli Zaretskii , Stefan Kangas , >> Andrea Corallo , j...@linkov.net, r...@gnu.org, >> 69...@debbugs.gnu.org >> Date: Mon, 02 Sep 2024 21:12:01 + >> >> I had misrem

bug#69097: [PATCH] Add 'kill-region-or-word' command

2024-09-03 Thread Robert Pluim
> On Tue, 03 Sep 2024 17:27:59 +0300, Eli Zaretskii said: >> >> + "Behaviour when `kill-region' is invoked without an active region. >> >> +If set to nil (default), then an error occurs and nothing is killed. If >> >> +set to `emacs-word', then kill a the last word as defined by

bug#69097: [PATCH] Add 'kill-region-or-word' command

2024-09-03 Thread Robert Pluim
> On Tue, 03 Sep 2024 16:32:46 +, Philip Kaludercic > said: >> >> Is it worth allowing a user-specified function? Philip> That would be possible as well, but to make it manageable with the Philip> current approach the function would have to be one that moves the poi

bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-04 Thread Robert Pluim
> On Wed, 4 Sep 2024 09:30:58 +0200, Paul Nelson said: Paul> Many thanks for your suggestion. I agree that this is a more elegant Paul> approach, which also admits a simpler implementation. I've attached Paul> my revised patch. Any further feedback welcome. Minor comments belo

bug#72986: Disabling menu-bar-mode changes size of new frames

2024-09-04 Thread Robert Pluim
> On Wed, 04 Sep 2024 20:12:28 +0800, Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" said: Po Lu> If it is this bug that you are trying to isolate, we have already heard Po Lu> reports of its being reproducible all the way to Emacs 26.1, and Po

bug#72831: [PATCH] gnus-icalendar: Allow comments in event replies

2024-09-11 Thread Robert Pluim
tags 72831 fixed close 72831 31.1 quit > On Sat, 07 Sep 2024 17:05:34 +0200, Ferdinand Pieper > said: Ferdinand> Eli Zaretskii writes: >> Thanks, I'd like to wait for a few days, to let people comment if they >> want. Ferdinand> Sounds good, thanks for handling it. I

bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-11 Thread Robert Pluim
tags 72866 fixed close 72866 31.1 quit > On Wed, 4 Sep 2024 15:20:46 +0200, Paul Nelson said: Paul> Thanks Robert, I've implemented your suggestions. Paul> I hope someone will check that I've used "+++" correctly in NEWS, Paul> affirming that I updated the documentation -- hopefu

bug#73175: 30.0.60; toggling emacs-news-view-mode doesn't remove buttons

2024-09-11 Thread Robert Pluim
src/emacs -Q etc/NEWS C-x C-q ; buttons appear C-x C-q ; buttons donʼt disappear (personally I donʼt mind the buttons, but the intent of faf1f037987c was to make them disappear). I came up with the following, but I can never remember all the details of text property removal (maybe we need a `bu

bug#73206: 28.2; xml comment with blank lines to do not indent correctly, nxml-mode.el

2024-09-13 Thread Robert Pluim
> On Thu, 12 Sep 2024 13:53:26 -0400, John Ciolfi via "Bug reports for GNU > Emacs, the Swiss army knife of text editors" said: John> 1. Create foo.xml containing: John> John> John> John> Notice that we have a blank line in the xml comment. John> 2. Put

bug#73217: 30.0.91; etc/ORG-NEWS typo

2024-09-13 Thread Robert Pluim
tags 73217 fixed close 73217 30.1 quit > On Thu, 12 Sep 2024 20:51:29 -0700, Mike Kupfer said: >> Previously, all the image previews where always left-aligned. Mike> "where" should be "were". Mike> mike Thanks, fixed. Closing. Committed as 79f68597aba Robert --