From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: process-connection-type nil & gdb Date: Wed, 26 Nov 2003 15:22:55 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <0094821B-1FC0-11D8-B29E-00039390AB82@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069856842 7023 80.91.224.253 (26 Nov 2003 14:27:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 14:27:22 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Nov 26 15:27:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AP0dT-0004UN-00 for ; Wed, 26 Nov 2003 15:27:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AP0dS-0000bb-00 for ; Wed, 26 Nov 2003 15:27:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AP1Zv-0000Am-AA for emacs-devel@quimby.gnus.org; Wed, 26 Nov 2003 10:27:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AP1Zm-0000A4-Ki for emacs-devel@gnu.org; Wed, 26 Nov 2003 10:27:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AP1Y9-00080o-Gc for emacs-devel@gnu.org; Wed, 26 Nov 2003 10:26:24 -0500 Original-Received: from [193.28.100.167] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AP1Y8-00080D-Hu; Wed, 26 Nov 2003 10:25:52 -0500 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.019) id 3FC4849200006476; Wed, 26 Nov 2003 15:24:26 +0100 Original-To: Steven Tamm In-Reply-To: <0094821B-1FC0-11D8-B29E-00039390AB82@mac.com> (Steven Tamm's message of "Tue, 25 Nov 2003 19:24:11 -0800") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18140 Hi Steven, Steven Tamm writes: > It is fixed in Panther and it probably makes sense to remove the > (setq) from mac-win.el. However, I'm still using Jaguar, and I > still want the default to be nil so that my diffs don't get > truncated. > > I think a "better solution" would be to modify process.c to make the > default for process_connection_type to be Qnil on darwin < 7.0. It's probably more usefull to do this at runtime and in a segragated source file like "mac-win.el", I think. But a check of the current OS version may be a good idea. > Regardless, I think the problem with signaling across a pipe killing > gdb is still a valid one. If it is an inherent problem, that's fine > with me, but it would be good to know why and put it in etc/PROBLEMS > (unless . I don't know anything about this, can't help you there. benny