I just created a new project, replaced project.clj with yours, ran
lein deps then lein swank and in Emacs M-x slime-connect. Following
your step below I was able to view the source of set.clj (and all the
compiler Java files as I walked back up the stack).

I know that's not much help but it might help someone else figure out
how/why your env might differ and why you didn't get source...?

(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

Reply via email to