Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Mark H.
On Jan 1, 6:48 pm, "Bill Clementson" wrote: > Looks like the correct patch to basic.clj should be: > (defslimefn create-repl [target] '("user" user)) That fixes everything -- thank you :-D mfh --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Stephen C. Gilardi
On Jan 1, 2009, at 9:48 PM, Bill Clementson wrote: Looks like the correct patch to basic.clj should be: (defslimefn create-repl [target] '("user" user)) That works great for me. Thanks very much! --Steve smime.p7s Description: S/MIME cryptographic signature

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Bill Clementson
On Thu, Jan 1, 2009 at 6:02 PM, Mark H. wrote: > > On Jan 1, 5:44 pm, "Stephen C. Gilardi" wrote: >> On Jan 1, 2009, at 7:57 PM, Bill Clementson wrote: >> >> > Or is there some other "dynamic >> > documentation for a function" that you're referring to? >> >> For me, it throws the exception when

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Mark H.
On Jan 1, 5:44 pm, "Stephen C. Gilardi" wrote: > On Jan 1, 2009, at 7:57 PM, Bill Clementson wrote: > > > Or is there some other "dynamic > > documentation for a function" that you're referring to? > > For me, it throws the exception when I type a space and SLIME tries to   > look up the argument

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Stephen C. Gilardi
On Jan 1, 2009, at 7:57 PM, Bill Clementson wrote: Or is there some other "dynamic documentation for a function" that you're referring to? For me, it throws the exception when I type a space and SLIME tries to look up the arguments for the current function. For example, in a fresh SLIME r

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Bill Clementson
On Thu, Jan 1, 2009 at 1:05 PM, Mark H. wrote: > > On Jan 1, 5:55 am, "Remco van 't Veer" wrote: >> I got repl to start with a small change to swank-clojure: >> >> http://github.com/remvee/swank-clojure/commit/ed89d6997bce3c5076e779a... > > I changed that one line to say > > (defslimefn create-

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Stephen C. Gilardi
On Jan 1, 2009, at 4:05 PM, Mark H. wrote: Once I dismiss the exception, the repl itself works fine. Thanks y'all! I don't know how to fix it, but it appears to be related to the synchronization of the notion of the current namespace between swank and slime. This incantation works around

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Mark H.
On Jan 1, 5:55 am, "Remco van 't Veer" wrote: > I got repl to start with a small change to swank-clojure: > >  http://github.com/remvee/swank-clojure/commit/ed89d6997bce3c5076e779a... I changed that one line to say (defslimefn create-repl [target] '(user user)) and the SLIME repl works, but th

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Bill Clementson
It should be noted that (in order to use the new slime-repl mods (if you download the latest slime and apply Remco's patch), you will have to modify your .emacs startup to include the following: (slime-setup '(slime-repl)) - Bill On Thu, Jan 1, 2009 at 11:40 AM, Bill Clementson wrote: > Yes, th

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Bill Clementson
Yes, this does work too. I'll forward on your patch to Jeffrey. Thanks, Bill On Thu, Jan 1, 2009 at 5:55 AM, Remco van 't Veer wrote: > > I got repl to start with a small change to swank-clojure: > > > http://github.com/remvee/swank-clojure/commit/ed89d6997bce3c5076e779ad6e79e37a44d84432 > >

Re: Emacs+SLIME+Clojure troubles

2009-01-01 Thread Remco van 't Veer
I got repl to start with a small change to swank-clojure: http://github.com/remvee/swank-clojure/commit/ed89d6997bce3c5076e779ad6e79e37a44d84432 On Thu, Jan 1, 2009 at 1:44 AM, Mark Hoemmen wrote: > I've been having trouble with Emacs + SLIME + Clojure. I've been > using Bill Clementson's

Re: Emacs+SLIME+Clojure troubles

2008-12-31 Thread Bill Clementson
Hi Mark, On Wed, Dec 31, 2008 at 4:44 PM, Mark Hoemmen wrote: > I've been having trouble with Emacs + SLIME + Clojure. I've been > using Bill Clementson's setup, and it was working when I fetched all > the required projects via his clj-build script. However, when I > fetched new versions using

Emacs+SLIME+Clojure troubles

2008-12-31 Thread Mark Hoemmen
I've been having trouble with Emacs + SLIME + Clojure. I've been using Bill Clementson's setup, and it was working when I fetched all the required projects via his clj-build script. However, when I fetched new versions using this script yesterday, Emacs gave me the following error when I ran "run