<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2010-12-29, at 4:35 PM, Matthew Mondor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Wed, 29 Dec 2010 15:56:46 -0500<br>Philippe Sismondi <<a href="mailto:psismondi@arqux.com">psismondi@arqux.com</a>> wrote:<br><br><blockquote type="cite">I can get along with this just fine. The only puzzling thing is why the recent versions of slime do not work properly on Ubuntu 10.10. That is perhaps for another thread, though, since my remote connection problems are solved.<br></blockquote><br>It is possible that a default global emacs configuration, or your<br>~/.emacs, configures/starts slime in a way which used to work with an<br>older slime but which must be adapted for a new slime.  Also, if you<br>updated slime, it might be good to delete/move the old FASL files<br>(usually in ~/.slime/fasl/) so that it rebuilds from scratch<br></div></blockquote><br></div><div>Thanks, Matthew.</div><div><br></div><div>I have routinely been deleting the contents of the .slime folder.</div><div><br></div><div>This is my .emacs file for the setup in which slime misbehaves:</div><div><br></div><div><div><font class="Apple-style-span" color="#8F1792">(setq inferior-lisp-program "ccl")</font></div><div><font class="Apple-style-span" color="#8F1792">;(add-to-list 'load-path "~/library/lisp/slime/")</font></div><div><font class="Apple-style-span" color="#8F1792">(add-to-list 'load-path "~/.local/share/common-lisp/source/slime")</font></div><div><font class="Apple-style-span" color="#8F1792">(require 'slime)</font></div><div><font class="Apple-style-span" color="#8F1792">(slime-setup)</font></div></div><br><div><br></div><div>The version in ~/.local/share/common-lisp/source/slime is the one that DOES NOT work properly with emacs locally in Ubuntu. The version of swank in that same directory DOES work to set up a swank server to which I connect in OS X, and is the same version as is present on OS X. You may recognize the directory as the default directory for asdf2 systems.</div><div><br></div><div>It is clear from the contents of the *inferior-lisp* buffer in Ubuntu emacs that this is the version of slime that is getting loaded.</div><div><br></div><div>Is there some other slime-specific or emacs configuration that could have an effect here? Would output from *inferiour-lisp* or *slime-events* tell us anything?</div><div><br></div><div>Best,</div><div><br></div><div>- Phil -</div><div><br></div><div><br></div></body></html>