[slime-devel] Using Slime with xemacs - "Cannot open load file: inf-lisp"
Keith
keith at kmantell.freeserve.co.uk
Wed Dec 8 09:03:00 UTC 2004
Hi,
A basic question I'm afraid -
I am using xemacs on Gentoo Linux.
My init.el looks like this:
(setq inferior-lisp-program "/usr/bin/sbcl")
(add-to-list 'load-path "/home/keith/bin/slime")
(require 'slime)
(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
(setq inferior-lisp-program "sbcl")
and I get"Cannot open load file: inf-lisp", which I assume comes from (require
'inf-lisp) in slime.el
I have installed ilisp.
Any pointers more than welcome,
Cheers,
Keith
More information about the slime-devel
mailing list