* server.el (server-sentinel): Uncomment code to delete connection file.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Dec 2008 00:33:30 +0000 (00:33 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Dec 2008 00:33:30 +0000 (00:33 +0000)
commitc63a334eb0558bbc2f04cd9aa3483fe040029499
treee9109557f9163be3dde8333ec286cf31ea9c39ab
parent9f215d25e03320d6fea344f87894fcae64c9375f
* server.el (server-sentinel): Uncomment code to delete connection file.
  (server-start): Save the connection file in the server property list.
  Delete it only when we are reasonably convinced that it is not owned by
  a running server.
  (server-force-delete): New command to force-delete the connection file,
  and stop the server if it is running.
  (server-running-p): Return t also for local TCP servers when we find a
  process with a matching PID, and :other for undecided cases.
lisp/ChangeLog
lisp/server.el