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

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

desktop-save and desktop-read with lazy restoration using local (i.e., r


From: Kiwon Um
Subject: desktop-save and desktop-read with lazy restoration using local (i.e., relative) desktop-file-name-format
Date: Tue, 30 Dec 2014 18:24:07 -0800 (PST)
User-agent: G2/1.0

Hello,

Does anybody use desktop-mode with lazy restoration using local path format?
The desktop-mode does not restore all files correctly with the following 
configurations:

(desktop-file-name-format 'local)
(desktop-restore-eager 10)
(desktop-path '("." "~/.emacs.d/" "~"))

Calling desktop-read from a given folder having the .emacs.desktop file, the 
first 10 files are well restored as expected. However, when the active buffer 
file and .emacs.desktop file are at different folders, it fails to restore the 
other files, which will be restored lazily during idle state.

This seems a bug of desktop-mode. Does anybody have a solution?
(I am temporally using absolute value for desktop-file-name-format and it works)

Thanks.


reply via email to

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