unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eric Abrahamsen <girzel@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Understanding slime and swank
Date: Tue, 2 Mar 2010 22:14:07 +0800	[thread overview]
Message-ID: <C89D2EC4-42C6-4A4B-9B67-8F8C07D9AC7C@gmail.com> (raw)
In-Reply-To: <m1vddex2ns.fsf@gmail.com>


On Mar 2, 2010, at 9:40 PM, Andrea Crotti wrote:

> 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...

Are you looking for slime-lisp-implementations? The example from the  
docs looks like this:

(setq slime-lisp-implementations
            '((cmucl ("cmucl" "-quiet"))
              (sbcl ("/opt/sbcl/bin/sbcl") :coding-system utf-8-unix)))

The one at top will be default, I think you run slime with a prefix  
arg to autocomplete choose from different implementations.

Eric


>
> 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 14:14 UTC|newest]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=C89D2EC4-42C6-4A4B-9B67-8F8C07D9AC7C@gmail.com \
    --to=girzel@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).