bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6211: 24.0.50; no longer able to disable toolbar by default


From: Juanma Barranquero
Subject: bug#6211: 24.0.50; no longer able to disable toolbar by default
Date: Tue, 18 May 2010 18:09:11 +0200

On Tue, May 18, 2010 at 10:58, Stefano Zacchiroli <zack@upsilon.cc> wrote:

> After recent upgrades, I'm no longer able to inhibit having a toolbar by
> default when Emacs is started.
>
> I used to have the following in my ~/.emacs:
>
>  (tool-bar-mode nil)
>
> but it doesn't seem to have any effect anymore.

`tool-bar-mode' doc says:

  Toggle use of the tool bar.
  With numeric arg, display the tool bar if and only if arg is positive.

so please try (tool-bar-mode -1)

    Juanma





reply via email to

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