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

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

bug#30421: 25.3; desktop.el: Steal lock when no living "emacs" process o


From: Pierre Neidhardt
Subject: bug#30421: 25.3; desktop.el: Steal lock when no living "emacs" process owns it
Date: Thu, 15 Feb 2018 23:56:17 +0100
User-agent: mu4e 1.0; emacs 25.3.1

Actually... Deferring the loading of desktop-mode to after-make-frame
cannot work (unless I'm missing the point):

                  if (and owner
                           (memq desktop-load-locked-desktop '(nil ask))
                           (or (null desktop-load-locked-desktop)
                               (daemonp)
                               (not (y-or-n-p (format "Warning: desktop file 
appears to be in use by PID %s.\n\ Using it may cause conflicts.  Use it 
anyway? " owner)))))

`(deamonp)` will still be true...

I could set `desktop-load-locked-desktop' to `t'
but then I'm assuming I'll always be the only desktop-mode client on
this machine... I don't like that.

What about changing `(daemonp)' to some predicate checking if there is a
frame conencted?

Attachment: signature.asc
Description: PGP signature


reply via email to

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