emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
solf 2020-06-26T03:01:29.003100Z

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

solf 2020-06-26T08:37:14.006200Z

Oh thanks, I'll try the SIGUSR2 next time

thom 2020-06-28T11:16:18.010400Z

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

solf 2020-06-26T03:05:34.003300Z

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?

2020-06-26T03:56:02.005400Z

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

2020-06-26T03:59:41.005600Z

I was being sarcastic. I started to read your tutorials already. Thank you for writing them.

practicalli-john 2020-06-26T05:55:20.005800Z

I was being cheeky 😁

naomarik 2020-06-26T06:46:41.006Z

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