GNU bug report logs -
#57376
28.1; rcirc-fill-flag ignored after 27->28 upgrade
Previous Next
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
View this message in rfc822 format
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 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.