GNU bug report logs -
#54406
28.0.91; rcirc text wrapping
Previous Next
Reported by: Ken Raeburn <raeburn <at> redhat.com>
Date: Tue, 15 Mar 2022 21:13:01 UTC
Severity: normal
Found in version 28.0.91
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 54406 <at> debbugs.gnu.org (full text, mbox):
Philip Kaludercic <philipk <at> posteo.net> writes:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> Ken Raeburn <raeburn <at> redhat.com> writes:
>>
>>> The old version in 27.1 did:
>>>
>>> ;; squeeze spaces out of text before rcirc-text
>>> (fill-region fill-start
>>> (1- (or (next-single-property-change fill-start
>>> 'rcirc-text)
>>> rcirc-prompt-end-marker)))
>>>
>>> where fill-start is set to
>>>
>>> (marker-position rcirc-prompt-start-marker)
>>>
>>> evaluated before inserting the new text. The new version seems to be
>>> filling the entire narrowed region containing the just-inserted text.
>>
>> So I guess this was changed in:
>>
>> commit 849e71fd83fa8796198035464897bf2f28f6226c
>> Author: Philip Kaludercic <philipk <at> posteo.net>
>> AuthorDate: Wed Jun 9 17:55:55 2021 +0200
>>
>> I've added Philip to the CCs; perhaps he has some comments.
>
> It seems this was just a misunderstanding on what the "squeeze"-code
> does. The reason it had to be changed is so that messages with
> time-stamps could be received out-of-order. I am guessing (but would
> have to look into it in more detail) that the intention could be
> implemented more elegantly than by calling fill-region on a specific
> region.
The call has been removed with b2283409fbe4324ee2fb50b385a9b6cc3458693c.
Should we close the report or does Ken want to try it out first to
confirm that everything works?
This bug report was last modified 1 year and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.