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: martin rudalics
Subject: Re: Tab bar tabs landed on master
Date: Wed, 2 Oct 2019 10:55:26 +0200

> On GNU/Linux it's correct:

Not with a Motif build.

> OTOH, for the tool-bar the problem exists:
>
> (let ((initial (assq 'outer-size (frame-geometry))))
>    (tool-bar-mode 1)
>    (tool-bar-mode 0)
>    (list (assq 'outer-size (frame-geometry)) initial))
>
> =>  ((outer-size 678 . 587) (outer-size 678 . 633))
>
> in both Emacs 27 and GNU Emacs 25.2 (x86_64-pc-linux-gnu, GTK+ Version 
3.22.21)

No problem here.  The first call returns the height including the tool
bar, the second call the height without it.

martin



reply via email to

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