all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Understanding slime and swank
@ 2010-03-02 13:40 Andrea Crotti
  2010-03-02 14:14 ` Eric Abrahamsen
  2010-03-02 23:27 ` Sean Sieger
  0 siblings, 2 replies; 8+ messages in thread
From: Andrea Crotti @ 2010-03-02 13:40 UTC (permalink / raw)
  To: help-gnu-emacs

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-07  6:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 13:40 Understanding slime and swank Andrea Crotti
2010-03-02 14:14 ` Eric Abrahamsen
2010-03-03 10:31   ` Andrea Crotti
2010-03-03 16:27     ` Sean Sieger
2010-03-03 17:13       ` Peter Dyballa
2010-03-05 21:36         ` Sean Sieger
     [not found]   ` <mailman.2215.1267612335.14305.help-gnu-emacs@gnu.org>
2010-03-07  6:24     ` Tim X
2010-03-02 23:27 ` Sean Sieger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.