flyingmachine / emacs-for-clojure

522 stars 267 forks source link

First time launch error on Fedora 20 (x86_64; with latest updates) #6

Closed rajkrish closed 9 years ago

rajkrish commented 10 years ago

On a Fedora 20 host, I installed emacs like this:

$ yum -y install "emacs*"

Then I cloned this repo (emacs-for-clojure) into ~/.emacs.d per instructions on the blog: http://www.braveclojure.com/basic-emacs/

I saw the following error in a Compile-log window below the main window, though emacs launched fine:

/usr/share/emacs/site-lisp/site-start.d/slime.el:Error: Don't know how to compile nil
.emacs.d/elpa/ido-ubiquitous-0.7/ido-ubiquitous.elc:Warning: reference to free
    variable `ido-cur-item'
.emacs.d/elpa/ido-ubiquitous-0.7/ido-ubiquitous.elc:Warning: reference to free
    variable `ido-require-match'

I will try to attach the screenshot if possible.

rajkrish commented 10 years ago

Here is the screenshot: emacs-for-clojure--launch-error-1

flyingmachine commented 9 years ago

I hope you've been able to fix your issue, but in case you haven't I've completely revamped this project and you might not get that problem now.