emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: CVS Emacs fails to remove server.el socket on exit


From: Juanma Barranquero
Subject: Re: CVS Emacs fails to remove server.el socket on exit
Date: Mon, 18 Dec 2006 10:14:53 +0100

On 12/18/06, Trent Buck <address@hidden> wrote:

I believe CVS Emacs is not correctly removing the socket file created
by server-start (from server.el).

It is on purpose. Note the following fragment from server.el:

 ;; Delete the associated connection file, if applicable.
 ;; This is actually problematic: the file may have been overwritten by
 ;; another Emacs server in the mean time, so it's not ours any more.
 ;; (and (process-contact proc :server)
 ;;      (eq (process-status proc) 'closed)
 ;;      (ignore-errors (delete-file (process-get proc :server-file))))

                   /L/e/k/t/u




reply via email to

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