From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nozomu Ando Newsgroups: gmane.emacs.devel Subject: Re: Emacs 21.3.50.1 (CVS sources) MacOS X tex-mode bug Date: Fri, 21 Jan 2005 15:20:18 +0900 Message-ID: <86wtu7s3q5.fsf@panel.jk.homeunix.org> References: <9CBC151C-6A4E-11D9-84F9-000D93B67DC4@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106288512 32143 80.91.229.6 (21 Jan 2005 06:21:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 06:21:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 21 07:21:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CrsB0-0003vo-00 for ; Fri, 21 Jan 2005 07:21:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrsN3-00043b-3a for ged-emacs-devel@m.gmane.org; Fri, 21 Jan 2005 01:34:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CrsMp-000436-UV for emacs-devel@gnu.org; Fri, 21 Jan 2005 01:33:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CrsMo-00041z-0w for emacs-devel@gnu.org; Fri, 21 Jan 2005 01:33:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrsMn-00041Y-Rb for emacs-devel@gnu.org; Fri, 21 Jan 2005 01:33:57 -0500 Original-Received: from [17.250.248.46] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Crs9n-0008RV-A0 for emacs-devel@gnu.org; Fri, 21 Jan 2005 01:20:31 -0500 Original-Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j0L6KTSp019327 for ; Thu, 20 Jan 2005 22:20:29 -0800 (PST) Original-Received: from panel.jk.homeunix.org (o238242.ppp.dion.ne.jp [211.134.238.242]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j0L6KJN5003569; Thu, 20 Jan 2005 22:20:25 -0800 (PST) Original-To: Steven Tamm In-Reply-To: <9CBC151C-6A4E-11D9-84F9-000D93B67DC4@mac.com> (Steven Tamm's message of "Wed, 19 Jan 2005 11:16:25 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: main.gmane.org gmane.emacs.devel:32447 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32447 Steven Tamm writes: > I changed mac-win.el to use ptys on darwin 7 and higher (i.e. OSX > 10.3) based on this variable. If my understanding is correct, we cannot use ptys at all on darwin 6 or below now? Ptys on darwin 6 have the problem of data loss at the end of the stream, but they are still useful for interactive subprocesses, such as M-x shell. Moreover, we can fix the kernel of darwin 6 becuase its source is available. Could you please re-consider the last change and make it user's selectable that emacs should use ptys or not by setting process-connection-type ? --- Nozomu Ando