bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46557: 28.0.50; Visual glitches in text mode when tab-bar visibility


From: Juri Linkov
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]