This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-02
Channels
- # announcements (1)
- # babashka (4)
- # beginners (39)
- # calva (36)
- # cherry (11)
- # cider (23)
- # clj-on-windows (3)
- # clojure (105)
- # clojure-brasil (1)
- # clojure-chicago (3)
- # clojure-conj (8)
- # clojure-denver (4)
- # clojure-europe (18)
- # clojure-germany (5)
- # clojure-hungary (13)
- # clojure-nl (1)
- # clojure-norway (31)
- # clojure-sweden (9)
- # clojure-uk (2)
- # clojurescript (22)
- # core-async (4)
- # cursive (8)
- # data-science (25)
- # datomic (14)
- # devops (1)
- # emacs (9)
- # events (5)
- # holy-lambda (32)
- # hyperfiddle (26)
- # introduce-yourself (2)
- # kaocha (1)
- # leiningen (11)
- # lsp (17)
- # malli (8)
- # off-topic (84)
- # pedestal (4)
- # polylith (2)
- # re-frame (17)
- # reitit (1)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (8)
- # sql (4)
- # tools-deps (8)
- # transit (5)
- # vim (1)
- # vscode (1)
- # xtdb (45)
Does anybody else have issues with rich comments on an m1 mac? There’s some kind of font locking issue I haven’t been able to resolve that freezes up Emacs.
I actually checked and this has nothing to do with cider. The problem function, based on my profiler is markdown-fontify-code-blocks-generic
which has some kind of issue with comment blocks.
That’s exactly what’s causing the issue
Found a GH thread that wasn’t around last time I was messing with this.
there’s an infinite loop in the logic. and i just put a “if we’re over 200 then give up”
No worries, I don’t use top level eval in comments often enough for it to make much of a difference
Thanks, though!
I think the latest release has a fix, which involved changing the beginning of defun functions, but I’m on Doom, so I’m not inclined to mess with that
Hold on a sec, you authored this fix 😂
> [#2375](https://github.com/clojure-emacs/cider/issues/2375): Move cider-eval-toplevel-inside-comment-form
into clojure-mode as clojure-toplevel-inside-comment-form
so beginning-of-defun
is aware of comment forms.