all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Crotti <andrea.crotti.0@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Understanding slime and swank
Date: Tue, 02 Mar 2010 14:40:23 +0100	[thread overview]
Message-ID: <m1vddex2ns.fsf@gmail.com> (raw)

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	other threads:[~2010-03-02 13:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 13:40 Andrea Crotti [this message]
2010-03-02 14:14 ` Understanding slime and swank 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1vddex2ns.fsf@gmail.com \
    --to=andrea.crotti.0@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.