GNU bug report logs - #1754
23.0.60; tool-bar is shown with tool-bar-mode off

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Wed, 31 Dec 2008 22:25:04 UTC

Severity: normal

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 1754 <at> debbugs.gnu.org
Subject: bug#1754: 23.0.60; tool-bar is shown with tool-bar-mode off
Date: Sun, 11 Jan 2009 09:56:21 -0500
>>>>> "martin" == martin rudalics <rudalics <at> gmx.at> writes:

>> It's not a question of optimization but of semantics.
>> It seems cleaner to only add the setting to default-frame-alist if
>> that's possible.  Which is why I asked for a reason wy it's also added
>> to initial-frame-alist even tho it doesn't seem necessary.

> When the .emacs reader encounters the form

> (modify-all-frames-parameters (list (cons 'tool-bar-lines 1)))

> (setq default-frame-alist
>       (append (list (cons 'tool-bar-lines 0))
>               default-frame-alist))

The above two forms don't mention anything special about the
initial-frame, so I think that it's a bug if Emacs treats the initial
frame differently in this case.


        Stefan




This bug report was last modified 16 years and 186 days ago.

Previous Next


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