|
From: | Jostein Kjønigsen |
Subject: | Re: emacs-29: error creating external process - (permission-denied "Doing vfork" "Permission denied") |
Date: | Fri, 9 Dec 2022 22:27:50 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 |
On 09.12.2022 19:03, Jostein Kjønigsen wrote:
I've been testing a little more and this is clearly something which happens with a very specific set of launch parameters.I've just tested moving my setup to eglot, and ran into issues getting typescript-language-server working, but it complained about not being able to find tsserver.Case in point: lsp-mode works fine for all other language-protocol server I use. Only omnisharp fails. But if I try to use omnisharp via eglot, then it launches fine.That is, so far this is the only code I know which can reproduce this error:https://github.com/emacs-lsp/lsp-mode/blob/e56da7199c09e44f4b5feaf07691d467c01da376/clients/lsp-csharp.el#L335-L362-- Jostein
As a means to try to resolve those, I created a shell-script in $HOME/bin, which looks pretty much like this:
#!/bin/sh cd server-dir ./typescript-language-server $*When launching eglot and using this as a language-server instead, I get the same error. Activating edbug-on-error does not trigger the emacs debugger, but still fails the same way.
-- Jostein
[Prev in Thread] | Current Thread | [Next in Thread] |