Is there a trick to "eval top form" when I'm in a (comment ...) so that it evals not the comment but the one I mean?
(comment ...)
(setq clojure-toplevel-inside-comment-form t) ?
(setq clojure-toplevel-inside-comment-form t)
Yes, set clojure-toplevel-inside-comment-form to t.
clojure-toplevel-inside-comment-form
t
Yes exactly, thank you!