emacs-devel
[Top][All Lists]
Advanced

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

Re: Tab bar tabs landed on master


From: Eli Zaretskii
Subject: Re: Tab bar tabs landed on master
Date: Wed, 02 Oct 2019 20:07:06 +0300

> From: Juri Linkov <address@hidden>
> Date: Wed, 02 Oct 2019 19:27:47 +0300
> Cc: Juanma Barranquero <address@hidden>, address@hidden
> 
> Tab-bar code is just a copy of tool-bar code.  And indeed
> running `emacs -Q -f tool-bar-mode' that disables tool-bar-mode
> exposes the same problem:
> 
> (let ((initial (assq 'outer-size (frame-geometry))))
>   (tool-bar-mode 1)
>   (tool-bar-mode 0)
>   (list (assq 'outer-size (frame-geometry)) initial))
> 
> => ((outer-size 680 . 693) (outer-size 680 . 676))

I don't see any problem here.  As I understand it, the problem with
tab bars is twofold:

  . turning on tab-bar-mode on GUI frames behaves differently on
    GNU/Linux and MS-Windows

  . turning on tab-bar-mode on TTY frames on MS-Windows produces a
    broken frame

We should fix these problems; what you show for tool bar is not a
problem, but the expected behavior, AFAICT.

Martin, am I right?



reply via email to

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