GNU bug report logs - #57376
28.1; rcirc-fill-flag ignored after 27->28 upgrade

Previous Next

Package: emacs;

Reported by: "Trent W. Buck" <trentbuck <at> gmail.com>

Date: Wed, 24 Aug 2022 08:27:01 UTC

Severity: normal

Tags: moreinfo

Found in version 28.1

Done: Philip Kaludercic <philipk <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #37 received at 57376 <at> debbugs.gnu.org (full text, mbox):

From: "Trent W. Buck" <trentbuck <at> gmail.com>
To: Philip Kaludercic <philipk <at> posteo.net>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 57376 <at> debbugs.gnu.org
Subject: Re: bug#57376: 28.1; rcirc-fill-flag ignored after 27->28 upgrade
Date: Mon, 26 Sep 2022 10:33:14 +1000
Philip Kaludercic wrote:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> 
> > Philip Kaludercic <philipk <at> posteo.net> writes:
> >
> >> At the very least I was wrong about the (fill-region (point-min)
> >> (point-max)), so that has to go.  But I will modify the code locally to
> >> check if squeezing white-space before the prompt is still necessary or
> >> not.
> >
> > This was a month ago -- was a fix for this pushed?
> 
> I've pushed the change to remove 'fill-region'.  If nobody reports any
> issues in the coming days, I'll close the bug report.

For the record,
I can't easily run/test git HEAD, but
with this I have not been annoyed:

                      ;; squeeze spaces out of text before rcirc-text
    -              (fill-region (point-min) (point-max))
    +                 ;; https://debbugs.gnu.org/57376
    +                 ;; (fill-region (point-min) (point-max))
    +                 ;; (canonically-space-region (point-min) (point-max))




This bug report was last modified 2 years and 227 days ago.

Previous Next


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