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


View this message in rfc822 format

From: Aaron Jensen <aaronjensen <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47860 <at> debbugs.gnu.org, Gregory Heytings <gregory <at> heytings.org>
Subject: bug#47860: 28.0.50; Mini buffer resize when lines are truncated regression
Date: Mon, 19 Apr 2021 09:24:19 -0500
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 bug report was last modified 4 years and 27 days ago.

Previous Next


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