This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-25
Channels
- # announcements (21)
- # babashka (7)
- # beginners (27)
- # calva (7)
- # chlorine-clover (3)
- # cider (1)
- # clerk (21)
- # clojure (24)
- # clojure-europe (28)
- # clojure-finland (3)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (2)
- # clojurescript (13)
- # clr (2)
- # conjure (1)
- # consulting (1)
- # datahike (1)
- # datomic (13)
- # fulcro (3)
- # graalvm (33)
- # gratitude (7)
- # honeysql (7)
- # humbleui (12)
- # hyperfiddle (26)
- # interop (11)
- # introduce-yourself (4)
- # jobs-discuss (8)
- # lsp (26)
- # malli (6)
- # nbb (11)
- # polylith (26)
- # practicalli (1)
- # rdf (3)
- # re-frame (7)
- # reitit (10)
- # releases (2)
- # shadow-cljs (1)
- # tools-deps (15)
I noticed recently that I no longer see the the startup progress status in emacs modeline. Any idea what might cause this? (EDIT: most likely a pebkac issue)
my global-mode-string
contains (among other things)
(t
(:eval
(-keep #'lsp--workspace-status-string
(lsp-workspaces))))
and my mode-line-format
includes mode-line-misc-info
which, if I understand this correctly, should be enough to show the progress in the modelineI guess I'm building my mode line incorrectly, as evaling (-keep #'lsp--workspace-status-string (lsp-workspaces))
while the workspace is restarting shows that the status is received and looks ok :man-shrugging:
hmm.. the problem persists even if I remove my mode line config and even run with lsp-start-plain
:thinking_face:
There were no changes in lsp-mode and clojure-lsp regarding that AFAIK. So you are saying the problem happens even with lsp-start-plain not using any of your config?
thanks, but don't spend too much time on this; I think this is a rather minor issue after all
if I had to guess I'd say its been several weeks at least when I've last seen the progress bar working
no idea if changes like https://github.com/emacs-lsp/lsp-mode/commit/cf30718ed5128753565452f476385dac1f7821d6 might have something to do with this
if this even is a lsp-mode issue (I don't know how reliably lsp-start-plain excludes my local settings/packages)
Yeah that may be related, @U043RSZ25HQ may know more about it easily
thanks to both of you 👍
I was using an outdated lsp-mode, after updating, I can confirm there's no progress on the modeline anymore, probably related to that commit
it's funny no one complained about that until now, that reinforces that clojure-lsp is one of the few LSPs that show progress during initialization 🙂
I've spent so much time with it that not seeing the progress bar is like losing a dear friend
I haven't forgotten about this, recently had to reinstall my laptop & just got back from juxt event so busy busy. When I committed it, it was definitely working but in the meantime it can be reverted until I get a fix I can verify more 🙂
Sure, no problem. Feel free to ping me later if you want me to verify if its fixed or not.
Reverts the PR meanwhile, could you approve it please @U043RSZ25HQ?
https://github.com/emacs-lsp/lsp-mode/pull/4067