I am editing Clojure code in开发者_开发问答 Emacs23, I am pretty new and I was wondering if there is a feature in Emacs to create missing function? It would be similar to Ctrl+1 in Emacs or Alt+Insert => Create method.
what kind of "missing function" do you want to create? If you want to create empty function, then you can use any of snippet expansion packages, for example, yasnippet...
P.S. you can look onto my snippets for clojure...
精彩评论