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: [czkmt@remus.dti.ne.jp: open-network-stream in batch mode causes SIGPOLL under GNU/Linux] Date: Thu, 13 Oct 2005 00:53:20 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129179387 20032 80.91.229.2 (13 Oct 2005 04:56:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 04:56:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 06:56:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPv7M-0000my-UN for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 06:55:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPv7M-000489-EP for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 00:55:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPv5m-0003Ct-3E for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:53:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPv5l-0003Bn-3b for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:53:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPv5k-0003BX-V1 for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:53:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPv5l-0007Vo-9q for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:53:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EPv5k-00085z-1s; Thu, 13 Oct 2005 00:53:20 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Tue, 11 Oct 2005 15:23:07 +0200) 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:43968 Archived-At: SIGIO is only used for keyboard input, so in a noninteractive session it is not useful. Yes, I remember now. wait_reading_process_output does not use signals to determine when processes have output, it just uses select for that. So, if you make request_sigio a no-op in batch mode, does that in fact give correct results? If so, would you please do it?