emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57725: closed (29.0.50; eglot: Error when using :initializationOptio


From: GNU bug Tracking System
Subject: bug#57725: closed (29.0.50; eglot: Error when using :initializationOptions)
Date: Sat, 17 Sep 2022 16:42:02 +0000

Your message dated Sat, 17 Sep 2022 18:41:17 +0200
with message-id 
<CADwFkmmVU+b=s138S-SZBZ_5H6LH378-RAPbO5eiHEic2KPv5A@mail.gmail.com>
and subject line Re: bug#57725: 29.0.50; eglot: Error when using 
:initializationOptions
has caused the debbugs.gnu.org bug report #57725,
regarding 29.0.50; eglot: Error when using :initializationOptions
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57725: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57725
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; eglot: Error when using :initializationOptions Date: Sun, 11 Sep 2022 09:02:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)
If I attempt to pass :initializationOptions to a server like so:

    (setf (alist-get 'python-mode eglot-server-programs)
          '("jedi-language-server" :initializationOptions eglot--{}))

I get an error:

    Debugger entered--Lisp error: (invalid-slot-name "#<eglot-lsp-server 
eglot-lsp-server-92f0c8>" :initializationOptions)

A workaround is to add this to the eglot-lsp-server defclass:

@@ -788,6 +788,7 @@ treated as in `eglot-dbind'."
    (managed-buffers
     :documentation "List of buffers managed by server."
     :accessor eglot--managed-buffers)
+   (_ :initarg :initializationOptions)
    (saved-initargs
     :documentation "Saved initargs for reconnection purposes."
     :accessor eglot--saved-initargs)

I can also confirm that after the workaround, the options are passed
correctly to the server upon initialization.



--- End Message ---
--- Begin Message --- Subject: Re: bug#57725: 29.0.50; eglot: Error when using :initializationOptions Date: Sat, 17 Sep 2022 18:41:17 +0200
Augusto Stoffel <arstoffel@gmail.com> writes:

> Yes, please close this ticket here at the Emacs tracker.

Done.


--- End Message ---

reply via email to

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