bug#81543: [PATCH] [eglot] Add vala mode support
João Távora <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <CALDnm53oFcVD1WBto2KqG4nj6QN4oJF1PJXOT+EmMMdk1wcMAQ@mail.gmail.com> |
Is fine, you can continue installing without discussion. If you can, remember to prefix commit headlines with "Eglot:..." but no problem if you don't... João João Távora On Sat, Aug 8, 2026, 10:21 Eli Zaretskii <[email protected]> wrote: > > From: Sean Whitton <[email protected]> > > Date: Tue, 04 Aug 2026 13:36:56 +0100 > > > > DaKnig via "Bug reports for GNU Emacs, the Swiss army knife of text > editors" [03/Aug 3:53pm +03] wrote: > > > diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el > > > index b68b3a57a09..d23175e70bd 100644 > > > --- a/lisp/progmodes/eglot.el > > > +++ b/lisp/progmodes/eglot.el > > > @@ -246,6 +246,7 @@ automatically)." > > > ((cmake-mode cmake-ts-mode) > > > . ,(eglot-alternatives '(("neocmakelsp" "--stdio") > "cmake-language-server"))) > > > (vimrc-mode . ("vim-language-server" "--stdio")) > > > + (vala-mode . ("vala-language-server")) > > > ((python-mode python-ts-mode) > > > . ,(eglot-alternatives > > > '("pylsp" "pyls" ("basedpyright-langserver" "--stdio") > > > > Thanks. João, does this seem fine? > > FWIW, in the past we've been installing such changes without any need > for discussions. > > But in any case, it helps actually CC'ing João 😉. >