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

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

bug#1019: 23.0.60; emacs --daemon doesn't work on a console


From: Dan Nicolaescu
Subject: bug#1019: 23.0.60; emacs --daemon doesn't work on a console
Date: Sat, 27 Sep 2008 10:00:55 -0700 (PDT)

Tassilo Horn <thorn@fastmail.fm> writes:

  > Dan Nicolaescu <dann@ics.uci.edu> writes:
  > 
  > > Tassilo Horn <thorn@fastmail.fm> writes:
  > >
  > >   > Dan Nicolaescu <dann@ics.uci.edu> writes:
  > >   > 
  > >   > >   >    But when I start emacsclient -c the first time, it has a
  > >   > >   >    toolbar, although the value of `tool-bar-mode' is nil.  Then 
I
  > >   > >   >    have to toggle t-b-m twice, and from there on it's disabled 
for
  > >   > >   >    the current and all new frames.  I disable the scroll- and
  > >   > >   >    menu-bars the same way, and they are disabled directly,
  > >   > >   >    e.g. even for the first X frame.
  > >   > >
  > >   > > I checked in a fix to fix the initialization of tool-bar-mode and
  > >   > > menu-bar-mode.
  > >   > 
  > >   > Nothing visible has changed for me.  Still the first X11 frame after
  > >   > starting the daemon has a tool-bar (and tool-bar-mode is nil).
  > >
  > > Did you recompile startup.el and dump emacs again?
  > 
  > I used my package manager (paludis).  It always copies the fresh source
  > tree to some location and makes a full bootstrap.

It works for me with a .emacs containing just your code:
 (if (fboundp 'tool-bar-mode) (tool-bar-mode -1))






reply via email to

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