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

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

bug#1474: 23.0.60; desktop.el don't check if pid in his lock file is alw


From: Juanma Barranquero
Subject: bug#1474: 23.0.60; desktop.el don't check if pid in his lock file is always in use
Date: Tue, 2 Dec 2008 23:39:52 +0100

On Tue, Dec 2, 2008 at 22:43, Thierry Volpiatto
<thierry.volpiatto@gmail.com> wrote:

> | (eq 0 (call-process-shell-command (format "ps -u %s | grep emacs | grep %d" 
> (getenv "USER") owner)))

In Emacs 23.X I think you could use `system-process-attributes'
instead of running an external ps process.

But one way or the other, what if the desktop lock file resides in a
non-local drive?

  Juanma






reply via email to

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