On Tue, Feb 28, 2023, 10:14 Michael Albinus <michael.albinus@gmx.de> wrote:
jeberger@free.fr writes:

Hi Jérôme,

> From a quick grep it looks like Eglot uses `make-process`, which probably
> suffers from the same limitations as `call-process` when it comes to Tramp
> support.

Since Emacs 27, make-process supports the keyword :file-handler. If set
non-nil, remote processes are supported.

Yep. And that's exactly what Eglot uses. 

So I'd say this comment you find in counsel, Jerôme, is not the culprit.

João