clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

`clojure-sexp-starts-until-position` can loop forever

Open vemv opened this issue 1 year ago • 0 comments

Per https://github.com/clojure-emacs/clojure-mode/pull/651/files#r1224358671 :

If function clojure-sexp-starts-until-position is called directly, then yes, it will loop forever for any single form in buffer. But this bug is triggered without user doing anything (except for opening the buffer) only when there's just comment in buffer

vemv avatar Jun 23 '23 20:06 vemv