Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Tassilo Horn
Josh Kamau writes: > 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) Looks correct to me. Start emacs us

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Josh Kamau
THanks Tim, I will master clojure first... i will get back to emacs later. Iam still having the (parens culture) shock" having been in {java.world()} for years. On Thu, Jan 17, 2013 at 5:06 PM, Tim Visher wrote: > On Thu, Jan 17, 2013 at 9:01 AM, Josh Kamau wrote: > > I gave up on emacs a

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Tim Visher
On Thu, Jan 17, 2013 at 9:01 AM, Josh Kamau wrote: > I gave up on emacs am back to eclipse . Give up for now, but not for always! :) For inspiration, check out: Magnar Sven's Live WebRebel presentation: http://www.youtube.com/watch?v=p3Te_a-AGqM EmacsRocks: http://emacsrocks.com/ and VimGol

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Josh Kamau
Thanks guys... I gave up on emacs am back to eclipse . Josh On Thu, Jan 17, 2013 at 4:23 PM, Tim Visher wrote: > On Thu, Jan 17, 2013 at 4:06 AM, Josh Kamau wrote: > > Hi There ; > > > > I am following the instructions here > > https://github.com/technomancy/clojure-mode/blob/master/READ

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread larry google groups
I had the same problem. It arose from one of the packages I had installed. I randomly uninstalled various packages, until the problem went away. (And because of this, poor package management is one of my peeves with Emacs.) On 17 Sty, 08:23, Tim Visher wrote: > On Thu, Jan 17, 2013 at 4:06 AM, J

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Tim Visher
On Thu, Jan 17, 2013 at 4:06 AM, Josh Kamau 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:

Re: Error while installing clojure-mode on emacs

2013-01-17 Thread Marko Topolnik
What line exactly is causing the problem? Maybe it's happening in another of the several emacs init files. On Thursday, January 17, 2013 10:06:11 AM UTC+1, Josh Kamau wrote: > > Hi There ; > > I am following the instructions here > https://github.com/technomancy/clojure-mode/blob/master/README.m