From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Tamm Newsgroups: gmane.emacs.devel Subject: Re: Emacs 21.3.50.1 (CVS sources) MacOS X tex-mode bug Date: Wed, 19 Jan 2005 11:16:25 -0800 Message-ID: <9CBC151C-6A4E-11D9-84F9-000D93B67DC4@mac.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106162629 27627 80.91.229.6 (19 Jan 2005 19:23:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2005 19:23:49 +0000 (UTC) Cc: coldwell@frank.harvard.edu, Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 20:23:33 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 1CrLQT-0005uO-00 for ; Wed, 19 Jan 2005 20:23:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrLcR-0007Qa-20 for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2005 14:35:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CrLVu-0001GF-9L for emacs-devel@gnu.org; Wed, 19 Jan 2005 14:29:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CrLVs-0001EL-4D for emacs-devel@gnu.org; Wed, 19 Jan 2005 14:29:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrLVr-0001DC-WF for emacs-devel@gnu.org; Wed, 19 Jan 2005 14:29:08 -0500 Original-Received: from [17.250.248.86] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CrLJi-0008Os-6a; Wed, 19 Jan 2005 14:16:34 -0500 Original-Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j0JJGWuA002186; Wed, 19 Jan 2005 11:16:32 -0800 (PST) Original-Received: from [10.0.1.201] (c-24-4-203-197.client.comcast.net [24.4.203.197]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j0JJGR97006245; Wed, 19 Jan 2005 11:16:28 -0800 (PST) In-Reply-To: Original-To: rms@gnu.org X-Mailer: Apple Mail (2.619) 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:32389 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32389 I added a new variable called operating-system-release (to editfns.c) that returns the string that would be returned "uname -r" on systems with sys/utsname defined. I changed mac-win.el to use ptys on darwin 7 and higher (i.e. OSX 10.3) based on this variable. Since builds on 10.2 and 10.3 are binary compatible (unlike 10.1) this is the only way to tell the difference. -Steven On Jan 18, 2005, at 4:49 PM, Richard Stallman wrote: > 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). > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel