GNU bug report logs - #37609
Tool-bar-mode grows the frame's height

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Thu, 3 Oct 2019 22:35:01 UTC

Severity: normal

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #41 received at 37609 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 37609 <at> debbugs.gnu.org
Subject: Re: bug#37609: Tool-bar-mode grows the frame's height
Date: Sat, 08 May 2021 23:23:57 +0300
>> In Lucid
>>
>> (frame-height)
>> 38
>
> This should be 36 and is 36 here.  What does (frame-height) give right
> after you started Emacs with
>
> emacs -Q -f tool-bar-mode
>
> and before you do
>
> (let ((initial (assq 'outer-size (frame-geometry))))
>   (tool-bar-mode 1)
>   (tool-bar-mode 0)
>   (list (assq 'outer-size (frame-geometry)) initial))

Sorry for the mess.  Actually, in Lucid emacs -Q -f tool-bar-mode:

(frame-height)
36

(let ((initial (assq 'outer-size (frame-geometry))))
  (tool-bar-mode 1)
  (tool-bar-mode 0)
  (list (assq 'outer-size (frame-geometry)) initial))
((outer-size 696 . 687) (outer-size 696 . 687))

(frame-height)
36




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

Previous Next


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