This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-21
Channels
- # announcements (25)
- # beginners (31)
- # calva (7)
- # cider (21)
- # clj-kondo (3)
- # clojure (18)
- # clojure-bay-area (1)
- # clojure-europe (30)
- # clojure-norway (12)
- # clojurescript (5)
- # core-logic (1)
- # data-science (20)
- # datomic (7)
- # docker (3)
- # emacs (1)
- # gratitude (4)
- # honeysql (17)
- # hyperfiddle (15)
- # malli (9)
- # membrane (1)
- # nrepl (1)
- # off-topic (8)
- # other-languages (1)
- # overtone (48)
- # practicalli (1)
- # reitit (6)
- # shadow-cljs (30)
I get Symbol's value as variable is void: text-scale-mode-amount
after calling cider-inspect
. cider-inspect
works the first time I use it, but I get the error every subsequent call until I restart emacs
Not really sure how to debug, but I'm happy to provide more info. Here's some random info that might be helpful:
• OS: Mac OSX
• emacs version: GNU Emacs 29.1
• cider version(s): I tried CIDER 1.8.4-snapshot (package:
and CIDER 1.8.3 (Geneva)
• clojure-mode: clojure-mode (version 5.18.0)
Are you using CLI emacs perhaps?
text-scale-mode-amount
comes from text-scale-mode
which is built-in to emacs
Fixed https://github.com/clojure-emacs/cider/commit/4c99c02b5762c107cdf771a771a1216b040ba53e , expect a snapshot within 2 hours

I wish this edge case didn't escape to me :) I'll try to think about the CLI more often before we ship stuff.
No worries. It was easy to write a workaround to hardcode the font-size.
Ah, does this thread mean that the issue with popup positioning when text has been scaled up for pairing with my coworkers is being investigated? 😀
@U0EHA00G1 never had heard of that one, I believe. Feel free to create a GH directly - there's an Inspector batch in progress 👀
hey all, I'd like to try 1.8 but I'm having trouble upgrading it with emacs doom. I tried doom/upgrade
but that doesn't seem to work. Inspecting cider
shows that it's pinned on 1ed5163433c991c00ea83fdd4447e8daf4aeccbe
You can unpin packages in your $DOOMDIR/packages.el
see: https://github.com/doomemacs/doomemacs/blob/986398504d09e585c7d1a8d73a6394024fe6f164/lisp/doom-packages.el#L613
I'd advise to unpin the whole module, so ciders dependencies (like clojure-mode) are updated too. Otherwise you might experience inconsistencies.
that worked @U01RN5VR18X, thank you!
when you say whole module, did you mean (unpin! cider)
? What's the alternative, out of curiosity?
btw, apparently the official bump is on its way https://github.com/doomemacs/doomemacs/pull/7515#issuecomment-1772641803