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: Sun, 11 Feb 2018 20:01:51 +0100
User-agent: mu4e 1.0; emacs 25.3.1

>>      (defun desktop-init (_frame)
>>        (desktop-save-mode)
>>        (desktop-read)
>>        0)
>>      (add-hook 'after-make-frame-functions 'desktop-init)
>
> Yes, I think so.  Although you may wish doing this only once, not
> after each frame creation (in which case, you should make the function
> remove itself from the hook variable).

Good point.

>> It seems that those functions are expected to return a number, hence the 0.
>
> Hmm... where did you see that they are expected to return a number?

Forget it, I had an error I cannot reproduce, must have been something else.

Attachment: signature.asc
Description: PGP signature


reply via email to

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