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

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

[debbugs-tracker] bug#19059: closed ([FIX INCLUDED] desktop-read re-enab


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19059: closed ([FIX INCLUDED] desktop-read re-enables desktop autosave when it shouldn't)
Date: Wed, 18 Feb 2015 00:43:02 +0000

Your message dated Wed, 18 Feb 2015 00:41:30 +0000
with message-id <address@hidden>
and subject line Re: desktop-read re-enables desktop autosave when it shouldn't
has caused the debbugs.gnu.org bug report #19059,
regarding [FIX INCLUDED] desktop-read re-enables desktop autosave when it 
shouldn't
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19059: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19059
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [FIX INCLUDED] desktop-read re-enables desktop autosave when it shouldn't Date: Sat, 15 Nov 2014 06:57:15 +0000
With emacs 24.4, run emacs -Q, then do
(desktop-save-mode 1)
Notice that window-configuration-change-hook now (correctly) contains 
desktop-auto-save-set-timer, since desktop-save-mode defaults to enabling 
desktop autosave. Now do
(desktop-auto-save-disable)
Notice that desktop-auto-save-set-timer is (correctly) removed from the hook. 
Now do
(desktop-save "~/.emacs.d")
(desktop-read)
Notice that desktop-auto-save-set-timer is added back to the hook, which is a 
bug since you didn't ask for desktop autosave to be re-enabled.

This bug wasn't in 24.3, because 24.3 didn't have the desktop autosave feature.

The bug is in desktop.el of the 24.4 release, line 1191, which unconditionally 
calls desktop-auto-save-enable. The fix is to change that to conditionally call 
desktop-auto-save-enable, if desktop autosave was enabled (indicated by 
presence of desktop-auto-save-set-timer in the hook) prior to being disabled by 
the call to desktop-auto-save-disable on line 1138. Patch excluded, per request.



--- End Message ---
--- Begin Message --- Subject: Re: desktop-read re-enables desktop autosave when it shouldn't Date: Wed, 18 Feb 2015 00:41:30 +0000
Fixed in trunk.


--- End Message ---

reply via email to

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