From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: mprodrigues@posteo.net Newsgroups: gmane.emacs.devel Subject: Re: 30.0.50; 'New' error message when using eglot Date: Tue, 28 Feb 2023 11:05:18 +0000 Message-ID: <528de6a43ed72cfeb943216fea8c2352@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24441"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: joaotavora@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 28 12:51:27 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pWyVy-00068K-EN for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Feb 2023 12:51:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWyVG-0004W3-EM; Tue, 28 Feb 2023 06:50:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWxnS-00043l-8R for emacs-devel@gnu.org; Tue, 28 Feb 2023 06:05:28 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWxnQ-0007d6-0H for emacs-devel@gnu.org; Tue, 28 Feb 2023 06:05:25 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CF1D524058B for ; Tue, 28 Feb 2023 12:05:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1677582319; bh=/e3g/XLQvBor0UTyPE2SMLAilKp5lwPBydej9Bcl3AA=; h=Date:From:To:Cc:Subject:From; b=EVOgJ3CP4LHzRGTBELtqgTudYSPSyFNCUvah9ZtsF4xMjOeTzpRWJwGuy9rEgk0CH esdYTr9qWR3Nw8tVobqCtiQ6D4Fc6cL7T8eWw/OxuK+TxtPZPQM0iad353/JSfWtlM bgj1CuXsqbck6OjKIMnZ8JrKh76AjYH/6g6VJi+IeVFQLnQAo/T76QuXQWCf1VZIRO PRaCWRrlaiw/NhW31vMoUG9fH9b7II3yqQqsErbbnOjZ7f15Iw9g7uKfLR4jg19V0z TeuPH86cA+WIDvmFLiI+GwiqfCWOlGOYG5SpVc5MpnxBKJ5NRfy+y1iSQ0rSfzC6ur yEQ4w/peG9uaw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PQvfR0KThz6tng; Tue, 28 Feb 2023 12:05:19 +0100 (CET) Received-SPF: pass client-ip=185.67.36.65; envelope-from=mprodrigues@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 28 Feb 2023 06:50:38 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303849 Archived-At: Hello, I have the same problem. > emacs -Q --eval '(add-hook (quote python-mode-hook) (function > eglot-ensure))' ~/tmp/coiso.py If I use this it works, so maybe the bug is coming from interactions with other packages? I did M-x toggle-debug-on-error so we can get a backtrace, and this is what I got: Debugger entered--Lisp error: (wrong-type-argument plistp []) plist-member([] :signatures) #f(compiled-function (jsonrpc-lambda-elem10) #)([]) jsonrpc-connection-receive(# (:jsonrpc "2.0" :id 44 :result [])) jsonrpc--process-filter(# "Content-Length: 37\15\nContent-Type: application/vsco...") Best regards, Mateus Rodrigues