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: Emacs 21.3.50.1 (CVS sources) MacOS X tex-mode bug Date: Tue, 18 Jan 2005 19:49:46 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106096021 3999 80.91.229.6 (19 Jan 2005 00:53:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2005 00:53:41 +0000 (UTC) Cc: coldwell@frank.harvard.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 01:53:34 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 1Cr46H-0007Dr-00 for ; Wed, 19 Jan 2005 01:53:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cr4ID-0007fj-HL for ged-emacs-devel@m.gmane.org; Tue, 18 Jan 2005 20:05:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cr4Gt-0006uT-Uc for emacs-devel@gnu.org; Tue, 18 Jan 2005 20:04:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cr4Gq-0006sM-9D for emacs-devel@gnu.org; Tue, 18 Jan 2005 20:04:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cr4Gp-0006rP-R2 for emacs-devel@gnu.org; Tue, 18 Jan 2005 20:04:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cr43m-0000kw-9w for emacs-devel@gnu.org; Tue, 18 Jan 2005 19:50:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cr42c-0007Kh-3T; Tue, 18 Jan 2005 19:49:46 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Mon, 17 Jan 2005 11:08:16 -0500) 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:32353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32353 But indeed I see in lisp/term/mac-win.el that we still set process-connection-type to nil. Shouldn't we remove it, or at least make it depend on the OS's version? If ptys work, Emacs ought to use them (in the cases where it normally does use them).