From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Making `eglot-server-programs' a custom variable? Date: Fri, 11 Nov 2022 14:48:30 +0100 Message-ID: <86leoh38lt.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13332"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: arstoffel@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 11 14:49:40 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 1otUPc-0003CW-Iz for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 14:49:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otUOv-0000yQ-Gv; Fri, 11 Nov 2022 08:48:57 -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 1otUOu-0000mM-6U for emacs-devel@gnu.org; Fri, 11 Nov 2022 08:48:56 -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 1otUOp-0002Ei-A4; Fri, 11 Nov 2022 08:48:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=X081fL8aGhp0BIb+5wPMLq/IKR25DWBo4SbZrwMPf34=; b=XAWV2W3JrsP5F6FxckU6 So3aqOQWGEiab/cdz8Sj9yZnQoj3DvpMRQhKRTJzS1sdOX92J0NHzjocKSC1e2YHVFS2LQQsGbWYZ QaqRLGuu07y/3QxE5ymxp0nmit4cN4+9H9eijG5zCP3cE56Dp+dTGlMntIHvMXPmhtek4cg0OAbpv 8j/NjPATQ3ENLhpniOlFomrEDFixExfcj/1KftDk/IFrYEBV7m+XEDxY804ofGIbLuckB+ub8XLI0 6Rm1Lnd/NLPFJvJYe3TcZpX7XQEHjUX3u+0iFIiK83ErFrrGf0jTZ97HcV6LV/wzN5KJMhz1Y85yS uz63I0pcUKmQdA==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otUOo-00052Y-6M; Fri, 11 Nov 2022 08:48:50 -0500 In-Reply-To: <83iljlpt6q.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 11 Nov 2022 14:33:01 +0200") 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:299567 Archived-At: 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? And until now, I had no problems with MSYS2 git. > So which of the files/directories involved is the one that "the system > cannot find"? I can't tell where that comes from. > That message comes from cmd.exe, AFAIK. Yes, I get the same result when doing the excercise within cmd.exe. Best, Arash