You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cider-defun-at-point goes completely nuts when invoked from forms prefixed by #_ (or any other data reader for that matter). Here's an example (█ stands for cursor):
#_(foo█)
#_(bar)
(cider-defun-at-point) here returns "#_"! Basically, it returns any form that follows the #_-prefixed form we are in; and that might be the desired behavior – but certainly not returning #_.