From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tu, Do" Newsgroups: gmane.emacs.help Subject: Re: Please help with slime initialisation Date: Tue, 7 Oct 2014 22:38:55 -0700 (PDT) Message-ID: <7180f0a1-88f1-4a9b-a3e4-c2895339db0c@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1412746838 12363 80.91.229.3 (8 Oct 2014 05:40:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 05:40:38 +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 Oct 08 07:40:33 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 1XbjzE-000270-9v for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 07:40:32 +0200 Original-Received: from localhost ([::1]:34108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbjzD-0000hL-Um for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 01:40:31 -0400 X-Received: by 10.50.112.68 with SMTP id io4mr21228936igb.0.1412746736226; Tue, 07 Oct 2014 22:38:56 -0700 (PDT) X-Received: by 10.50.122.2 with SMTP id lo2mr113443igb.4.1412746736060; Tue, 07 Oct 2014 22:38:56 -0700 (PDT) Original-Path: usenet.stanford.edu!uq10no6217024igb.0!news-out.google.com!rp1ni22143igb.0!nntp.google.com!uq10no6217016igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.161.14.188; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.14.188 User-Agent: G2/1.0 Injection-Date: Wed, 08 Oct 2014 05:38:56 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208057 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:100333 Archived-At: V=C3=A0o 03:11:07 UTC+7 Ch=E1=BB=A7 nh=E1=BA=ADt, ng=C3=A0y 05 th=C3=A1ng m= =C6=B0=E1=BB=9Di n=C4=83m 2014, guivho =C4=91=C3=A3 vi=E1=BA=BFt: > Hi, >=20 >=20 >=20 > I added slime to my configuration via package management.=20 >=20 >=20 >=20 > My load-path >=20 > variable contains the correct load-path: >=20 > "/Users/guivho/.emacs.d/elpa/slime-20141002.1224" >=20 >=20 >=20 > This directory contains a slime-autoloads.el ending with a=20 >=20 > (provide 'slime-autoloads) >=20 >=20 >=20 > My .emacs has a=20 >=20 >=20 >=20 > (require 'slime-autoloads)=20 >=20 >=20 >=20 > line but it complains that it does >=20 > not find it, unless I explicitely precede this require line with:=20 >=20 >=20 >=20 > (add-to-list 'load-path (concat emacsd-dir "elpa/slime-20141002.1224"))= =20 >=20 >=20 >=20 > which adds a second "/Users/guivho/.emacs.d/elpa/slime-20141002.1224" to >=20 > my load-path. >=20 >=20 >=20 > Why does it only work with this additional entry in the load-path list? >=20 >=20 >=20 > Please advise, >=20 >=20 >=20 >=20 >=20 > Guido >=20 >=20 >=20 > -- >=20 > One man's theology is another man's belly laugh. You may one to checkout this excellent SO answer: http://stackoverflow.com/= a/1101605/496700 It is the answer that helped me to easily Setup Common Lisp environment whe= n I first started.