emacs-devel
[Top][All Lists]
Advanced

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

emacs daemon exits when emacsclient connects to it again


From: Liang Wang
Subject: emacs daemon exits when emacsclient connects to it again
Date: Mon, 9 Feb 2009 17:11:45 +0800

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

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

Thanks,
Liang.




reply via email to

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