GNU bug report logs - #1058
23.0.60; emacs --daemon should not return until socket is ready

Previous Next

Package: emacs;

Reported by: SRS0+wOMF+22+gmail.com=trentbuck <at> internode.on.net

Date: Tue, 30 Sep 2008 14:10:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #152 received at 1058 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 1058 <at> debbugs.gnu.org, trentbuck <at> gmail.com,
        Romain Francoise <romain <at> orebokech.com>
Subject: Re: bug#1058: 23.0.60; emacs --daemon should not return until socket is ready
Date: Mon, 13 Oct 2008 11:16:41 -0400
> -(defun server-start (&optional leave-dead)
> +(defun server-start (&optional leave-dead server-arg)
>    "Allow this Emacs process to be a server for client processes.
>  This starts a server communications subprocess through which
>  client \"editors\" can send your editing commands to this Emacs
> @@ -463,6 +463,8 @@ kill any existing server communications 
>      (when server-process
>        ;; kill it dead!
>        (ignore-errors (delete-process server-process)))
> +    (when (stringp server-arg)
> +      (setq server-name server-arg))

Changing the global var like this is an ugly hack.
I'd rather not add any feature in this direction for now anyway.


        Stefan




This bug report was last modified 16 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.