[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacsserver socket file not removed on exit
From: |
Tacvek |
Subject: |
Emacsserver socket file not removed on exit |
Date: |
Mon, 15 May 2006 14:23:56 -0400 |
The socket file of emacsserver is not removed when Emacs is exited.
As far as I can tell, the only thing that causes the server to delete the
file
is (server-start t), which is called by emacsserver's unload hook.
Presumably the server library is supposed to be unloaded as part
of the emacs exiting process, however emacs does not seem to be doing that.
This bug is found in CVS HEAD of GNU Emacs, and breaks
scripts such as 'etc/emacs.bash'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Emacsserver socket file not removed on exit,
Tacvek <=