GNU bug report logs -
#59311
29.0.50; tab-bar global-mode-string affected by global-display-line-numbers
Previous Next
Reported by: Gabriel <gabriel376 <at> hotmail.com>
Date: Wed, 16 Nov 2022 16:11:02 UTC
Severity: normal
Found in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Description:
The global-mode-string is incorrectly right-aligned in the tab-bar when
global-display-line-numbers-mode is enabled. The issue actually depends
on the order of execution of global-display-line-numbers-mode. I could
not find an offending commit, so I am not sure for how long this issue
exists. I am currently debugging the Emacs internals to find the root
cause.
Steps:
1) emacs -Q (master 690f7ac86ad9a9d714b1107d05c5e856a43bb18d)
2) Eval the following to enable global-display-line-numbers-mode:
(progn
(global-display-line-numbers-mode 1))
3) Eval the following to enable display-time-mode, which at this moment
will be displayed in the mode-line:
(progn
(setopt display-time-interval 1
display-time-string-forms '((format-time-string "%d/%m/%Y %H:%M:%S" now)))
(display-time-mode 1))
4) Eval the following to add global-mode-line to tab-bar, right-aligned:
(progn
(setopt tab-bar-format '(tab-bar-format-tabs-groups
tab-bar-separator
tab-bar-format-align-right
tab-bar-format-global))
(tab-bar-mode 1))
Result: the global-mode-line is displayed in the tab-bar, right-aligned,
as expected.
5) Run step 2) again
Result: the global-mode-line is displayed in the tab-bar, right-aligned,
with an incorrect padding on the right. See attached video.
[bug.mp4 (video/mp4, attachment)]
[Message part 3 (text/plain, inline)]
---
Gabriel
This bug report was last modified 2 years and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.