overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

error: "Symbol's function definition is void: cider-macroexpand-1" on clean install of Emacs 24.3 + live #167

Open BrunoBonacci opened 10 years ago

BrunoBonacci commented 10 years ago

env: Ubuntu 14.04, GNU Emacs 24.3 + Emacs live / master (installed from installation script)

When I try to macroexpand-1 in repl C-c C-m or macroexpand-all C-c M-m return the following error:

Symbol's function definition is void: cider-macroexpand-1

I've tried to add (require 'cider-macroexpansion) as suggested here: https://groups.google.com/forum/#!topic/emacs-live/frKnv7CQyfc

but then it hangs completely.

killme2008 commented 9 years ago

I have the same problem on mac osx 10.9,any progress?

dvarkin commented 9 years ago

+1

samaaron commented 9 years ago

Happy to consider pull requests.