GNU bug report logs - #1767
Toggling tool-bar-mode produces random frame-height

Previous Next

Package: emacs;

Reported by: grischka <grishka <at> gmx.de>

Date: Fri, 2 Jan 2009 17:50:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1767 in the body.
You can then email your comments to 1767 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1767; Package emacs. (Fri, 02 Jan 2009 17:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to grischka <grishka <at> gmx.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 02 Jan 2009 17:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: grischka <grishka <at> gmx.de>
To: submit <at> debbugs.gnu.org
Subject: Toggling tool-bar-mode produces random frame-height
Date: Fri, 02 Jan 2009 18:43:08 +0100
In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-01-02
On Ubuntu 8.10 - the Intrepid Ibex - released in October 2008.

Toggling tool-bar-mode produces random frame-height

To reproduce:
1) emacs -Q
2) choose Monospace-8 font from the "Options" menu
3) M-: (progn (tool-bar-mode) (cons tool-bar-mode (frame-height)))
4) repeat 3)

From *Messages* buffer:

Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 42)
(t . 39)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 41)
(t . 38)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 40)
(t . 37)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 37)
(t . 34)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 34)
(t . 33)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 38)
(t . 35)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 35)
(t . 34)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 39)
(t . 36)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 36)
(t . 36)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 41)
(t . 41)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 41)
(t . 38)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 38)
(t . 37)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 37)
(t . 34)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 36)
(t . 33)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 35)
(t . 35)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 37)
(t . 37)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 37)
(t . 34)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 37)
(t . 34)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 39)
(t . 36)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 38)
(t . 33)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 35)
(t . 32)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 32)
(t . 29)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 31)
(t . 28)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 28)
(t . 25)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 30)
(t . 30)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 32)
(t . 29)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 31)
(t . 28)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 30)
(t . 27)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 29)
(t . 26)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 28)
(t . 28)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 28)
(t . 25)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 27)
(t . 24)
Toggling tool-bar-mode off; better pass an explicit argument.
(nil . 29)





Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Wed, 01 Jul 2009 17:20:10 GMT) Full text and rfc822 format available.

Notification sent to grischka <grishka <at> gmx.de>:
bug acknowledged by developer. (Wed, 01 Jul 2009 17:20:11 GMT) Full text and rfc822 format available.

Message #10 received at 1767-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: grischka <grishka <at> gmx.de>
Cc: 1767-done <at> debbugs.gnu.org
Subject: Re: Toggling tool-bar-mode produces random frame-height
Date: Wed, 01 Jul 2009 13:12:24 -0400
> Toggling tool-bar-mode produces random frame-height
>
> To reproduce:
> 1) emacs -Q
> 2) choose Monospace-8 font from the "Options" menu
> 3) M-: (progn (tool-bar-mode) (cons tool-bar-mode (frame-height)))
> 4) repeat 3)


This bug has been fixed by Jan Djärv's 2009-07-01 checkin to the trunk.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 30 Jul 2009 14:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 327 days ago.

Previous Next


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