unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Bastian Beranek <bastian.beischer@gmail.com>
Cc: 46557@debbugs.gnu.org
Subject: bug#46557: 28.0.50; Visual glitches in text mode when tab-bar visibility is altered at load time
Date: Sun, 09 May 2021 20:37:56 +0300	[thread overview]
Message-ID: <878s4nswy3.fsf@mail.linkov.net> (raw)
In-Reply-To: <87eeelgipy.fsf@mail.linkov.net> (Juri Linkov's message of "Wed,  05 May 2021 23:35:41 +0300")

> 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)

This bug report can't be closed, because it seems
this problem is related to https://debbugs.gnu.org/46827#153
where setting tab-bar-lines to 1 changes tab-bar-lines to 2.
Reproducible test case:

(progn
  (set-frame-parameter nil 'tab-bar-lines 1)
  (let ((lines (frame-parameter nil 'tab-bar-lines)))
    (sit-for 0)
    (list lines (frame-parameter nil 'tab-bar-lines))))

returns (1 2)





  reply	other threads:[~2021-05-09 17:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 11:05 bug#46557: 28.0.50; Visual glitches in text mode when tab-bar visibility is altered at load time Bastian Beranek
2021-05-05 20:35 ` Juri Linkov
2021-05-09 17:37   ` Juri Linkov [this message]
2021-05-10  8:24     ` martin rudalics
2022-06-17 14:53       ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878s4nswy3.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=46557@debbugs.gnu.org \
    --cc=bastian.beischer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).