From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Any idea about what makes Emacs slow reading on pipes? Date: Sun, 18 May 2003 15:03:40 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5x1xyye3y4.fsf@kfs2.cua.dk> <5xznllw0wp.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053284740 22623 80.91.224.249 (18 May 2003 19:05:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 18 May 2003 19:05:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 18 21:05:37 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19HTTV-0005sk-00 for ; Sun, 18 May 2003 21:05:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19HTcx-00034E-00 for ; Sun, 18 May 2003 21:15:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HTS7-00025w-04 for emacs-devel@quimby.gnus.org; Sun, 18 May 2003 15:04:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HTRm-0001yB-00 for emacs-devel@gnu.org; Sun, 18 May 2003 15:03:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HTRd-0001ma-00 for emacs-devel@gnu.org; Sun, 18 May 2003 15:03:42 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HTRd-0001lB-00 for emacs-devel@gnu.org; Sun, 18 May 2003 15:03:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 19HTRc-00080r-00; Sun, 18 May 2003 15:03:40 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xznllw0wp.fsf@kfs2.cua.dk> (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13976 That is because emacs is using a pty by default for process i/o (I guess that is to avoid buffering output from the writer, so emacs will get a more steady flow of input to process, e.g. for compiler output), I am not sure any more what the context is, but the usual reason for using a pty is so that process groups and associated signals work.