Fork me on GitHub
#emacs
<
2020-06-26
>
solf03:06:29

Sigh... another half an hour lost because I evaluated the wrong expression, creating too much text for emacs and making it hang

solf03:06:34

Actually I was able to recover it. Weird, before I killed emacs I checked the autosaves and my new code wasn't there. Maybe somehow the kill signal triggered emacs to autosave just before quitting?

kimim03:06:02

So C-x C-s before C-x C-e is a good emacs habit

naomarik06:06:41

I found pkill -SIGUSR2 emacs usually brings emacs back and lets me save if I do that.

solf08:06:14

Oh thanks, I'll try the SIGUSR2 next time

thom11:06:18

Always worth having sane print lengths set in your REPL, can occasionally save you if you print the wrong thing.