all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Please help with slime initialisation
@ 2014-10-04 20:11 Guido Van Hoecke
  2014-10-05  4:45 ` Alex Kost
  0 siblings, 1 reply; 4+ messages in thread
From: Guido Van Hoecke @ 2014-10-04 20:11 UTC (permalink / raw)
  To: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-08  5:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.10444.1412453491.1147.help-gnu-emacs@gnu.org>
2014-10-08  5:38 ` Please help with slime initialisation Tu, Do
2014-10-04 20:11 Guido Van Hoecke
2014-10-05  4:45 ` Alex Kost
2014-10-05  7:43   ` Guido Van Hoecke

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.