From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: lorentey@elte.hu (=?iso-8859-2?q?L=F5rentey_K=E1roly?=) Newsgroups: gmane.emacs.devel Subject: Re: Updated multi-tty support for Emacs Date: Sun, 11 Jan 2004 01:19:06 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073858859 28732 80.91.224.253 (11 Jan 2004 22:07:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2004 22:07:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jan 11 23:07:33 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Afnk5-0003pd-00 for ; Sun, 11 Jan 2004 23:07:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Afnk5-0008Nn-00 for ; Sun, 11 Jan 2004 23:07:33 +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 1Afodb-0007S3-23 for emacs-devel@quimby.gnus.org; Sun, 11 Jan 2004 18:04:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AfodU-0007Q2-Cf for emacs-devel@gnu.org; Sun, 11 Jan 2004 18:04:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Afocy-0007Mw-PA for emacs-devel@gnu.org; Sun, 11 Jan 2004 18:04:47 -0500 Original-Received: from [213.197.70.254] (helo=eris.elte.hu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Afocx-0007Mt-Hw for emacs-devel@gnu.org; Sun, 11 Jan 2004 18:04:16 -0500 Original-Received: by eris.elte.hu (Postfix, from userid 1000) id A67367F856; Sun, 11 Jan 2004 01:19:06 +0100 (CET) Original-To: emacs-devel@gnu.org X-My-GPG-Key-Fingerprint: A645 3D60 5517 E341 B213 005D 3B08 8B17 02C2 2798 In-Reply-To: =?iso-8859-2?q?=28L=F5rentey_K=E1roly's?= message of "Thu, 08 Jan 2004 19:39:28 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) 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:19136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19136 L=F5rentey K=E1roly writes: > Andreas Schwab writes: >> I have now tried out your patch and have a few fatal issues: >> >> - Starting Emacs in X with stdin redirected (which is the normal case >> when starting from a window manager) causes it to exit immediately >> with SUGHUP. OK, patch-49 has a fix for this and similar issues. It works by defining a dummy output device (with empty input/output hooks), and using that instead of a real termcap device during the Emacs bootstrap procedure (until init_display). --=20 K=E1roly