lsp 2024-12-03

hey, I'm setting up my new computer using a pretty niche linux distro so unsurprisingly there be dragons. I have lsp-mode installed in emacs and the clojure-lsp binary downloaded, but the server process dies whenever I enter a clojure buffer, and restarting it has no effect. In the logs, I see error in process sentinel: doing vfork: no such file or directory. vfork appears to be a syscall in libc which is available. Has anyone encountered this before?

are you using the fully static binary?

yeah, the one that emacs-lsp (or whichever library it is) downloads automatically

I also downloaded that same binary myself but I was looking through the customize groups and didn't see a place to set a location for an externally downloaded file

lsp-clojure-custom-server-command '("/Users/borkdude/bin/clojure-lsp-dev")

🙏🏻 1

I'll try that, thx

> pretty niche linux distro which one, just ooc

Guix System

⭐ 1

it's like NixOS but uses Scheme as a configuration language and for package management

nice, thank you!

👍🏻 1

maybe we could update lsp-mode automatic install to download the static binary for linux, because it should work for any linux (I use NixOS and the static one works)