On 15 August 2010 09:57, Steve Purcell <st...@sanityinc.com> wrote:
> Excellent - so if there are any quirks with this plugin, at least there'll be 
> a couple more users to help fix it up now!

Definitely. :-)

> (For instance, it doesn't work perfectly if you type "some-namespace/" and 
> then try to start completion, but that might be something related to my slime 
> completion settings.

It seems to work for me. I'd gist the relevant part of my config for
you, except I'm not sure which is the relevant part... I'll have to
look closer.

On the other hand, I'm having mixed luck with fuzzy completion...
slime-fuzzy-complete-symbol offers 'with-bindings and 'with-bindings*
as completions for 'wi-bi, but so far I haven't been able to provoke
ac + ac-slime to do the same (with (lambda () (set-up-slime-ac t)) in
my slime-mode-hook and slime-repl-mode-hook).

> And also, I haven't managed to bind it to TAB in the REPL yet...)

(add-hook 'slime-connected-hook
          (lambda ()
            (define-key slime-mode-map (kbd "TAB") 'auto-complete)
            (define-key slime-repl-mode-map (kbd "TAB") 'auto-complete)))

I also put (lambda () (auto-complete-mode t)) in the hooks for
slime-mode and slime-repl-mode.

> Incidentally, I've also got a hippie-expand source for SLIME somewhere in my 
> emacs config: http://github.com/purcell/emacs.d

Cool! I'll look around. :-)

Sincerely,
Michał

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