Re: Emacs / Emacs Live autocompletion and slime-edit-definition

2012-05-28 Thread Baishampayan Ghose
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 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"

Re: Emacs / Emacs Live autocompletion and slime-edit-definition

2012-05-28 Thread Joseph Smith
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: > O

Re: Emacs / Emacs Live autocompletion and slime-edit-definition

2012-05-28 Thread Baishampayan Ghose
On Mon, May 28, 2012 at 8:03 PM, Joseph Smith 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

Emacs / Emacs Live autocompletion and slime-edit-definition

2012-05-28 Thread Joseph Smith
I've been playing around with emacs live thismorning- cool stuff. It makes me want to get to the bottom of a couple nagging emacs problems I've had for awhile (since I'm now so close to emacs IDE bliss). I frequently use 'slime-edit-definition', aka M-x ., to 'jump to definition (and M-x * to j