Re: SLIME REPL clojure completion

2010-06-08 Thread Rick Moynihan
On 8 June 2010 14:42, Joost wrote: > Oh, and make SURE pressing TAB actually calls slime-complete-symbol > and not some non-slime completion function. > > You can check by doing (in a clojure-mode buffer) C-h C-k TAB > > I believe the default binding is C-c TAB and M-TAB - not TAB. > Thanks for t

Re: SLIME REPL clojure completion

2010-06-08 Thread Joost
Oh, and make SURE pressing TAB actually calls slime-complete-symbol and not some non-slime completion function. You can check by doing (in a clojure-mode buffer) C-h C-k TAB I believe the default binding is C-c TAB and M-TAB - not TAB. Joost. -- You received this message because you are subscr

Re: SLIME REPL clojure completion

2010-06-08 Thread Joost
Oops: > check your slime-complete-symbol-function. > slime-complete-symbol* does not complete java classes, but slime- > simple-complete does that last one should be slime-simple-complete-symbol -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos

Re: SLIME REPL clojure completion

2010-06-08 Thread Joost
On Jun 8, 12:34 pm, Rick Moynihan wrote: > user> java.lang.Str > > "No dynamic expansion for `user> java.lang.Str' found. check your slime-complete-symbol-function. slime-complete-symbol* does not complete java classes, but slime- simple-complete does HTH, Joost. -- You received this message b

Re: SLIME REPL clojure completion

2010-06-08 Thread Rick Moynihan
On 7 June 2010 16:52, Rick Moynihan wrote: > On 7 June 2010 16:35, Phil Hagelberg wrote: >> On Mon, Jun 7, 2010 at 5:41 AM, Rick Moynihan >> wrote: >>> I've just updated slime to 20100404 in ELPA, and I've noticed that tab >>> completion in the REPL buffer has stopped working. >>> >>> Pressing

Re: SLIME REPL clojure completion

2010-06-07 Thread Rick Moynihan
On 7 June 2010 16:35, Phil Hagelberg wrote: > On Mon, Jun 7, 2010 at 5:41 AM, Rick Moynihan wrote: >> I've just updated slime to 20100404 in ELPA, and I've noticed that tab >> completion in the REPL buffer has stopped working. >> >> Pressing TAB to complete a symbol prints "No dynamic expansion f

Re: SLIME REPL clojure completion

2010-06-07 Thread Phil Hagelberg
On Mon, Jun 7, 2010 at 5:41 AM, Rick Moynihan wrote: > I've just updated slime to 20100404 in ELPA, and I've noticed that tab > completion in the REPL buffer has stopped working. > > Pressing TAB to complete a symbol prints "No dynamic expansion for > `user> foo' found.  Any ideas how to get this

SLIME REPL clojure completion

2010-06-07 Thread Rick Moynihan
I've just updated slime to 20100404 in ELPA, and I've noticed that tab completion in the REPL buffer has stopped working. Pressing TAB to complete a symbol prints "No dynamic expansion for `user> foo' found. Any ideas how to get this working again? R. -- You received this message because you a