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 <zsoa...@gmail.com> 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 <zso...@gmail.com> 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 clo...@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+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 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to