Yes, just load those namespaces either by require/use-ing or by
compiling & loading the file using C-c C-k.

Regards,
BG

On Mon, May 28, 2012 at 8:20 PM, Joseph Smith <j...@uwcreations.com> wrote:
> Oops, mistake in my email, yeah I'm using "meta-dot", M-.
>
> Looks like it's able to 'see into' anything I've "required" in the repl. I
> was hoping it was crawling the project somehow. :D
>
> ---
> Joseph Smith
> j...@uwcreations.com
> @solussd
>
>
>
>
>
>
> On May 28, 2012, at 9:44 AM, Baishampayan Ghose wrote:
>
> On Mon, May 28, 2012 at 8:03 PM, Joseph Smith <j...@uwcreations.com> wrote:
>
> I frequently use 'slime-edit-definition', aka M-x ., to 'jump to definition
> (and M-x * to jump back). It always works with functions in clojure.core,
> but only works some of the time with code in my own projects. How does it
> index the symbols it's able to jump to? Using emacs live I get docstrings,
> autocomplete and function arg lists for clojure.core functions, but not
> anything in my namespaces. Is there a way to get emacs/slime/whatever to
> index these so I can M-x . my way around and see docstrings/arg lists?
>
>
> There is no explicit indexing that happens with SLIME, the source is
> found dynamically using the meta-data, etc.
>
> Are you sure you are using the right keys? I have always used M-.
> (meta dot) and M-, (meta comma) for these and they work perfectly (as
> long as I am connected to a running Clojure VM, of course).
>
> Regards,
> BG
>
> --
> Baishampayan Ghose
> b.ghose at gmail.com
>
> --
> 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
>
>
> --
> 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



-- 
Baishampayan Ghose
b.ghose at gmail.com

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