From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Feature request/wishlist: allowing external processes to accept input in script mode Date: Wed, 26 Oct 2005 21:29:10 -0400 Message-ID: References: <874q75xk4h.fsf@gnufans.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130376673 10273 80.91.229.2 (27 Oct 2005 01:31:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 01:31:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 03:31:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUwb3-0000pG-K2 for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 03:30:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUwb3-00050c-0E for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2005 21:30:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUwZs-0004W1-Nk for emacs-devel@gnu.org; Wed, 26 Oct 2005 21:29:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUwZr-0004VJ-O6 for emacs-devel@gnu.org; Wed, 26 Oct 2005 21:29:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUwZr-0004V4-Av for emacs-devel@gnu.org; Wed, 26 Oct 2005 21:29:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUwZr-0001OH-DU for emacs-devel@gnu.org; Wed, 26 Oct 2005 21:29:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EUwZq-0003SC-ER; Wed, 26 Oct 2005 21:29:10 -0400 Original-To: "D Goel" In-reply-to: <874q75xk4h.fsf@gnufans.net> (deego@gnufans.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44930 Archived-At: Can the infile non allow a stdin option when emacs is invoked via a emacs --script? There is probably no way to do this now, but I suppose call-process could have some way of saying "inherit stdin" for the batch case. (If "/dev/stdin" doesn't do the job.) If /dev/stdin does work, maybe we should document that.