Fork me on GitHub
#emacs
<
2016-06-13
>
richiardiandrea16:06:14

hey folks, a question, does somebody have an emacs function for commenting a form with #_ ?

richiardiandrea17:06:16

@hrathod: thanks! I am checking

plexus17:06:23

yeah the code in that repo is pretty rough and ready. Improvements very welcome!

richiardiandrea22:06:52

@plexus: I took a similar approach but then I noticed that if I want to remove a #_ from wherever (inside a commented sexp) I am what I really need is to recur up the sexps to see if there is one already...