On Mon, Jan 11, 2010 at 2:01 PM, Chris Jenkins <cdpjenk...@gmail.com> wrote:

> PS: FYI here's the full text that I see in my *inferior-lisp* buffer:
>
> (require 'swank.swank)
>
> (swank.swank/ignore-protocol-version nil)
>
> (do (.. java.net.InetAddress getLocalHost getHostAddress)
> nil)(swank.swank/start-server
> "c:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/slime.5668" :encoding
> "iso-latin-1-unix")
>
> Clojure 1.1.0
> user=> java.lang.ClassFormatError: JVMCFRE114 field name is invalid;
> class=clojure/contrib/pprint/PrettyWriter, offset=0 (pprint.clj:6)
> user=> user=> java.lang.Exception: No such var:
> swank.swank/ignore-protocol-version (NO_SOURCE_FILE:3)
> user=> user=> nil
> java.lang.Exception: No such var: swank.swank/start-server
> (NO_SOURCE_FILE:5)
> user=> user=>
>

Out of curiosity, what configuration do you have in place that's causing
clojure.contrib.pprint to be loaded?

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