emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting up language servers for Eglot


From: João Távora
Subject: Re: Setting up language servers for Eglot
Date: Fri, 7 Aug 2020 15:32:45 +0100

Hi Paul,

As I told you offline I am quite busy at the moment to help you with this directly.

But if you look at Eglot's homepage you'll see that you need an entry in `eglot-server-programs` variable.
That entry should associate a major mode with a program (the executable).  So you need a `kotlin-mode`
major mode.  Emacs doesn't come with one but you can probably get one somewhere.  Also, earlier I
linked to an issue describing how someone got Eglot working with Kotlin using this simple technique. 
Maybe searching Eglot's bug tracker for "Kotlin" will bring you to that issue.

Hope this helps
João

On Fri, Aug 7, 2020 at 3:28 PM Paul Michael Reilly <pmr@pajato.com> wrote:
What is your thinking about how Users should set up language servers that you do not automagically set up as part of Eglot?

For Kollin, it is not a simple matter, as far as I can see right now, of just adding an executable to a directory on the executable search path. Perhaps I should see how Eglot deals with Java, if at all.

-pmr


--
João Távora

reply via email to

[Prev in Thread] Current Thread [Next in Thread]