GNU bug report logs -
#76934
31.0.50; rectangle-mark-mode resets fringe-mode settings
Previous Next
Reported by: the_wurfkreuz <the_wurfkreuz <at> proton.me>
Date: Tue, 11 Mar 2025 08:08:01 UTC
Severity: normal
Found in version 31.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: Stephen Berman <stephen.berman <at> gmx.net>
> Cc: eliz <at> gnu.org, the_wurfkreuz <at> proton.me
> Date: Sat, 29 Mar 2025 12:41:47 +0100
>
> On Sat, 29 Mar 2025 14:13:09 +0300 Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> >> Cc: 76934 <at> debbugs.gnu.org
> >> Date: Tue, 11 Mar 2025 19:16:44 +0200
> >> From: Eli Zaretskii <eliz <at> gnu.org>
> >>
> >> > Date: Tue, 11 Mar 2025 14:34:09 +0000
> >> > From: the_wurfkreuz <the_wurfkreuz <at> proton.me>
> >> > Cc: 76934 <at> debbugs.gnu.org
> >> >
> >> > Initially, there is the fringe area (shown in the attached file called
> >> > "first-screenshot"). I can interactively execute the fringe-mode command
> >> > it choose the 'minimal' option. It makes the fringe area to visually
> >> > disappear and emacs adjusts the space between the fringe of the window and
> >> > line numbers accordingly (shown in the second-screenshot). Then i use the
> >> > rectangle-mark-mode command and doing so returns the space that was
> >> > previously taken by the fringe area back (shown in the
> >> > third-screenshot). Yes, the added space doesn't use any highlighting, so
> >> > you can't verify it by looking at the highlighting for the fringe-area, my
> >> > description was confusing on that part.
> >>
> >> Looks like Emacs decided it needed one more columns for the line
> >> numbers, probably because the current line moved to line 9, and maybe
> >> also because the window's glyph matrix was enlarged for some reason.
> >> IOW, this has nothing to do with the fringes.
> >
> > No further comments, so I'm now closing this bug.
>
> The observations I made in this thread (that the extra space is
> triggered by rectangle-mark-mode but remains after cancelling
> rectangle-mark-mode, and that splitting the window vertically removes
> the extra space) involve a buffer with only three lines, and regardless
> of the number of lines I think they indicate buggy or at least
> surprising behavior. Does closing the bug mean you think the observed
> behavior is fine, and if so, why is it fine?
Yes, I think this behavior is fine, given the evidence presented.
It is fine because the code which decides how much space to allocate
for line numbers doesn't (and cannot) know how many lines are actually
in the buffer; the only thing it knows is the number of the current
line.
If you want to convince me that there is a problem here that should be
solved, please step with a debugger through the relevant code and
point out where you think the code does the wrong thing, and why.
Please also note that the original bug report was about a completely
different issue, as seen from the Subject.
This bug report was last modified 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.