On 31 dec, 13:07, Baishampayan Ghose <b.gh...@ocricket.com> wrote: > > This one is called fuzzy-completion, which for some unknown reasons > doesn't work with SLIME + Clojure. > > It used to work perfectly with Common Lisp. I would appreciate a > solution to this too.
Works for me, but you must have slime-fuzzy or slime-fancy enabled. So you need something like this in your emacs config: (slime-setup '(slime-fancy ;; turns on fancy inspector, autodoc and other useful stuff slime-highlight-edits)) This binds (slime-fuzzy-complete-symbol) to C-c M-i You can also use hippie-expand, which does the same sort of completion, but doesn't query the running lisp. Joost. -- 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