clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.54k stars 645 forks source link

Function selection (C-c M-f) doesn't seem to work correctly #1078

Closed mbuczko closed 9 years ago

mbuczko commented 9 years ago

steps to reproduce:

CIDER 0.9.0snapshot (package: 20150419.1202)

expez commented 9 years ago

I can't reproduce this.

Is it reproduceable across repl restart? Across projects? Does it only happen when you use boot or with lein too?

bbatsov commented 9 years ago

I was thinking we should probably delete this functionality. Because of this command we keep around a lot of legacy inlined Clojure code.

expez commented 9 years ago

yes, it isn't very useful either. All it does is provide a completing read of available functions. company-mode kind of does that once you start typing anyway...

bbatsov commented 9 years ago

OK, let's kill it. Could you do this?