all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexis <flexibeast@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Can not install slime for emacs on my windows-7-64
Date: Wed, 26 Nov 2014 14:06:31 +1100	[thread overview]
Message-ID: <87lhmyr5ao.fsf@gmail.com> (raw)
In-Reply-To: <CAH4mbw0jehGqftEJO9V4yZ6_3r0nPkunxfDLWV49kPJqVu3wxA@mail.gmail.com>


ye eugene writes:

> Hello everyone
>     I download lispbox ( http://commonlisp.net/project/lispbox/
> <http://common-lisp.net/project/lispbox/> ) lispstick (
> http://www.iqool.de/lispstick.html ) .When i run them on my windows
> 7-64,they all shows the same error

Given you had no response to your post last week regarding
Lispbox+Lispstick setup, it looks like there might not be many (or any)
users of Lispbox or Lispstick on this list. Further, it seems that the
problem might not be Emacs itself, but how Lispbox and Lispstick make
use of Emacs. So i think that at this point your best options are
probably either:

(a) Contact the maintainer of Lispstick about your issue; his email
    address is listed in section 6 of the Lispstick page.

(b) Don't use either Lispbox or Lispstick, and instead just set up Emacs
    with SLIME directly. It seems to me that in trying to avoid work by
    using a ready-made setup, you might actually be having to do more work
    than you otherwise would. :-)

Here's one way to install SLIME on Emacs:

1. At the start of your .emacs config file, put:

    (require 'package)

    (add-to-list 'package-archives
                 '("melpa" . "http://melpa.org/packages/") t)

    (package-initialize)

2. Start Emacs.

3. Do: M-x package-refresh-contents RET

4. Do: M-x package-install slime RET

SLIME should then be downloaded, installed, loaded, and ready for you to
configure for use.

5. In the *scratch* buffer, put:

    (setq inferior-lisp-program "/usr/bin/sbcl")

replacing "/usr/bin/sbcl" with the path to the actual CL implementation
you've installed. Then move the cursor to the end of that line and do: C-x
C-e.

6. Do: M-x slime RET

A SLIME session should now be started. :-)

7. To set up SLIME for future Emacs sessions, add the line you specified
in step 5 to the end of your .emacs.

Hope that helps!


Alexis.



      reply	other threads:[~2014-11-26  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26  2:44 Can not install slime for emacs on my windows-7-64 ye eugene
2014-11-26  3:06 ` Alexis [this message]

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=87lhmyr5ao.fsf@gmail.com \
    --to=flexibeast@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.