GNU bug report logs -
#52302
28.0.50; [PATCH] Overlay strings should not increment vpos
Previous Next
Reported by: dick.r.chiang <at> gmail.com
Date: Sun, 5 Dec 2021 18:09:02 UTC
Severity: normal
Tags: patch
Found in version 28.0.50
Fixed in version 28.1
Done: dick <dick.r.chiang <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: dick <dick.r.chiang <at> gmail.com>
> Cc: 52302 <at> debbugs.gnu.org
> Date: Sun, 05 Dec 2021 14:06:14 -0500
>
> Just want to get `move_it_to` right on a (MOVE_TO_VPOS | MOVE_TO_POS) to
> a line ending in an invisible string.
Are you using "invisible" here as in "text with the invisible
property"? Or does "invisible" mean "not shown on display"? If the
latter, then I don't understand what does visibility have to do with
coordinates maintained by move_it_to -- that function doesn't care
whether the text it traverses is or isn't shown.
> This is nicely tested in
> `xdisp-tests--minibuffer-resizing` in reference to bug#43519, but the
> erstwhile fix was a paper-over (calling move_it_vertically_backward with
> arg 0 as many times as it took to get back to line start, then adding a
> long-winded justification -- no dearth of those).
I see just one call to move_it_vertically_backward, not "as many as".
And the long comment explains why we call move_it_to (also a single
call), not move_it_vertically_backward. So I don't understand what
you are saying here.
And the overall motivation is also not clear -- is it just to save us
one call to move_it_vertically_backward?
This bug report was last modified 3 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.