emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in server-start


From: Juanma Barranquero
Subject: Re: bug in server-start
Date: Mon, 15 Dec 2008 19:27:32 +0100

On Mon, Dec 15, 2008 at 18:24, Dan Nicolaescu <address@hidden> wrote:

> We could install something by default to restart the server when
> receiving an USR1 or USR2 signal.

That was discussed a while ago, IIRC. Why wasn't it installed?

> Also currently the daemon is broken:
>
> emacs -Q -f server-start&
>
> emacs --daemon
> Server "server" is already running
>
> and the daemon is not started...

Do you mean, I suppose, that Emacs starts but it is not responsive
because it is running no server?

How do you propose to fix it? We can make --daemon to do the
equivalent of "(progn (server-force-delete) (server-start))", or exit
with an error if there's a name-matching server. Other ideas?

    Juanma




reply via email to

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