src/debug.lisp: Write output to a well-known file.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 11:31:13 +0000 (12:31 +0100)
commit76618d28a01b4b65b530ac032372f2b22ad08d5d
treefc609f4c344ba5490a7ca60d24caefad1bd32f5f
parent8293b90a8f027ed9b7e4ebb566f67e5c783864c9
src/debug.lisp: Write output to a well-known file.

This way, Emacs can display it properly fontified in a buffer, and
refresh when it gets changed, rather than having an enormous dump of
text in the middle of a REPL session.
src/debug.lisp