From: Christophe Rhodes Date: Thu, 7 Oct 2010 22:09:09 +0000 (+0100) Subject: more working `swank:compile-file-for-emacs` X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=62825b54e48ad5a32808c13cc183c5c78c5cf672;hp=62825b54e48ad5a32808c13cc183c5c78c5cf672 more working `swank:compile-file-for-emacs` Firstly, only parse, don't source, as that seems to be the protocol (the emacs side is responsible for requesting a load if desired). Secondly, the protocol is also to return a compilation-result structure rather than just TRUE, so do that too. ---