From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Opening a pty without a process Date: Tue, 27 Nov 2007 00:30:55 -0500 Message-ID: References: <18182.41657.249969.116596@kahikatea.snap.net.nz> <18251.11333.382312.936571@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196141471 17733 80.91.229.12 (27 Nov 2007 05:31:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2007 05:31:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 27 06:31:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iwt2S-0006AN-O6 for ged-emacs-devel@m.gmane.org; Tue, 27 Nov 2007 06:31:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iwt2D-0005QJ-HC for ged-emacs-devel@m.gmane.org; Tue, 27 Nov 2007 00:31:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iwt2A-0005Py-DI for emacs-devel@gnu.org; Tue, 27 Nov 2007 00:30:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iwt28-0005PF-Cr for emacs-devel@gnu.org; Tue, 27 Nov 2007 00:30:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iwt28-0005PA-6p for emacs-devel@gnu.org; Tue, 27 Nov 2007 00:30:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iwt27-0006ji-TB for emacs-devel@gnu.org; Tue, 27 Nov 2007 00:30:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iwt27-0002S8-3a; Tue, 27 Nov 2007 00:30:55 -0500 In-reply-to: <18251.11333.382312.936571@kahikatea.snap.net.nz> (message from Nick Roberts on Tue, 27 Nov 2007 09:27:49 +1300) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:84203 Archived-At: What's the point of doing this instead of running GDB as a subprocess of Emacs in the usual way? (Since that is already implemented.)