Emacs creating zombie buffers
Note to self:
Using bleeding-edge swank-clojure and Slime, Emacs was creating buffers that didn't point to any file, every time C-c C-k wanted to display warnings. This was really quite annoying as it resulted in a mess of empty buffers being created. This fixed it:
(setq slime-highlight-compiler-notes nil)

Speak your Mind
Preview