This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-16
Channels
- # aws (17)
- # babashka (2)
- # beginners (131)
- # bristol-clojurians (1)
- # calva (16)
- # chlorine-clover (6)
- # cider (10)
- # clara (5)
- # cljsrn (82)
- # clojure (176)
- # clojure-dev (14)
- # clojure-europe (13)
- # clojure-italy (13)
- # clojure-nl (4)
- # clojure-spec (10)
- # clojure-sweden (32)
- # clojure-uk (32)
- # clojuredesign-podcast (2)
- # clojurescript (34)
- # community-development (2)
- # conjure (17)
- # cursive (4)
- # datomic (51)
- # emacs (6)
- # figwheel-main (26)
- # fulcro (16)
- # graalvm (11)
- # jobs (2)
- # jobs-discuss (30)
- # kaocha (4)
- # meander (23)
- # off-topic (34)
- # pathom (5)
- # re-frame (10)
- # reagent (3)
- # reitit (6)
- # releases (3)
- # sci (36)
- # shadow-cljs (27)
- # sql (9)
- # testing (6)
- # tools-deps (28)
- # vim (8)
@bozhidar Thanks for the hint! I see this issue which explains the problem: https://github.com/rksm/clj-suitable/issues/15 The project where completion was working was using an older version of shadow-cljs, before 2.10.+.
How would I find out what is causing a long string to be showing up truncated with an ellipses at the end?
(package! clj-refactor :pin "92d372393a031e5fa73ef926447afe72b574cb45")
Is showing up as
(package! clj-refactor :pin "92d372393a...")
The text is all there. It's just a display thing. How would I go about figuring out why and how to change it?I'm guessing you're running doom-emacs? Because that's where I came across this issue. 🙂 It's actually a piece of custom elisp in doom-emacs specific to font-locking a package pin: https://github.com/hlissner/doom-emacs/blob/adc4be88979f36687f84835b7f83cd1a5853753c/modules/lang/emacs-lisp/config.el#L81-L89 https://github.com/hlissner/doom-emacs/blob/946852fe6b0e4a922c14e2c761a5861accc98707/modules/lang/emacs-lisp/autoload.el#L248-L259