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