I believe you need to be using a newer version from SVN for this to
work correctly. (probably a good idea anyway as some important fixes
have made it in since that release.)

On Fri, Oct 31, 2008 at 1:31 PM, Matthias Benkard <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>> I'm sure it's something trivial that I'm missing.
>
> I'm not so sure.
>
>> (require 'swank-clojure-autoload)
>> (swank-clojure-config
>>  (setq swank-clojure-jar-path "/Users/clk/Documents/Development/
>> Languages/lisp/clojure_20080916/clojure.jar")
>>  (setq swank-clojure-extra-classpaths (list "/Users/clk/.emacs.d/
>> clojure-extra")))
>
> Try this instead:
>
>    (setq swank-clojure-jar-path "/Users/clk/Documents/Development/
> Languages/lisp/clojure_20080916/clojure.jar")
>    (setq swank-clojure-extra-classpaths (list "/Users/clk/.emacs.d/
> clojure-extra"))
>    (require 'swank-clojure-autoload)
>
> I'm a bit confused about this, too.  What the README says doesn't work
> for me either (or maybe I'm missing something as well).
>
> Matthias
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to