EMACS-Live + Slime error at startup

228 views Asked by At

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.

1

There are 1 answers

0
DoT On BEST ANSWER

CHAMPAGNE !!! Reinstalled my VM, done all steps one by one and that wasn't ok. I had to launch twice the "bash <(curl -fksSL https://raw.github.com/overton..." command line once all other steps was executed and say "No" to the question asking if I want to create a personnal folder. Don't know if that was important however. I also removed my personnal pack from emacs-live.el and voila ! :)

I hope that will help other people having the same issue.