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: Tassilo Horn
Subject: bug#1019: 23.0.60; emacs --daemon doesn't work on a console
Date: Sat, 27 Sep 2008 10:07:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Dan Nicolaescu <dann@ics.uci.edu> writes:

Hi Dan,

>   > But I have two additional questions.
>   > 
>   > 1) How do I shutdown the emacs server cleanly? 
>
> Use emacsclient to eval `save-buffers-kill-emacs'?

I'm pretty sure I tried `kill-emacs' yesterday and the emacs process
survived, but the server was shut down, so I couldn't connect anymore.
But I tested again and it works.  Thanks for the hint.

>   > 2) In my .emacs I have (if (fboundp 'tool-bar-mode) (tool-bar-mode -1)).
>
> There's a better way to do this, use ~/.Xdefaults:
>
> Emacs.ToolBar:                  0
> Emacs.verticalScrollBars:       off

Yes, I know.  But I like to have all my emacs customizations in lisp and
in ~/.emacs.

>   >    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).

Bye,
Tassilo
-- 
Some people wear Superman pajamas. Superman wears Chuck Norris pajamas. 






reply via email to

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