help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Understanding slime and swank


From: Andrea Crotti
Subject: Understanding slime and swank
Date: Tue, 02 Mar 2010 14:40:23 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

I would like to start using clojure and I've also found it can be used
with slime also.  Though I don't understand how to pass from for example
sbcl to clojure slime.  If I load the library *swank-clojure* then no
way, I'm not able to go back to sbcl slime...

Now my configuration is simply like this

--8<---------------cut here---------------start------------->8---
(add-to-list 'Info-default-directory-list "~/.emacs.d/slime/doc/")

;; the path should be already set up correctly
(setq inferior-lisp-program "sbcl")
(require 'slime)
(slime-setup)
(setq slime-complete-symbol*-fancy t)
(setq slime-complete-symbol-function 'slime-fuzzy-complete-symbol)
--8<---------------cut here---------------end--------------->8---


But I remember in the past I did have a smarter auto completion...

And by the way I'm not able to see the slime documentation, even if this
file
slime.texi

is in the path Info-default-directory-alist...

Thanks,
Andrea





reply via email to

[Prev in Thread] Current Thread [Next in Thread]