Questions tagged [recover]
The recover tag has no summary.
12 questions
0 votes
0 answers
36 views
automatically recover last session when it has unsaved files
Occasionally it happens that I forget to start recover-session after a crash. I would like to automate the following: each time Emacs starts up, check if there are unsaved files in the last session, ...
0 votes
0 answers
286 views
Can I recover the contents of a scratch buffer?
Using Ubuntu 22.04. I accidentally closed a scratch buffer that I had notes in. Can I recover those contents?
1 vote
2 answers
1k views
I need to restore the *scratch* buffer from the last time I used emacs even though I killed it and had to restart
I was using emacs (XEmacs actually) and using the scratch buffer to experiment with regular expressions for a regex-replace operation that was giving me trouble. That has nothing to do with the ...
2 votes
1 answer
173 views
How to use `recover-session` and `dired-omit-mode` in Emacs 26 and lower?
Using Emacs 26.1, I have enabled dired-omit-mode globally with (add-hook 'dired-mode-hook #'dired-omit-mode). When using recover-session, I don't see any files. How to fix this? Creating a .dir-...
0 votes
1 answer
398 views
Emacs recover-session: which session should I recover?
My OS locked up while using Emacs. So I hard boot, reopen Emacs, and M-x recover-session. The OS locked up at Jul 6 3:05, there are two autosave sessions at 03:04 Which of the two 3:04 sessions should ...
4 votes
1 answer
266 views
Recovering multiple files
After a crash, I can recover-this-file, but, if I don't know which of many files may have been unsaved at the time of the crash, how can I find out? Can I recover them all in one go?