Stefan Kangas <stefankangas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 20 Dec 2022 03:36:15 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 22:36:15 2022 Received: from localhost ([127.0.0.1]:42049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7TQM-0002iM-WD for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 22:36:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1p7TQJ-0002iF-Ps for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 22:36:13 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7TQD-0003y5-U3; Mon, 19 Dec 2022 22:36:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xfnqAMzCkoeb1403x9towRfPNMyYttC6g3EhZAsrGvk=; b=Xxt3pEihAgq3 Rn1JNJDWKBeOTHyiq6L4GyGBQ1J2Dw0lwkXbocublOfx8H4k9qXCcMWqcN7v7YSfzy4vQnNROqPxG IiUpelfqSNFo/5uykFWObectv7DSA8jWh9y+yVigkhzR81aGhgyVRDD87gDOhoFY3GDJBklylyF0g P1rp58xgkSDEz29dwSDcCDcy9yww9r7XJ2su/SklIydtfJNHbktK2lyGfYD4WkluJji+FzWR7yk0t zXAPJ7IVVu/EStgKO9c5hOYmXgrRLTSYkeU7ocHQtm9IqB8Bv+M1sa52KNsnboudZBCm52n0QlcHJ ZHrNvrRjDPN6EqdnT8ZPlw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7TQD-0001qc-6h; Mon, 19 Dec 2022 22:36:05 -0500 Date: Tue, 20 Dec 2022 05:36:17 +0200 Message-Id: <83k02md9vy.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Brian Leung <leungbk@HIDDEN> In-Reply-To: <87tu1rvvmv.fsf@HIDDEN> (message from Brian Leung on Mon, 19 Dec 2022 23:07:51 +0000) Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> <83fsdbeeg6.fsf@HIDDEN> <87tu1rvvmv.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: benjamin@HIDDEN, 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Brian Leung <leungbk@HIDDEN> > Cc: benjamin@HIDDEN, 60198 <at> debbugs.gnu.org > Date: Mon, 19 Dec 2022 23:07:51 +0000 > > > Eli Zaretskii <eliz@HIDDEN> writes: > > >> Cc: 60198 <at> debbugs.gnu.org > >> From: Brian Leung <leungbk@HIDDEN> > >> Date: Mon, 19 Dec 2022 12:42:54 +0000 > >> > >> Benjamin Orthen <benjamin@HIDDEN> writes: > >> > >> > In lisp/progmodes/eglot.el:192, > >> > "vscode-json-languageserver" > >> > (https://www.npmjs.com/package/vscode-json-languageserver) is > >> > spelled as "vscode-json-language-server", > >> > which causes eglot to fail to find the executable. > >> > >> It's not a spelling error; > >> https://github.com/hrsh7th/vscode-langservers-extracted exposes > >> an > >> executable with that name. If you happen to use Nix, the > >> nodePackages.vscode-langservers-extracted provides additional > >> executables for HTML, CSS, and more. > >> > >> We could add vscode-json-languageserver as an additional > >> executable to eglot-server-programs. > > > > Is the same true for the other 2 servers we have in > > eglot-server-programs? > > > > Thanks. > > Yes, I've used those other two servers before via Eglot with no > further modifications. I'm not sure I understand the answer. I was asking whether the other two also have two varieties. If they do, I think we want to have both in the DB.
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 20 Dec 2022 01:12:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 20:12:48 2022 Received: from localhost ([127.0.0.1]:41443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7RBX-0001KQ-Lx for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 20:12:47 -0500 Received: from mail-oi1-f169.google.com ([209.85.167.169]:44897) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <joaotavora@HIDDEN>) id 1p7RBU-0001KI-6q for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 20:12:46 -0500 Received: by mail-oi1-f169.google.com with SMTP id e205so9341996oif.11 for <60198 <at> debbugs.gnu.org>; Mon, 19 Dec 2022 17:12:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=fmEgjGdl0YaySRx5bbAk3Pk2mC85R4xgkSVhCDj5K10=; b=Mqi6Qf5EbcowMcCEK27HcU++hm7R5/9Q7Z43xGjywTnG2mCoB4QDtCZ8QOzPRwQqS1 nS4JFgl1nwzrIitsGXj7pKLHLMqdZSPgM9RdDtoJrsPxvLxw1PcgKGJt3e0w5ry3q6ME X/XdR86hHVXhx1ktX6TrSufTKOzTTCzyieglDiHUPeIr/UaRJUjZZBYroi/Pz/Mv1hyc m8upFYQjBrlbPb8fSjgDUE1F50I4zApMrczKWaY9QsBkC+/Rcv6Gp/F+ZpsVZu+LJk4k 4OGDbu32A2Py0zQ3ToO8rJdc0HHApB4jDVH7jrXziarkDP3etzVjOk6fIpjthyAgL/c8 OpbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=fmEgjGdl0YaySRx5bbAk3Pk2mC85R4xgkSVhCDj5K10=; b=fl9E0h3lZ3mIwhSqv89B41ZmICkYbAlN08SrK49ThwP6vznBxdrmatxqZAOb1qBPI8 lurowd2jCae1sY12p/MMUjutrMh7oq+ZvxlPq1VhTcQtAjHiGxXidbLpi+RHgFrGPkKP 2YfYl3SZQW4JhrHzN+r4ftJeicvUJpDgXqtsrcmGEK/Qj6c09xGKG1BEyNFu57qYLLDE +uzgY8ZuuqF29FNysnfLb0ize9Qo2G7+Lfyibn9XZxY8ZVVFCcFQai8xHGtw8wMSQL6q HvBvbpTWHlX7RnHHUvqNHcNT+v1VWh16m+k0mFMrcWgU8YXVPTpL743TZb/jcNZ9NeTP LCCQ== X-Gm-Message-State: ANoB5pk8nBpl8meOXxTrRMZPnDg9AS2jNObAz23JrV/xRltm7pqWCBWA hmLrxAl7akbuqcYmkjDQ0spalC9IM5AzR2KjApI= X-Google-Smtp-Source: AA0mqf51YIicUFf2HCFEvk6G2OMRtxjITsynm7TZHVZAg67nkz7/obOf3Uhh/crXK7we5E4h52QiQPclVWdpEjSLDbU= X-Received: by 2002:aca:90f:0:b0:35c:2ddf:59d5 with SMTP id 15-20020aca090f000000b0035c2ddf59d5mr986674oij.215.1671498758461; Mon, 19 Dec 2022 17:12:38 -0800 (PST) MIME-Version: 1.0 References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> <06D08E3D-38D8-441C-AE67-01EACA0029A4@HIDDEN> <87y1r3vvqs.fsf@HIDDEN> In-Reply-To: <87y1r3vvqs.fsf@HIDDEN> From: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= <joaotavora@HIDDEN> Date: Tue, 20 Dec 2022 01:12:27 +0000 Message-ID: <CALDnm50WtEKSD=OLQny=WoMZJd1R7KHSZ-e26L4H-rnJtH3K9g@HIDDEN> Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver To: Brian Leung <leungbk@HIDDEN> Content-Type: multipart/alternative; boundary="000000000000bd9d3305f03821ba" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60198 Cc: Benjamin Orthen <benjamin@HIDDEN>, 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --000000000000bd9d3305f03821ba Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable OK with me. Are we sure that we can't just have one of them? Maybe those other distributions which create the "language-server" variety _also_ create the "languageserver" version? Anyway, again, looks ok to me, but let's try not to get too slippery on this slope. Sometimes a misspelling is just a misspelling and we shouldn't help perpetuate it. Jo=C3=A3o --000000000000bd9d3305f03821ba Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr">OK with me.=C2=A0 Are we sure that we can= 't just have one of them?=C2=A0 Maybe<div>those other distributions whi= ch create the "language-server" variety=C2=A0</div><div>_also_ cr= eate the "languageserver" version? Anyway, again, looks</div><div= >ok to me, but let's try not to get too slippery on this slope.</div><d= iv>Sometimes a misspelling=C2=A0is just a misspelling=C2=A0and we shouldn&#= 39;t</div><div>help perpetuate it.</div><div><br></div><div>Jo=C3=A3o</div>= </div></div> --000000000000bd9d3305f03821ba--
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 23:09:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 18:09:23 2022 Received: from localhost ([127.0.0.1]:40921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7PG6-0000ED-Rr for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 18:09:23 -0500 Received: from mout01.posteo.de ([185.67.36.65]:41449) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <leungbk@HIDDEN>) id 1p7PG4-0000E5-Uv for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 18:09:21 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 70D60240026 for <60198 <at> debbugs.gnu.org>; Tue, 20 Dec 2022 00:09:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671491355; bh=jDykil2H40hW4DaVXO5aSNpU2ITJYGoxGV2U9o6uxXE=; h=From:To:Cc:Subject:Date:From; b=b0A3Hr4r01eMOKEio5UAxmdW67rYoWBPseuNlq7ilGYlU1gOyswqdBjFA+eXwdFbx bxMK+FoZnu58B2jS5IHeAPDJExRQSohKZ6cL34QcBGeq7UwGZMIbBNq+94Xfk0K/Ld Ni9/3+bl2pv2IYV2FuJtDKIKopU0RJwHTDaqe+9JeykjRmYNkkI35zyc4b+b1Odqfi Ur0zJ+u/vMDs+7EaSBiegALp0s6EZozcsfA1LKQOLCPisP3OfcWcL/NwpXU2xmTCBi HP6Yp2HE233b7M8iZUBtMzBodQ4QjSTvotl05w/qrCHDTKj4usUhv8eHsyLLO4xjVv giO8IS+8iiPCg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Nbb4V1gQDz9rxB; Tue, 20 Dec 2022 00:09:14 +0100 (CET) References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> <83fsdbeeg6.fsf@HIDDEN> From: Brian Leung <leungbk@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver Date: Mon, 19 Dec 2022 23:07:51 +0000 In-reply-to: <83fsdbeeg6.fsf@HIDDEN> Message-ID: <87tu1rvvmv.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: benjamin@HIDDEN, 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Eli Zaretskii <eliz@HIDDEN> writes: >> Cc: 60198 <at> debbugs.gnu.org >> From: Brian Leung <leungbk@HIDDEN> >> Date: Mon, 19 Dec 2022 12:42:54 +0000 >> >> Benjamin Orthen <benjamin@HIDDEN> writes: >> >> > In lisp/progmodes/eglot.el:192, >> > "vscode-json-languageserver" >> > (https://www.npmjs.com/package/vscode-json-languageserver) is >> > spelled as "vscode-json-language-server", >> > which causes eglot to fail to find the executable. >> >> It's not a spelling error; >> https://github.com/hrsh7th/vscode-langservers-extracted exposes >> an >> executable with that name. If you happen to use Nix, the >> nodePackages.vscode-langservers-extracted provides additional >> executables for HTML, CSS, and more. >> >> We could add vscode-json-languageserver as an additional >> executable to eglot-server-programs. > > Is the same true for the other 2 servers we have in > eglot-server-programs? > > Thanks. Yes, I've used those other two servers before via Eglot with no further modifications.
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 23:07:07 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 18:07:07 2022 Received: from localhost ([127.0.0.1]:40905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7PDv-0000Ct-Az for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 18:07:07 -0500 Received: from mout01.posteo.de ([185.67.36.65]:45157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <leungbk@HIDDEN>) id 1p7PDq-0000CH-BM for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 18:07:05 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4A706240026 for <60198 <at> debbugs.gnu.org>; Tue, 20 Dec 2022 00:06:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671491216; bh=BDKXcY1x/TcWkXiiDneFvfQQjw00RCEZiFJ4lEyNKp0=; h=From:To:Cc:Subject:Date:From; b=nJpU42lk3SAg23Qd+zA4ZI5ADNfcp98p4wOo7H5z8Z6MdN84r/ivofvER5Rbw/lCd XmMzaR3vfHMLJneT9tYHzNAhlY2LNp5z7BP3bt35WSik9kwmbEr0r3/ayBEePfLOI/ DBsCu1FiDrwhH8bWPsLE/evIT9gu8K4y6hiQe6YlVOZl0vM/8NH62D9KqtoMZ4MBl1 4ICFW7M7PB8WVcSvoZOXtFqsHhrNAGIU6zKGNIHChcf9wDXP6uHURKAVcqNES+kYr9 0jCqGlyMqBN4nMD4SxY1NrPT2mr02KzDkcHV6jeMxi6M935Bex4YdRTRJTomy+Q0ac U4keDgxt7Uqkg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Nbb1m6p26z9rxB; Tue, 20 Dec 2022 00:06:52 +0100 (CET) References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> <06D08E3D-38D8-441C-AE67-01EACA0029A4@HIDDEN> From: Brian Leung <leungbk@HIDDEN> To: Benjamin Orthen <benjamin@HIDDEN> Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver Date: Mon, 19 Dec 2022 23:04:18 +0000 In-reply-to: <06D08E3D-38D8-441C-AE67-01EACA0029A4@HIDDEN> Message-ID: <87y1r3vvqs.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: 60198 <at> debbugs.gnu.org, =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= <joaotavora@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Benjamin Orthen <benjamin@HIDDEN> writes: > Alright thanks, I wasn't aware of the extracted versions. > > I still think vscode-json-languageserver should be included, as=20 > this is the "original" program and not everybody might know > or use the extracted langservers you're quoting. OK, see attached for a patch. I added only=20 vscode-json-languageserver since I could not find anything named=20 vscode-{html,css}-languageserver on NPM. CCing Jo=C3=A3o. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-eglot.el-Add-vscode-json-languageserver.patch Content-Description: vscode-json From f38132183a3deb28458ce2747bb375912b73afd2 Mon Sep 17 00:00:00 2001 From: Brian Leung <leungbk@HIDDEN> Date: Mon, 19 Dec 2022 15:03:06 -0800 Subject: [PATCH] eglot.el: Add vscode-json-languageserver * lisp/progmodes/eglot.el (eglot-server-programs): Add. --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index ce4ca4f3d92..0f1bfd0447d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -190,6 +190,7 @@ eglot-server-programs '("pylsp" "pyls" ("pyright-langserver" "--stdio") "jedi-language-server"))) ((js-json-mode json-mode json-ts-mode) . ,(eglot-alternatives '(("vscode-json-language-server" "--stdio") + ("vscode-json-languageserver" "--stdio") ("json-languageserver" "--stdio")))) ((js-mode js-ts-mode tsx-ts-mode typescript-ts-mode typescript-mode) . ("typescript-language-server" "--stdio")) -- 2.38.1 --=-=-=--
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 14:19:28 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 09:19:28 2022 Received: from localhost ([127.0.0.1]:38574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7GzH-0002w2-TX for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 09:19:28 -0500 Received: from mail-oa1-f50.google.com ([209.85.160.50]:44963) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <joaotavora@HIDDEN>) id 1p7GzF-0002vw-Aj for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 09:19:27 -0500 Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-1447c7aa004so11613307fac.11 for <60198 <at> debbugs.gnu.org>; Mon, 19 Dec 2022 06:19:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=qDFGEMYZqe+ogRsLQrz7O0W8Dl2Q4ytbekhpm0tucLA=; b=p2nNNkn5herQBmAnbA6+eLC1rW0M5mPrjeWI7CrAj+L9QNb9kU1q0OnPH2Ub/lQgdm dxwCPOJXjbohcxVuo5L7OrvASRLDUxBrgN62ZIivRvppN9MaDo7l3whkDRLQHuBUBHc7 1ocJTRSA0lDMER8XD1SG/sqQRd6Hv/NeYqtSGAGC16B12rK7UhgitXEn+Jt4wZUwwKlv /zsQn+yhgzI/rXpz0+T6F3FlzkRvU0sv4Es2SgVfMYJBqwfMprhTKyQt0KuOOl8aZlE6 SSmzOqvVPjIubBuTGHBGBc0J02NH/2V5CG0c42qlGT+eFCCMsxz31orXTYTEFBEbshE2 +8zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=qDFGEMYZqe+ogRsLQrz7O0W8Dl2Q4ytbekhpm0tucLA=; b=dlEfoUvEgwi2oUNivy+3c/VLTI6V9hdYQlo69nMBFgT06RyHGXAzRqTIU5KmRFXQzy fpImqZkyJu1FxLjMuCZgkVMvr0zvgnyDHR+6xloCup3VBtZhazzhH0dkMjzMvt9BOXK0 SMJjSC/ixTPmxw9c+pCQ0H2I+9GZUhrrw9NxkcdVdSpv11/ExgQBpHep2m8qCe5C3ZiK SExTgvY8Srh0nYkJ5ii+WAxqtMHLeW1F9uTT+9sKvTTvM0eHpfm70oSkHx70LQBjNRnO LTRwGjW6OXtT2ccHmqjcL+h0ZazH0iwA7nGgVtbIYIB+83aln7W/v7vAL6oFxxzs8dVr KVHw== X-Gm-Message-State: AFqh2krdCHCeBacVd6Tb7EtoIt7tMBQ/I46fEMOMk3P0/uITIqbgqIUL 9/6frdiZMoRv2sfcMZ8rIDE+zm2gAnIGa65CLxU= X-Google-Smtp-Source: AMrXdXvs7LRzpdINF35cC6lC6rw5Rrkkp7se23E0KzOsdKO089FuHpFs9+ZjJhoDBkFDdeUKve8R1wmUmh8jEv4U0Lg= X-Received: by 2002:a05:6870:3116:b0:143:7889:c525 with SMTP id v22-20020a056870311600b001437889c525mr1033252oaa.171.1671459559551; Mon, 19 Dec 2022 06:19:19 -0800 (PST) MIME-Version: 1.0 References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <83ili7eere.fsf@HIDDEN> In-Reply-To: <83ili7eere.fsf@HIDDEN> From: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= <joaotavora@HIDDEN> Date: Mon, 19 Dec 2022 14:19:08 +0000 Message-ID: <CALDnm52-nXMB6xe-h2yeaRshjnv5bo9rnc0a+GExxaBDDqhEiQ@HIDDEN> Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver To: Eli Zaretskii <eliz@HIDDEN> Content-Type: multipart/alternative; boundary="0000000000004db89c05f02f0154" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 60198 Cc: Benjamin Orthen <benjamin@HIDDEN>, 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --0000000000004db89c05f02f0154 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable That might be, Eli. When people submit changes to the Eglot eglot-server-programs, I rarely double-check to see if they actually work. As Brian points out, it does seem to work in some installations of this language server. Just as a data point, I myself almost always start my servers with C-u M-x eglot and then proceed to find the right server using Emacs's completion system. Even if the invocation is complicated, it will last me through the session and be available in my next session with C-u M-x eglot M-p RET (because I use savehist-mode). Jo=C3=A3o --0000000000004db89c05f02f0154 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr">That might be, Eli.=C2=A0 When people sub= mit changes to the Eglot=C2=A0<div>eglot-server-programs, I rarely double-c= heck to see if they actually=C2=A0</div><div>work.=C2=A0 As Brian points ou= t, it does seem to work in some installations</div><div>of this language se= rver.</div><div><br></div><div>Just as a data point, I myself almost always= start my servers with=C2=A0</div><div>C-u M-x eglot and then proceed to fi= nd the right server using Emacs's</div><div>completion system. Even if = the invocation is complicated, it will last</div><div>me through the sessio= n and=C2=A0 be available in my next session with=C2=A0</div><div>C-u M-x eg= lot M-p RET (because I use savehist-mode).</div><div><br></div><div>Jo=C3= =A3o<br></div></div></div> --0000000000004db89c05f02f0154--
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 14:17:13 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 09:17:13 2022 Received: from localhost ([127.0.0.1]:38569 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7Gx7-0002ux-Bh for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 09:17:13 -0500 Received: from mailproxy07.manitu.net ([217.11.48.71]:52938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <benjamin@HIDDEN>) id 1p7Gx5-0002ur-50 for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 09:17:12 -0500 Received: from [127.0.0.1] (dslb-084-059-096-003.084.059.pools.vodafone-ip.de [84.59.96.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: benjamin@HIDDEN) by mailproxy07.manitu.net (Postfix) with ESMTPSA id 721ACC8941; Mon, 19 Dec 2022 15:17:11 +0100 (CET) Date: Mon, 19 Dec 2022 15:17:07 +0100 From: Benjamin Orthen <benjamin@HIDDEN> To: Brian Leung <leungbk@HIDDEN> Subject: =?US-ASCII?Q?Re=3A_bug=2360198=3A_30=2E0=2E50=3B_Eglot=3A_Spellin?= =?US-ASCII?Q?g_error_for_vscode-json-languageserver?= User-Agent: K-9 Mail for Android In-Reply-To: <87359by375.fsf@HIDDEN> References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> Message-ID: <06D08E3D-38D8-441C-AE67-01EACA0029A4@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----FV9N80CQDLT8UB2YCMD0JU6EN9SWBV Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) ------FV9N80CQDLT8UB2YCMD0JU6EN9SWBV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Alright thanks, I wasn't aware of the extracted versions=2E I still think vscode-json-languageserver should be included, as this is th= e "original" program and not everybody might know or use the extracted lang= servers you're quoting=2E On December 19, 2022 1:42:54 PM GMT+01:00, Brian Leung <leungbk@posteo=2En= et> wrote: >Benjamin Orthen <benjamin@orthen=2Enet> writes: > >> In lisp/progmodes/eglot=2Eel:192, >> "vscode-json-languageserver" >> (https://www=2Enpmjs=2Ecom/package/vscode-json-languageserver) is spell= ed as "vscode-json-language-server", >> which causes eglot to fail to find the executable=2E > >It's not a spelling error; >https://github=2Ecom/hrsh7th/vscode-langservers-extracted exposes an >executable with that name=2E If you happen to use Nix, the >nodePackages=2Evscode-langservers-extracted provides additional >executables for HTML, CSS, and more=2E > >We could add vscode-json-languageserver as an additional executable to eg= lot-server-programs=2E > ------FV9N80CQDLT8UB2YCMD0JU6EN9SWBV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><head></head><body>Alright thanks, I wasn't aware of the extracted ve= rsions=2E<br><br>I still think vscode-json-languageserver should be include= d, as this is the "original" program and not everybody might know or use th= e extracted langservers you're quoting=2E<br><br><div class=3D"gmail_quote"= >On December 19, 2022 1:42:54 PM GMT+01:00, Brian Leung <leungbk@posteo= =2Enet> wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt= 0pt 0=2E8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;= "> <pre dir=3D"auto" class=3D"k9mail">Benjamin Orthen <benjamin@orthen=2En= et> writes:<br><br><blockquote class=3D"gmail_quote" style=3D"margin: 0p= t 0pt 1ex 0=2E8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">In l= isp/progmodes/eglot=2Eel:192,<br>"vscode-json-languageserver"<br>(<a href= =3D"https://www=2Enpmjs=2Ecom/package/vscode-json-languageserver">https://w= ww=2Enpmjs=2Ecom/package/vscode-json-languageserver</a>) is spelled as "vsc= ode-json-language-server",<br>which causes eglot to fail to find the execut= able=2E<br></blockquote><br>It's not a spelling error;<br><a href=3D"https:= //github=2Ecom/hrsh7th/vscode-langservers-extracted">https://github=2Ecom/h= rsh7th/vscode-langservers-extracted</a> exposes an<br>executable with that = name=2E If you happen to use Nix, the<br>nodePackages=2Evscode-langservers-= extracted provides additional<br>executables for HTML, CSS, and more=2E<br>= <br>We could add vscode-json-languageserver as an additional executable to = eglot-server-programs=2E<br><br></pre></blockquote></div></body></html> ------FV9N80CQDLT8UB2YCMD0JU6EN9SWBV--
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 13:00:09 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 08:00:09 2022 Received: from localhost ([127.0.0.1]:38442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7FkW-000236-I8 for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 08:00:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1p7FkT-00020u-KA for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 08:00:06 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7FkN-0006Mr-TR; Mon, 19 Dec 2022 07:59:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=3SR14/v+8Nh9XaS2bTj38kz26Llw+txyG2isYFGj3x8=; b=PVyYXTaZZeTS znyddwmM9f+2biMpIXoHFF4QI9K6K8v5zd7S4dk1r1xUKaM4/AbpUpTt8szL4Gubyf0VR2g4VHi7i uApYDNFIiMedgLbQBXFiyQKfpvRfqOy/Omv7wD4YVn23zLiovtbdbK82TVrVILM3bqt+ZjR6sWPvL W/adEVegPQ29ZeHJqmyawYHBET36cvv8Az9mcJqjKpg05IFbV2cVymfTJAnlYaraxknLyjGP4TiEb 0vF13v4DxIKoiHX0V5go0HoSAx7HxmraJ8BsC8/dIYWvAVrSnAU/FfojGEKKMRbO7tbIWLXW+U6e/ PZ73MlNRmhlcl+rm5uxVqQ==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7FkM-0005LQ-TZ; Mon, 19 Dec 2022 07:59:59 -0500 Date: Mon, 19 Dec 2022 15:00:09 +0200 Message-Id: <83fsdbeeg6.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Brian Leung <leungbk@HIDDEN> In-Reply-To: <87359by375.fsf@HIDDEN> (message from Brian Leung on Mon, 19 Dec 2022 12:42:54 +0000) Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> <87359by375.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: benjamin@HIDDEN, 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Cc: 60198 <at> debbugs.gnu.org > From: Brian Leung <leungbk@HIDDEN> > Date: Mon, 19 Dec 2022 12:42:54 +0000 > > Benjamin Orthen <benjamin@HIDDEN> writes: > > > In lisp/progmodes/eglot.el:192, > > "vscode-json-languageserver" > > (https://www.npmjs.com/package/vscode-json-languageserver) is spelled as "vscode-json-language-server", > > which causes eglot to fail to find the executable. > > It's not a spelling error; > https://github.com/hrsh7th/vscode-langservers-extracted exposes an > executable with that name. If you happen to use Nix, the > nodePackages.vscode-langservers-extracted provides additional > executables for HTML, CSS, and more. > > We could add vscode-json-languageserver as an additional executable to eglot-server-programs. Is the same true for the other 2 servers we have in eglot-server-programs? Thanks.
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 12:53:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 07:53:23 2022 Received: from localhost ([127.0.0.1]:38411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7Fdz-0001x5-Fa for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 07:53:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1p7Fdx-0001wz-Ae for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 07:53:21 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7Fdr-0004un-3Z; Mon, 19 Dec 2022 07:53:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=t5kyRCUwGRHaQFfrD+xQs8UL1lSuyZ3hNYjfcLHKeDw=; b=kpVDv1azF+QIFPBrP4BR Pr1B1nfGdyr1GA7Yhii00i55qs30X4ThFR1yK1X9S+r4BicWz5Ck1Mvby9ygJK3s3HXid3EJO1fwo YPayvJ77UY1bJaSGQLJhr4Sx1bsbFLzmWXdxb9XwJknXnoLACn5gCAI3w/eIzsiu/rOWzhEvMHvaM kaynBaOAUUIMyq9ZjlFV4bBMy6EKIAsw+Hlj71XmOcE8s+Rzqp7CxTLXhtIW3Xzc84zNOVFcYrTEv +6g72/mBverS4Cb+n5Sgeg5BM4RjXMzJkeTi+rgYFOJvwy/K8RQyMuY7G86akDbdH0IgoOZ9eOCnv RSHRwmjMwaPdRw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1p7Fdq-0005G3-BE; Mon, 19 Dec 2022 07:53:14 -0500 Date: Mon, 19 Dec 2022 14:53:25 +0200 Message-Id: <83ili7eere.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Benjamin Orthen <benjamin@HIDDEN>, =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= <joaotavora@HIDDEN> In-Reply-To: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> (message from Benjamin Orthen on Mon, 19 Dec 2022 11:13:32 +0100) Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Date: Mon, 19 Dec 2022 11:13:32 +0100 > From: Benjamin Orthen <benjamin@HIDDEN> > > In lisp/progmodes/eglot.el:192, > "vscode-json-languageserver" > (https://www.npmjs.com/package/vscode-json-languageserver) is spelled as "vscode-json-language-server", > which causes eglot to fail to find the executable. João, it looks like all the vscode-* servers have the same problem in the eglot DB?
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at 60198) by debbugs.gnu.org; 19 Dec 2022 12:43:07 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 07:43:07 2022 Received: from localhost ([127.0.0.1]:38395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7FU2-0001oK-RU for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 07:43:07 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <leungbk@HIDDEN>) id 1p7FU0-0001nw-KS for 60198 <at> debbugs.gnu.org; Mon, 19 Dec 2022 07:43:05 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 922DF240101 for <60198 <at> debbugs.gnu.org>; Mon, 19 Dec 2022 13:42:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671453778; bh=0yB9qicKggATklgX7ztPk89Nsxkt2Q0wxB0Q2+2YVbI=; h=From:To:Cc:Subject:Date:From; b=FFDaHcFNMr+zxR03qkZD7xdPI7cHSlb2zhRMaUfUq6TeX4wF89O1WozXPGJ+lvEoL KJOznCJ7BUBbI2+nmDMTbNUd//lnet4pVHo/9ytZOb7p2Auyq6x6anVi6dXaiUC15g HnjRQ4wUPqgmsHjuWYIJ2BGIXZ0JhQwkNtElrj5A2R+a3RB2GLbYimbx5JSdN8iHg7 ftFiXjyz9rF9+JnMf2hrv8ZD8SOqqwf79NMxr8aQTTgALNO2TNM8NY0iJG0QLUa26N xo6jc+369P1LyyR0jxXNloUPTs9ko6AmFf5zvX5941JESJRNvk8MKqpjBuTNQBXKMv PQktFQW8SqPMg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NbK9s1tbqz9rxB; Mon, 19 Dec 2022 13:42:56 +0100 (CET) From: Brian Leung <leungbk@HIDDEN> To: Benjamin Orthen <benjamin@HIDDEN> Subject: Re: bug#60198: 30.0.50; Eglot: Spelling error for vscode-json-languageserver In-Reply-To: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> (Benjamin Orthen's message of "Mon, 19 Dec 2022 11:13:32 +0100") References: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> Date: Mon, 19 Dec 2022 12:42:54 +0000 Message-ID: <87359by375.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60198 Cc: 60198 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Benjamin Orthen <benjamin@HIDDEN> writes: > In lisp/progmodes/eglot.el:192, > "vscode-json-languageserver" > (https://www.npmjs.com/package/vscode-json-languageserver) is spelled as "vscode-json-language-server", > which causes eglot to fail to find the executable. It's not a spelling error; https://github.com/hrsh7th/vscode-langservers-extracted exposes an executable with that name. If you happen to use Nix, the nodePackages.vscode-langservers-extracted provides additional executables for HTML, CSS, and more. We could add vscode-json-languageserver as an additional executable to eglot-server-programs.
bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 19 Dec 2022 10:13:45 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 19 05:13:45 2022 Received: from localhost ([127.0.0.1]:38175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p7D9U-0003Pm-Sl for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 05:13:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:45282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <benjamin@HIDDEN>) id 1p7D9T-0003Pe-CV for submit <at> debbugs.gnu.org; Mon, 19 Dec 2022 05:13:43 -0500 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 <benjamin@HIDDEN>) id 1p7D9T-0000mG-7X for bug-gnu-emacs@HIDDEN; Mon, 19 Dec 2022 05:13:43 -0500 Received: from mailproxy04.manitu.net ([217.11.48.68]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <benjamin@HIDDEN>) id 1p7D9R-0005X5-6l for bug-gnu-emacs@HIDDEN; Mon, 19 Dec 2022 05:13:42 -0500 Received: from [127.0.0.1] (dslb-084-059-096-003.084.059.pools.vodafone-ip.de [84.59.96.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: benjamin@HIDDEN) by mailproxy04.manitu.net (Postfix) with ESMTPSA id 4638D804D5 for <bug-gnu-emacs@HIDDEN>; Mon, 19 Dec 2022 11:13:34 +0100 (CET) Date: Mon, 19 Dec 2022 11:13:32 +0100 From: Benjamin Orthen <benjamin@HIDDEN> To: bug-gnu-emacs@HIDDEN Subject: 30.0.50; Eglot: Spelling error for vscode-json-languageserver User-Agent: K-9 Mail for Android Message-ID: <D04241D7-40AF-4F15-B2B6-1EB4E7872F24@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----EQGA04SH7I19PKXG0D43Q1A19EF76Y Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.11.48.68; envelope-from=benjamin@HIDDEN; helo=mailproxy04.manitu.net X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) ------EQGA04SH7I19PKXG0D43Q1A19EF76Y Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable In lisp/progmodes/eglot=2Eel:192, "vscode-json-languageserver" (https://www=2Enpmjs=2Ecom/package/vscode-json-languageserver) is spelled = as "vscode-json-language-server", which causes eglot to fail to find the executable=2E ------EQGA04SH7I19PKXG0D43Q1A19EF76Y Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html><html><body>In lisp/progmodes/eglot=2Eel:192,<br>"vscode-jso= n-languageserver"<br>(<a href=3D"https://www=2Enpmjs=2Ecom/package/vscode-j= son-languageserver">https://www=2Enpmjs=2Ecom/package/vscode-json-languages= erver</a>) is spelled as "vscode-json-language-server",<br>which causes egl= ot to fail to find the executable=2E</body></html> ------EQGA04SH7I19PKXG0D43Q1A19EF76Y--
Benjamin Orthen <benjamin@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#60198
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.