all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liang Wang <netcasper@gmail.com>
To: emacs-devel@gnu.org
Subject: emacs daemon exits when emacsclient connects to it again
Date: Mon, 9 Feb 2009 17:11:45 +0800	[thread overview]
Message-ID: <a161d0b60902090111v3ba32554x210eaea6a50ffeef@mail.gmail.com> (raw)

Emacs daemon exits or crashes when emacsclient connect to it again.
Below is my command line operation.

[liang@localhost ~]$ emacs --daemon -Q
("emacs" "-Q")
Starting Emacs daemon.
[liang@localhost ~]$ pgrep -l emacs
2813 emacs
[liang@localhost ~]$ emacsclient -c    # succeed to connect
Waiting for Emacs...
[liang@localhost ~]$ pgrep -l emacs
2813 emacs
[liang@localhost ~]$ emacsclient -c    # fail to connect
Waiting for Emacs...
[liang@localhost ~]$ pgrep -l emacs
[liang@localhost ~]$

Thanks,
Liang.




             reply	other threads:[~2009-02-09  9:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09  9:11 Liang Wang [this message]
2009-02-09  9:47 ` emacs daemon exits when emacsclient connects to it again Giorgos Keramidas
2009-02-09 10:29   ` Liang Wang
2009-02-09 16:34     ` Giorgos Keramidas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a161d0b60902090111v3ba32554x210eaea6a50ffeef@mail.gmail.com \
    --to=netcasper@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.