Matthew Mondor mm_lists@pulsar-zone.net writes:
On Thu, 25 Jun 2009 17:55:51 -0400 Matthew Mondor mm_lists@pulsar-zone.net wrote:
Is slime known to be broken with ECL?
With ECL 9.7.1 slime now works, except that the following wich I used with SBCL don't work (ECL was built with unicode support however):
(set-language-environment "UTF-8") (setq slime-net-coding-system 'utf-8-unix)
I also had to add to ~/.swank.lisp:
(setq swank:*globally-redirect-io* t)
Please update to HEAD. This issue, and the one with output going to *inferior-lisp* should be fixed in the current CVS version.
-T.