GNU bug report logs -
#27014
26.0.50; auto-hscroll-mode and tabulated-list-mode
Previous Next
Reported by: Stephen Berman <stephen.berman <at> gmx.net>
Date: Sun, 21 May 2017 23:08:01 UTC
Severity: minor
Found in version 26.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27014 in the body.
You can then email your comments to 27014 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27014
; Package
emacs
.
(Sun, 21 May 2017 23:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stephen Berman <stephen.berman <at> gmx.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 21 May 2017 23:08:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
0. emacs -Q
1. Set auto-hscroll-mode to `current-line'.
2. Visit a buffer that uses tabulated-list-mode, e.g. Buffer Menu (C-x
C-b), Package Menu (M-x list-packages), Proced (M-x proced), making
sure that the buffer contains at least one truncated line and a line
below it.
3. Advance point along the truncated line (e.g. by repeating C-f or M-f
or with C-e).
=> When point gets within hscroll-margin columns of the right window
edge (or further), instead of the current line being scrolled, the
one below it is.
(In addition, with Proced, the header line is also scrolled, but that
seems to be a Proced bug, since that also happens when auto-hscroll-mode
is set to t; and with Buffer Menu or Package Menu the header line does
not scroll with either setting of auto-hscroll-mode.)
In GNU Emacs 26.0.50 (build 14, x86_64-pc-linux-gnu, GTK+ Version 3.22.8)
of 2017-05-21 built on rosalinde
Repository revision: 08212929ba7052883bd506be320dfaaae5b68970
Windowing system distributor 'The X.Org Foundation', version 11.0.11901000
Configured using:
'configure 'CFLAGS=-Og -g3''
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
GTK3 X11
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27014
; Package
emacs
.
(Mon, 22 May 2017 18:20:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 27014 <at> debbugs.gnu.org (full text, mbox):
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Date: Mon, 22 May 2017 01:06:50 +0200
>
> 0. emacs -Q
> 1. Set auto-hscroll-mode to `current-line'.
> 2. Visit a buffer that uses tabulated-list-mode, e.g. Buffer Menu (C-x
> C-b), Package Menu (M-x list-packages), Proced (M-x proced), making
> sure that the buffer contains at least one truncated line and a line
> below it.
> 3. Advance point along the truncated line (e.g. by repeating C-f or M-f
> or with C-e).
> => When point gets within hscroll-margin columns of the right window
> edge (or further), instead of the current line being scrolled, the
> one below it is.
Ah, yes: the header line and its confusing effect on the display
iterator geometry. Should be fixed now.
> (In addition, with Proced, the header line is also scrolled, but that
> seems to be a Proced bug
It looks like a feature: Proced scrolls the header line to keep the
column headings in sync with the hscroll.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27014
; Package
emacs
.
(Mon, 22 May 2017 21:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 27014 <at> debbugs.gnu.org (full text, mbox):
On Mon, 22 May 2017 21:19:18 +0300 Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Stephen Berman <stephen.berman <at> gmx.net>
>> Date: Mon, 22 May 2017 01:06:50 +0200
>>
>> 0. emacs -Q
>> 1. Set auto-hscroll-mode to `current-line'.
>> 2. Visit a buffer that uses tabulated-list-mode, e.g. Buffer Menu (C-x
>> C-b), Package Menu (M-x list-packages), Proced (M-x proced), making
>> sure that the buffer contains at least one truncated line and a line
>> below it.
>> 3. Advance point along the truncated line (e.g. by repeating C-f or M-f
>> or with C-e).
>> => When point gets within hscroll-margin columns of the right window
>> edge (or further), instead of the current line being scrolled, the
>> one below it is.
>
> Ah, yes: the header line and its confusing effect on the display
> iterator geometry. Should be fixed now.
Confirmed, and thanks!
>> (In addition, with Proced, the header line is also scrolled, but that
>> seems to be a Proced bug
>
> It looks like a feature: Proced scrolls the header line to keep the
> column headings in sync with the hscroll.
Ah, hmm. Doesn't seem all that helpful and was on first encounter
rather confusing, especially since other tabulated-list-based modes like
Buffer Menu and Package Menu don't do this.
Steve Berman
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Tue, 23 May 2017 02:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stephen Berman <stephen.berman <at> gmx.net>
:
bug acknowledged by developer.
(Tue, 23 May 2017 02:41:04 GMT)
Full text and
rfc822 format available.
Message #16 received at 27014-done <at> debbugs.gnu.org (full text, mbox):
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Cc: 27014 <at> debbugs.gnu.org
> Date: Mon, 22 May 2017 23:23:39 +0200
>
> > Ah, yes: the header line and its confusing effect on the display
> > iterator geometry. Should be fixed now.
>
> Confirmed, and thanks!
Closing.
> >> (In addition, with Proced, the header line is also scrolled, but that
> >> seems to be a Proced bug
> >
> > It looks like a feature: Proced scrolls the header line to keep the
> > column headings in sync with the hscroll.
>
> Ah, hmm. Doesn't seem all that helpful and was on first encounter
> rather confusing, especially since other tabulated-list-based modes like
> Buffer Menu and Package Menu don't do this.
Maybe they all should.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 20 Jun 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 363 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.