overtone / emacs-live

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

Restore C-M-x / C-c C-c behavior #242

Closed seancorfield closed 2 years ago

seancorfield commented 8 years ago

When you merged #240 (to remove the call to cider--region-for-defun-at-point), it also removed cider-eval-defun-at-point which broke these key bindings. CIDER code seems to have been update to use (cider-defun-at-point 'bounds) but since you already seem to have a function that gets the defun bounds, I used that instead: (live-bounds-of-defun)

arichiardi commented 7 years ago

I second this, I ended up doing something similar: https://github.com/arichiardi/emacs-live/commit/ff5df95c7deaf1bbbe77683299b178a9f79fe9af#diff-795bedfd9a82dc3ea70b926a6f6ccdb4L95

seancorfield commented 2 years ago

No action in over five years. Closing.