On 12/18/06, Trent Buck <[EMAIL PROTECTED]> 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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to