|
From: Paul R. <pau...@gm...> - 2010-10-25 09:39:14
|
Under Mac OS X the Clojure Shell plugin works great. Under windows however the "Evaluate buffer in Clojure shell" command fails: Interactive Clojure console. Starting... Clojure 1.2.0 user=> (load-file "D:\Projects\Home\scratch\PersistentDataStructures\finger_trees.clj") java.lang.Exception: Unsupported escape character: \P java.lang.Exception: Unable to resolve symbol: rojects in this context (NO_SOURCE_FILE:0) java.lang.Exception: Unsupported character: \Home java.lang.Exception: Unsupported character: \scratch java.lang.Exception: Unsupported character: \PersistentDataStructures java.lang.Exception: Unsupported character: \finger_trees.clj It looks like a simple error of not escaping the filename properly. -- Paul Richards @pauldoo |