[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Daemon mode wishlist
From: |
Dan Nicolaescu |
Subject: |
Re: Daemon mode wishlist |
Date: |
Fri, 26 Sep 2008 13:27:49 -0700 (PDT) |
Romain Francoise <address@hidden> writes:
> The new daemon mode is neat but it's not really useful for me
> because there's no way to customize the socket name, it always uses
> the default 'server' socket. --daemon is processed before --eval so
> I can't change it with --eval '(setq server-name "foo")' as the
> preload-emacs script does.
Doesn't --eval '(progn (setq server-name "foo") (server-start))' work?
> Ideally emacs would have a -S option to set the session/socket name
> and emacsclient would have switches to list the available sessions
> and select one, like screen does.
My plan is to change --daemon syntax to be --daemon[=NAME[:PORT]]
Then (daemonp) would return (NAME . PORT)
and change server-start to take NAME and PORT as optional arguments.
Do you want to help implementing/documenting and more importantly
getting this approved?
- Daemon mode wishlist, Romain Francoise, 2008/09/26
- Re: Daemon mode wishlist,
Dan Nicolaescu <=
- Re: Daemon mode wishlist, Stefan Monnier, 2008/09/26
- Re: Daemon mode wishlist, Dan Nicolaescu, 2008/09/27
- Re: Daemon mode wishlist, Stefan Monnier, 2008/09/27
- Re: Daemon mode wishlist, Dan Nicolaescu, 2008/09/27
- Re: Daemon mode wishlist, Stefan Monnier, 2008/09/27
- Re: Daemon mode wishlist, Romain Francoise, 2008/09/28
- Re: Daemon mode wishlist, Paul R, 2008/09/28
- Re: Daemon mode wishlist, Stefan Monnier, 2008/09/28
Re: Daemon mode wishlist, Romain Francoise, 2008/09/27