labrepl: kl...@feersum:~/projects/labrepl$ script/repl java.lang.ExceptionInInitializerError (control.clj:9)

2010-04-30 Thread klang
(control.clj:9) user= In the irc log #clojure log - Apr 29 2010, palamas mentions the same problem at 1:30, but does not get any responses. Does anybody have a bright idea? /klang -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Clojure spotted in the wild

2009-11-02 Thread klang
://code.google.com/p/wave-client-for-emacs) I have randomly spotted Clojure in the wild! /klang --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

expr in comment not ignored?

2009-10-14 Thread klang
using local symbols ;; file foo.clj containing (ns foo) (alias 'fii 'foo) ;; loads of really cool code (comment alias 'fii 'foo ::fii/bar) ;; end So, my question is .. is this an error or a feature .. or should I just use ;; for comments? /klang

Re: expr in comment not ignored?

2009-10-14 Thread klang
Well, I can accept that. Thak you for clarifying. Faithfully, Karsten Lang On 14 Okt., 14:04, Meikel Brandmeyer m...@kotka.de wrote: Hi, comment is a macro, which simply throws away its contents. But since the namespace-qualification of symbols and keywords happens in the reader, it is

Re: clojure-mode install on Windows XP does not work, for me

2009-05-21 Thread klang
systems. Well, back to the drawing board for me. There is still something obvious that I am missing, to get origin/ master working, but at least I am missing it consistently on three operating systems, yay me! :-) /klang On May 21, 12:06 pm, Alen Ribic alen.ri...@gmail.com wrote: Thanks

Re: clojure-mode install on Windows XP does not work, for me

2009-05-21 Thread klang
This only works (for now) when using an alternative fork of clojure- mode git clone git://github.com/technomancy/clojure-mode.git .. that's why I got the same error messages consistently on both XP, OSX and Ubuntu .. /klang On May 18, 8:40 pm, klang karstenl...@gmail.com wrote: Using my

clojure-mode install on Windows XP does not work, for me

2009-05-18 Thread klang
is executed The process finishes by telling me to add a line to my .emacs file (eval-after-load 'clojure-mode '(clojure-slime-config)) To be on the safe side, I evaluate this line and start slime with M-x slime which gives the following messages: (add-classpath file:///c:/klang/lisp/clj/swank-clojure

Re: clojure-mode install on Windows XP does not work, for me

2009-05-18 Thread klang
That did the trick! Thanks! Hopefully, this will be a help for other new clojure/emacs/slime/swank users! /klang On May 18, 7:02 pm, Phil Hagelberg p...@hagelb.org wrote: klang karstenl...@gmail.com writes: First things first: swank doesn't load and slime can't connect to the *inferior

Re: clojure-mode install on Windows XP does not work, for me

2009-05-18 Thread klang
, rolling back to origin/1.0 works though. (with or without setting swank-clojure-extra-classpaths) Paul, you must have done something else to swank-clojure to make thing work on origin/master? /klang On May 18, 7:14 pm, Paul Stadig p...@stadig.name wrote: I just happened to be setting up emacs