help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Please help with slime initialisation


From: Guido Van Hoecke
Subject: Please help with slime initialisation
Date: Sat, 04 Oct 2014 22:11:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]