I was having this problem, and what solved it for me was to customize
the ac-modes variable (using M-x customize-variable RET ac-modes RET)
and adding slime-repl-mode to the list. Once I added this, auto-
complete gets automatically enabled on my repl buffers as well. Give
it a try!

On Oct 17, 10:00 am, Preecha P <yum...@gmail.com> wrote:
> Same here. It seems like auto-complete-mode doesn't fire up
> correctly.  I tried to hook it using (add-hook 'slime-repl-mode-hook
> (lambda () (auto-complete-mode t) but it doesn't seems to do anything.
> I have to open the mode manually.

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