On Thu, Oct 2, 2008 at 4:16 AM, Hans Hübner <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am using Clojure from SVN with Slime from CVS.  Things work in
> general, but Slime repeatably crashes when I try to display some data
> that I have read using the XML parser:
>
> user=> (clojure.contrib.zip-filter.xml/xml-> (clojure.zip/xml-zip
> (clojure.xml/parse "http://planet.lisp.org/rss20.xml";)))
>
> sends me to the Emacs debugger (see below).
>
> Am I alone with this problem?  Does this work for other people who run
> Slime+Clojure on Windows?
>

Hi Hans,

I'm having trouble getting clojure.contrib.zip-filter loaded into my REPL,
but I can get the inner part to work with no error: (clojure.zip/xml-zip
(clojure.xml/parse "http://planet.lisp.org/rss20.xml";))

Are you able to get that far? If not, please paste the error somewhere that
preserves the spacing and line breaks (like http://paste.lisp.org).

--Shawn

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