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: Problems with call-process (= identifying run-python issues) Date: Tue, 18 Aug 2020 19:24:11 +0300 Message-ID: <83wo1vexck.fsf@gnu.org> References: <86h7t0nkiw.fsf@csic.es> <831rk4ezbu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5931"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Juan Jose Garcia-Ripoll Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 18 18:25:01 2020 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 1k84Q1-0001Rj-7z for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Aug 2020 18:25:01 +0200 Original-Received: from localhost ([::1]:41310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k84Q0-0002K7-6i for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Aug 2020 12:25:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42484) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k84PP-0001Qy-Sj for emacs-devel@gnu.org; Tue, 18 Aug 2020 12:24:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55229) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k84PP-0003WC-JB; Tue, 18 Aug 2020 12:24:23 -0400 Original-Received: from [176.228.60.248] (port=2956 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k84PO-0003Lu-Go; Tue, 18 Aug 2020 12:24:23 -0400 In-Reply-To: (message from Juan Jose Garcia-Ripoll on Tue, 18 Aug 2020 17:54:35 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:253955 Archived-At: [Please use Reply All to keep the list on the CC.] > From: Juan Jose Garcia-Ripoll > Date: Tue, 18 Aug 2020 17:54:35 +0200 > > The recipe was in my previous email. I never mention Python other than in the subject (it is not used by the > tests). It only uses pure Emacs, emacs-lisp (one script) and one command line script (chain.cmd). The text > in "foo" is arbitrary. It is a Python script, but it can be anything. Is it all needed? If so, can you explain its role here? > Option A: > 1. Save files with the specified names and locations > 2. Open a command line processor (cmd.exe or PowerShell) > 3. Invoke "runemacs -Q --load c:\Users\juanj\Downloads\test.el" > > Option B: > 1. Save files with the specified names > 2. Press Windows Key + R (to enter commands) > 2. Enter "runemacs -Q --load c:\Users\juanj\Downloads\test.el" Then I'm afraid I don't understand what the script chain.cmd does and what it expects from Emacs or the user. Can you please take me though this recipe one step at a time? Thanks.