Closed nopcall closed 10 years ago
I use wcy-desktop.el with perp-mode
first of all. Why you use it both at the same time? It seems like it provides similar functionality for saving/restoring buffers.
wcy-desktop.el can't work correctly
Please be more concrete. What exactly is wrong? Do you have any errors? Is there any messages in Message buffer? What happens if you start emacs with --debug-init?
restore the files too slow nealy 15 seconds
Is it works faster if you use only wcy-desktop.el? persp-mode.el? how many opened files and perspectives you have?
Also, try to replace persp-buffers-from-savelist with this: https://gist.github.com/Bad-ptr/7786019 If it will work for you then I'll merge it to master.
wcy-desktop.el provide a faster desktop restore feature. when enable wcy-desktop: you can see all the restore files in ibuffer(C-x C-b). but didn't load all the files at the same time. Only when you entry a special buffer then press any key will load the file the problem is that i can't load the file when i press a key. it alway tell me "Buffer is read-only"*
i have replace the function and the wcy-desktop can load the file after i press a key. but i got an error when exit emacs "list: Symbol's function definition is void: persp-buffers-to-savelist"
i have replace the function and the wcy-desktop can load the file after i press a key. but i got an error when exit emacs
Well. Merged.
but i got an error when exit emacs "list: Symbol's function definition is void: persp-buffers-to-savelist"
This is really strange. And I can't reproduce it. Can you try it with emacs --debug-init and paste here content of Backtrace buffer (must popup on errors) ?
i have no buffer named Backtrace when the error orrcur even i run "emacs --debug-init". But i update to he newest persp-mode just now,then every thing works good! Thanks for your help.
I use wcy-desktop.el(http://www.emacswiki.org/emacs/wcy-desktop.el) with perp-mode to save my last open files just like desktop-save-mode but more friendly(need press a key to load a restore file). After last time i update packages via emacs' packages-list the wcy-desktop.el can't work correctly and persp-mode restore the files too slow nealy 15 seconds while emacs startup.