I think you are right Sean. This is a problem on Windows with the file separator.
Aravindh Johendran suggested a fix a while ago. Let me try integrating it and see if that doesn't fix the windows platform. I'll let you know when I have something. On Dec 6, 4:36 pm, Sean Corfield <seancorfi...@gmail.com> wrote: > (looks like you're on Windows from clojure\set.clj so that might be a > clue to a difference) > > Sean > > On Tue, Dec 6, 2011 at 1:38 PM, Andrew <ache...@gmail.com> wrote: > > user> (require 'clojure.set) > > nil > > user> (set-bp clojure.set/difference) > > nil > > nil > > user> (clojure.set/difference #{1 2} #{2 3}) > > > CDT buffer appears.... > > > CDT BreakpointEvent in thread Swank REPL Thread > > From here you can: e/eval, v/show source, s/step, x/next, o/exit func > > > Restarts: > > 0: [QUIT] Quit to the SLIME top level > > > Backtrace: > > 0: clojure.set$difference.invoke(set.clj:48) > > [No Locals] > > > If I press v and then go to the *Messageages* buffer, I see this: > > > Source not found; check @source-path > > > clojure\set.clj - source not found. -- 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