From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Making `eglot-server-programs' a custom variable? Date: Fri, 11 Nov 2022 15:54:18 +0200 Message-ID: <83fsepppf9.fsf@gnu.org> References: <86fservpri.fsf@gnu.org> <831qqbtixr.fsf@gnu.org> <86edubdv64.fsf@gnu.org> <87zgcy5wjk.fsf@gmail.com> <86r0y9kdr4.fsf@gnu.org> <83k041puhe.fsf@gnu.org> <86leohk7du.fsf@gnu.org> <83iljlpt6q.fsf@gnu.org> <86leoh38lt.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2559"; mail-complaints-to="usenet@ciao.gmane.io" Cc: arstoffel@gmail.com, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 11 14:55:16 2022 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 1otUV2-0000Sl-D6 for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 14:55:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otUUD-0002JI-OR; Fri, 11 Nov 2022 08:54:25 -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 1otUU5-0001aS-7m for emacs-devel@gnu.org; Fri, 11 Nov 2022 08:54:18 -0500 Original-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 ) id 1otUU4-0004df-VG; Fri, 11 Nov 2022 08:54:16 -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=YSE0R20qqDY23GMCq8RdkgsvGd52X1yS+9Y4PiK7MYo=; b=n3jQXxzLDsk4 OxtzfhN1UXgfRhSzOBqwVZkcl4n2DsEgspNyZ6eStfSl8Vpo2sStY5rZMyVbD8f3lOwyFpGslxSql E7y/ZNy+Y4ue4axRB7X8s6lHPBJtrFRDw645+B/xCdKXnNtNq9SLV5ehtJX/EFV3T0hNLBUMyK/G3 V5DjpqdrK/5iuw9MgSW+zRIe9uu7JMgWZx64TjegRhiZE3M/9JIlJ5Afp8vMZfN/lH6XZP6YLhxHO pl0njD5barNiWUY8NRy92D1A0C8aDdCU9O+gBfcApPidL75BJuCYXQpyV5RXz6qr80dy1xdF8vXHE RymC5fCUG0MPiAW9iAJA9g==; Original-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 ) id 1otUU3-0005cX-9e; Fri, 11 Nov 2022 08:54:15 -0500 In-Reply-To: <86leoh38lt.fsf@gnu.org> (message from Arash Esbati on Fri, 11 Nov 2022 14:48:30 +0100) 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:299568 Archived-At: > From: Arash Esbati > Cc: arstoffel@gmail.com, emacs-devel@gnu.org > Date: Fri, 11 Nov 2022 14:48:30 +0100 > > Eli Zaretskii writes: > > > Why are using an MSYS2 build of Git, when a native Windows build > > exists and is fully functional? > > I just took the one which was available through pacman, and I saw only > > msys/git > > There is no > > mingw64/mingw-w64-x86_64-git > > AFAICT. Or are you thinking about 'Git for Windows' releases? Yes. > And until now, I had no problems with MSYS2 git. That's just sheer luck, IME. > > So which of the files/directories involved is the one that "the system > > cannot find"? > > I can't tell where that comes from. Understanding that will probably allow fixing the problem, so I'd try very hard if I were you or Augusto.