GNU bug report logs - #46557
28.0.50; Visual glitches in text mode when tab-bar visibility is altered at load time

Previous Next

Package: emacs;

Reported by: Bastian Beranek <bastian.beischer <at> gmail.com>

Date: Tue, 16 Feb 2021 11:07:02 UTC

Severity: normal

Found in version 28.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Bastian Beranek <bastian.beischer <at> gmail.com>
Cc: 46557 <at> debbugs.gnu.org
Subject: bug#46557: 28.0.50; Visual glitches in text mode when tab-bar visibility is altered at load time
Date: Wed, 05 May 2021 23:35:41 +0300
This bug can't be reproduced anymore, maybe it's already fixed?

> The following recipe creates a broken visual appearance of emacs in text
> mode, at least on GNU/Linux:
>
> 1) Create a test.el file with these lines:
>
> (set-frame-parameter nil 'tab-bar-lines 0)
> (set-frame-parameter nil 'tab-bar-lines 1)
> (set-frame-parameter nil 'tab-bar-lines 0)
>
> 2) Start emacs in text mode with:
> emacs -nw -Q -l test.el
>
> 3) Create a few tabs with "C-x t 2"
>
> The menu-bar is not showing after emacs starts. In addition, tabs start
> to appear in two lines. Other visual artifacts (lines jumping around for
> example) will become apparent after using emacs for a while.
>
> In the real world this problem appeared because I had customized a
> variable (tab-bar-select-tab-modifiers) that ran:
>
> (tab-bar-mode -1)
> (tab-bar-mode 1)
>
> in its :set function.




This bug report was last modified 3 years and 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.