[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please help with slime initialisation
From: |
Tu, Do |
Subject: |
Re: Please help with slime initialisation |
Date: |
Tue, 7 Oct 2014 22:38:55 -0700 (PDT) |
User-agent: |
G2/1.0 |
Vào 03:11:07 UTC+7 Chủ nhật, ngày 05 tháng mười năm 2014, guivho đã viết:
> Hi,
>
>
>
> I added slime to my configuration via package management.
>
>
>
> My load-path
>
> variable contains the correct load-path:
>
> "/Users/guivho/.emacs.d/elpa/slime-20141002.1224"
>
>
>
> This directory contains a slime-autoloads.el ending with a
>
> (provide 'slime-autoloads)
>
>
>
> My .emacs has a
>
>
>
> (require 'slime-autoloads)
>
>
>
> line but it complains that it does
>
> not find it, unless I explicitely precede this require line with:
>
>
>
> (add-to-list 'load-path (concat emacsd-dir "elpa/slime-20141002.1224"))
>
>
>
> which adds a second "/Users/guivho/.emacs.d/elpa/slime-20141002.1224" to
>
> my load-path.
>
>
>
> Why does it only work with this additional entry in the load-path list?
>
>
>
> Please advise,
>
>
>
>
>
> Guido
>
>
>
> --
>
> 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 when I
first started.