From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Can not install slime for emacs on my windows-7-64 Date: Wed, 26 Nov 2014 14:06:31 +1100 Message-ID: <87lhmyr5ao.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416973719 12606 80.91.229.3 (26 Nov 2014 03:48:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 03:48:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 04:48:35 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XtTaj-0005ST-3C for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 04:48:33 +0100 Original-Received: from localhost ([::1]:60364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtTai-0004DU-JL for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 22:48:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtTaO-00046p-1B for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 22:48:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtTaJ-0005oF-OS for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 22:48:11 -0500 Original-Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:34540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtTaJ-0005o7-HQ for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 22:48:07 -0500 Original-Received: by mail-pd0-f177.google.com with SMTP id ft15so1895907pdb.8 for ; Tue, 25 Nov 2014 19:48:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=mBOU2rhksfBFig+5hCDPv8n9nSux0HQ43ShUY3ls6OQ=; b=mWeI6GfrXPpEjDzR/wuI99MIp385TQi5lt7SCYW1N4wHMDmkhtJ1z0AYgq8ZRUAomO fbF26NTMpnAALHTPro+fo6T45m89/PGgbdwapeNlGyR+8leViCbMOTLDK2OWmEdpTkLY 6oneOcwHrxF182m+PrhZkKmd+RTKelmtO+yO1bxge/XJaQGvr36jPVMG1SFILJsltnzr r+6Llsg2tUPTwCwZEdMzY65wxmRm7vQkS1vA9G87YWR245bDgfEoCxmUeUq3adswM9na bMgdxmxCq54XxLvo+Kzc+7/XToz69t2rBkcWBAT5HfRmIYgeXIvvGbgEtlF8P/YN2KiI u11Q== X-Received: by 10.66.90.230 with SMTP id bz6mr48457600pab.125.1416973685875; Tue, 25 Nov 2014 19:48:05 -0800 (PST) Original-Received: from localhost (ppp118-209-40-19.lns20.mel4.internode.on.net. [118.209.40.19]) by mx.google.com with ESMTPSA id dk1sm2821302pdb.48.2014.11.25.19.48.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 25 Nov 2014 19:48:04 -0800 (PST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101206 Archived-At: ye eugene writes: > Hello everyone > I download lispbox ( http://commonlisp.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.