GNU bug report logs - #47860
28.0.50; Mini buffer resize when lines are truncated regression

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Sun, 18 Apr 2021 01:33:02 UTC

Severity: normal

Tags: fixed

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Aaron Jensen <aaronjensen <at> gmail.com>
Cc: 47860 <at> debbugs.gnu.org, gregory <at> heytings.org
Subject: Re: bug#47860: 28.0.50;
 Mini buffer resize when lines are truncated regression
Date: Mon, 19 Apr 2021 17:43:50 +0300
> From: Aaron Jensen <aaronjensen <at> gmail.com>
> Date: Mon, 19 Apr 2021 09:24:19 -0500
> Cc: Gregory Heytings <gregory <at> heytings.org>, 47860 <at> debbugs.gnu.org
> 
> On Mon, Apr 19, 2021 at 9:02 AM Aaron Jensen <aaronjensen <at> gmail.com> wrote:
> > I have not tested with Emacs 27. I have, however, tested with Emacs 28
> > with and without the commit I mentioned.
> >
> 
> I forgot to mention that when I reverted the commit I got a conflict
> so I effectively undid another commit in the same area, so my diff
> looked like this:
> 
>        if ((op & MOVE_TO_POS) != 0
> -          && (IT_CHARPOS (*it) > to_charpos
> -          || (IT_CHARPOS (*it) == to_charpos
> -              && to_charpos == ZV
> -              && (ZV_BYTE <= 1 || FETCH_BYTE (ZV_BYTE - 1) != '\n'))))
> +          && IT_CHARPOS (*it) > to_charpos)
>          {

This basically goes back to what we had in all versions up to and
including 27.




This bug report was last modified 4 years and 28 days ago.

Previous Next


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