Ok, I must be missing something obvious. I'm getting stuck since yesterday to launch Emacs-live + slime. I'm using EMACS 24.3.1, installed Emacs-live and it worked well (if I start emacs-live without Slime it works), downloaded Slime-Pack from git and added this line to .emacs-live.el
(live-append-packs '(~/.live-packs/slime-pack/))
I'm on a virtual machine under Kubuntu, and here's the error message I got :
An error occured while loading '/home/xxx/.emacs.d/init.el':
error: Recursive 'require' for feature 'slime'
When I run EMACS with --debug-init :
ad-0rig-require(slime nil nil)
require(slime)
I already tried many times to delete EMACS + slime pack + all config files/folders for EMACS but nothing worked... Ho despair !
I tried to create a new user in order to start from scratch, reinstall all, and I haven't include my profile into emacs-live.el, only the slime-pack ==> same result. Rah.
init.el
and the other information you have supplied seems tangential at best. – tripleee