bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47860: 28.0.50; Mini buffer resize when lines are truncated regressi


From: Aaron Jensen
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@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)
         {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]