emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in server-start


From: Stefan Monnier
Subject: Re: bug in server-start
Date: Mon, 15 Dec 2008 15:12:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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

We could, but it wouldn't change much to the underlying problem: the
user still needs to somehow figure out (or at least suspect) that
there's a dormant server, then use `ps' to find the PID.

> Also currently the daemon is broken:

> emacs -Q -f server-start&

> emacs --daemon 
> Server "server" is already running

> and the daemon is not started...

Indeed, there's a bug here: it's correct that the daemon is not started,
but the error should cause the daemon to quit.


        Stefan




reply via email to

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