Hi,
I don't get colored stacktrace.
http://imgur.com/5NCEW
Is any procedure needed?
I've tried 1.3.4 with clojure 1.2.1/1.3.0 and Emacs 23.3.
My .emacs.el includes only load-path and marmalade settings.

>> including [ring "1.0.1"] in my project.clj, which uses clj-stacktrace
>> 0.2.2 instead of 0.2.4.
> This is actually already mentioned, but I'll try to make it clearer. Do
> you think this is good?
I think ring should specify dependency using version range like below.
[clj-stacktrace "[0.2.2,)"] ;; 0.2.2 <= x

http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution
I didn't know it until recently, but now I think wherever possible
every library should specify version with it.

Thanks.

2011/12/29 Phil Hagelberg <p...@hagelb.org>:
> Gert Verhoog <m...@gertalot.com> writes:
>
>> On 28/12/2011, at 2:03 PM, Phil Hagelberg wrote:
>>> I just pushed out version 1.3.4 of Swank Clojure.
>>
>> Great stuff, thanks! I ran into the problem with an older
>> clj-stacktrace jar as you describe in the documentation, because I'm
>> including [ring "1.0.1"] in my project.clj, which uses clj-stacktrace
>> 0.2.2 instead of 0.2.4.
>
> This is actually already mentioned, but I'll try to make it clearer. Do
> you think this is good?
>
>> Since swank-clojure 1.3.4, having versions of clj-stacktrace older
>> than 0.2.4 in your project or user-level plugins will cause `Unable to
>> resolve symbol: pst-elem-str` errors. Keep in mind that user-level
>> plugins in `~/.lein/plugins` are uberjars in Leiningen 1.x, so it's
>> possible that one of your plugins (such as `lein-difftest` before
>> version 1.3.7) contains an old clj-stacktrace even if it doesn't have
>> its own file there. Specifying a newer version should be enough if
>> you're having trouble:
>>
>>     :dependencies [[clj-stacktrace "0.2.4"]]
>
> The :exclusions line shouldn't be necessary.
>
> -Phil
>
> --
> 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

-- 
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