GNU bug report logs -
#62198
[PATCH] Eglot: Send clientInfo during the initialize request
Previous Next
Full log
Message #35 received at 62198 <at> debbugs.gnu.org (full text, mbox):
João Távora <joaotavora <at> gmail.com> writes:
> On Wed, Jun 28, 2023 at 9:41 PM Alan Donovan <adonovan <at> google.com> wrote:
>
>> > >Hi João,
>> > > would you mind making eglot populate the clientInfo.{name,version}
>> > > fields of the Initialize request parameters? All that's necessary is
>> > > the one-line change below, though I'm sure you know a cleaner way to
>> > >express the JSON literal and the version constant.
>> > No I wouldn't mind.
>> Great! I found that this expression works for the version, assuming
>> eglot is actually installed:
>>
>> (package-desc-version (cadr (assoc 'eglot package-alist)))
>
> That's the thing. Sometimes it is installed in that variable, sometimes
> it's a builtin described in some other variable. There is, I think,
> a library for this.
>
> I've found the bug thread: bug#62198.
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62198
>
> Taking the liberty of CCing there. Felicián was also looking for this.
If Eglot is installed, then it is byte-compiled as well. The earlier
patch in this bug report made sure that the helper library ('lisp-mnt)
was required only at compile time. However, the patch worked even if
Eglot was not installed with package.el (but Eglot still needed to be
byte-compiled).
On the other hand, if package-desc-version is acceptable as opposed to
that earlier patch, then it is probably better than not sending a
version number in clientInfo.
This bug report was last modified 1 year and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.