emacs-devel
[Top][All Lists]
Advanced

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

Re: Daemon mode wishlist


From: Stefan Monnier
Subject: Re: Daemon mode wishlist
Date: Sat, 27 Sep 2008 21:09:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> We should change startup.el so that server-start is called after processing
>> the .emacs (and the --eval).

> I don't see that as being better, but if someone else wants to do it and
> also find a way to solve the problem of specifying the server name and
> port on the command line, I won't stand in the way.

It allows the use of

   emacs --eval '(setq server-name "foo")' --daemon

which seems sufficient.  Also it makes server-start take into account
the config settings in the user's .emacs.
I.e. I thing it's just the right thing to do.

You happened to place the call to server-start just at the same place
where you had to disable the call to frame-initialize, but there's
really no fundamental reason why it should be there.


        Stefan




reply via email to

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