On Thu, Jan 17, 2013 at 4:06 AM, Josh Kamau <joshnet2...@gmail.com> wrote:
> Hi There ;
>
> I am following the instructions here
> https://github.com/technomancy/clojure-mode/blob/master/README.md
> to install clojure mode on emacs... I am new to both emac and clojure.
>
> I am getting this error
>
> Wrong type argument: sequencep, quote
>
> Here is my init.el
> (require 'package)
> (add-to-list 'package-archives
>             '("marmalade" . "http://marmalade-repo.org/packages/";) t)
> (package-initialize)
>
> i am using emacs GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.2) of 2012-11-20
> on tenseven-slave.ma\
> cports.org
>
> on osX 10.7
>
> Whats wrong with my init.el script?

Nothing appears to be wrong with that script.

I'm assuming that starting emacs with the `-Q` option works? If it
doesn't then it sounds like you've got a bad build or something.

If it does, then I would start it with `--debug-init` and paste the output here.

I don't think anyone will be able to help you further with more information.

What editor are you comfortable with? It's become a popular meme of
late to discourage people from trying to pick up Clojure and Emacs at
the same time. If you're already used to Eclipse or IntelliJ there are
good plugins available for both. Also, Vim apparently has some decent
nrepl support if you use screen sessions.

--

In Christ,

Timmy V.

http://blog.twonegatives.com/
http://five.sentenc.es/ -- Spend less time on mail

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to