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 14:05:01 +0200 Message-ID: <83k041puhe.fsf@gnu.org> References: <86fservpri.fsf@gnu.org> <831qqbtixr.fsf@gnu.org> <86edubdv64.fsf@gnu.org> <87zgcy5wjk.fsf@gmail.com> <86r0y9kdr4.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10482"; 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 13:05:50 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 1otSn7-0002Tt-AM for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 13:05:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otSmM-0001rQ-27; Fri, 11 Nov 2022 07:05:02 -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 1otSmK-0001rD-Eb for emacs-devel@gnu.org; Fri, 11 Nov 2022 07:05:00 -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 1otSmJ-0002Nz-VD; Fri, 11 Nov 2022 07:04: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=EYCKTlLPzJqSu0gYYtfuJJ5v05NwYtlt9306TkCmmHY=; b=BuBCsFpQlaXk 5/qKy+BsOOQUXece7EdMkIOkhZh3zoSCip+3gAcgZkMtT1RKyRwScZpkp7kCBv7wSBELLfA1sKI9m mY06ha6kjLVCMHtSHn57scdH6Lq0gikUgqR0rZsAhfLEUBSSaRFbjdYpgOBdSNpUX88vLm+YSxq9Y R9Adgzrxn0CH2sMJy9MzODPf8bx/xl7v0j1B62+5L+PpLJwZzkqBYTzx0+C4PPxhjWWyyDgOybPiU HJH/nLtbUAE0jawq8p3VPCYru95ognbozwq644/9BeF6GfHOn9B+MstCKe10BR0EyWVFXZgHPunfg HqcmiarHArLC7T/g/Ng2Fw==; 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 1otSmI-00012w-VK; Fri, 11 Nov 2022 07:04:59 -0500 In-Reply-To: <86r0y9kdr4.fsf@gnu.org> (message from Arash Esbati on Fri, 11 Nov 2022 11:05:19 +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:299560 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org > Date: Fri, 11 Nov 2022 11:05:19 +0100 > > This is what I get in a ming64 shell: > > --8<---------------cut here---------------start------------->8--- > Digestif not found in /z/myhome/.digestif, fetching it now > Cloning into '/z/myhome/.digestif'... This sounds like some MSYS2 executable is involved, which might get you in trouble due to different file-name syntax and other incompatibilities between MSYS2 and native Windows programs. > remote: Enumerating objects: 70, done. > remote: Counting objects: 100% (70/70), done. > remote: Compressing objects: 100% (68/68), done. > remote: Total 70 (delta 2), reused 20 (delta 0), pack-reused 0 > Receiving objects: 100% (70/70), 644.32 KiB | 3.95 MiB/s, done. > Resolving deltas: 100% (2/2), done. > Done! If you are running this interactively, press Control-C to quit. > The system cannot find the specified path. > The system cannot find the specified path. Which program this tries to invoke and with what command-line arguments?