Yeah that's what it is: WARNING!!! version ranges found for: [org.kovas/paredit-widget "0.1.1-SNAPSHOT"] -> [org.kovas/paredit.clj "0.20.1-SNAPSHOT"] -> [net.cgrand/parsley "0.9.2"] -> [net.cgrand/regex "1.1.0"] -> [org.clojure/clojure "[1.2.0,)"]
I guess my only remaining question is whether the paredit.clj library is available somewhere, so I can take a quick look. On Tuesday, August 6, 2013 1:01:43 PM UTC-4, Nelson Morris wrote: > > It might be a version range somewhere. `lein deps :tree` in lein 2.2.0 > should show the path to it. If it doesn't please let me know > > > On Tue, Aug 6, 2013 at 11:32 AM, Zach Oakes <[email protected]<javascript:> > > wrote: > >> Thanks! It seems to work well so far in Nightcode. I noticed it pulled >> down a bunch of older versions of Clojure, but I'm guessing that's because >> you're using a SNAPSHOT version of seesaw in it? Also, I was wondering if >> the other library you use (org.kovas/paredit.clj) was available anywhere -- >> I couldn't find it on your Github. >> >> >> On Monday, August 5, 2013 11:52:24 PM UTC-4, kovasb wrote: >> >>> Thanks for the feedback. I just extended the paredit-widget function to >>> be able to consume pre-existing widgets: >>> >>> (p/paredit-widget (javax.swing.JTextArea. "(foo bar)")) >>> >>> fyi right now the implementation isn't taking advantage of parsley's >>> incremental parsing support, and instead is reparsing the text with every >>> paredit command execution. This might be an issue for big files, but is >>> fixable. >>> >>> >>> On Mon, Aug 5, 2013 at 7:51 PM, Zach Oakes <[email protected]> wrote: >>> > >>> > Hi kovasb, I mentioned this in the other thread but it's best to ask >>> here: Can you provide a way to pass an existing JTextArea to it, rather >>> than instantiating your own? >>> > >>> > -- >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups "Clojure" group. >>> > To post to this group, send email to [email protected] >>> >>> > Note that posts from new members are moderated - please be patient >>> with your first post. >>> > To unsubscribe from this group, send email to >>> > clojure+u...@**googlegroups.com >>> >>> > For more options, visit this group at >>> > http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en> >>> > --- >>> > You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> > To unsubscribe from this group and stop receiving emails from it, >>> send an email to clojure+u...@**googlegroups.com. >>> >>> > For more options, visit >>> > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> > >>> > >>> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected]<javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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 unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
