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: eshell-batch-file Date: Sun, 09 Jun 2024 09:11:25 +0300 Message-ID: <86cyoqbq7m.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16028"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Jim Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 09 08:12:26 2024 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 1sGBmz-0003xA-J3 for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Jun 2024 08:12:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGBm7-00078o-9c; Sun, 09 Jun 2024 02:11:31 -0400 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 1sGBm5-00078V-9C for emacs-devel@gnu.org; Sun, 09 Jun 2024 02:11:29 -0400 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 1sGBm5-0004ln-12; Sun, 09 Jun 2024 02:11:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=geJn3WbYqRJbvJGeGAXqxDFlxzK3iLQz4g/P8q0DdE8=; b=AJZlQSGdGjIdi3 LItelUjEnvxw/xGmaF9pWhEeCJPAN0/aUaeQpNusA+RhdBq/SUp8r7npCwZ5kD7r8SpCjrOLw9aQq kJMWmR6q3bWL3E5bD84hKc04ehQ8LMe6f6rnAHxihoiTFB5wiMm2V96kkfwrMRQkWUmuCBnfJICll SrKDdyy1nRWrwFf1Q5QIRaGmhHR77FpLx91NEyEjVSO0d5WssENH5gytxtFkPWatIh1OtMFXkMnex amk6pUiNpCyg7pMKkIJjxzCAGRzZSIA6ADyixquzsxkxrwiz4sjMlAXkm7JT7bJTOjs8gbJb5yBSl veJBS7krhYeAVOD1gU+g==; 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:319919 Archived-At: Jim, Is eshell-batch-file supposed to work on MS-Windows? Its implementation seems to be full of Unix-isms, so maybe it isn't supposed to work? If it is supposed to work, can you describe its internal workings, so I could take a look? The relevant test in the test suite currently fails on MS-Windows, but I'm uncertain whether it's because it expects a file with hash-bang to be executable by the shell or for some more fundamental reasons. Thanks.