GNU bug report logs - #72779
EGLOT pyright bug

Previous Next

Package: emacs;

Reported by: Johann De Waal <njdewaal <at> gmail.com>

Date: Sat, 24 Aug 2024 05:56:01 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #19 received at 72779-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Johann De Waal <njdewaal <at> gmail.com>
Cc: joaotavora <at> gmail.com, 72779-done <at> debbugs.gnu.org
Subject: Re: bug#72779: EGLOT pyright bug
Date: Thu, 29 Aug 2024 14:38:03 +0300
> From: Johann De Waal <njdewaal <at> gmail.com>
> Date: Sat, 24 Aug 2024 12:12:57 +0200
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 72779 <at> debbugs.gnu.org
> 
> Hello, thank you for your swift responses.
> 
> Following the 'emacs -Q' advice I was able to pinpoint the problem.
> 
> I had the following in my configs.
>   (add-to-list 'eglot-server-programs
>            '(python-mode . ("pyright"))
> which had to be
>   (add-to-list 'eglot-server-programs
>            '(python-mode . ("pyright-langserver" "--stdio")))
> 
> I had set it in this erroneous manner because I was experimenting with mypy.

Thanks to both of you.  I'm therefore closing this bug.




This bug report was last modified 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.