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: Sat, 03 Jan 2004 10:40:46 +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 1073123146 2209 80.91.224.253 (3 Jan 2004 09:45:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2004 09:45:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 03 10:45:43 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 1AciLn-0004s2-00 for ; Sat, 03 Jan 2004 10:45:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AciLn-0006zT-00 for ; Sat, 03 Jan 2004 10:45:43 +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 1AcjFX-0003nJ-9F for emacs-devel@quimby.gnus.org; Sat, 03 Jan 2004 05:43:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcjF3-0003nA-5u for emacs-devel@gnu.org; Sat, 03 Jan 2004 05:42:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AcjEV-0003hl-Tz for emacs-devel@gnu.org; Sat, 03 Jan 2004 05:42:47 -0500 Original-Received: from [157.181.150.146] (helo=eris.elte.hu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcjEV-0003hf-EE for emacs-devel@gnu.org; Sat, 03 Jan 2004 05:42:15 -0500 Original-Received: by eris.elte.hu (Postfix, from userid 1000) id 8A5E77F832; Sat, 3 Jan 2004 10:40:46 +0100 (CET) Original-To: Andreas Schwab In-Reply-To: (Andreas Schwab's message of "Fri, 02 Jan 2004 22:12:14 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) 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:18969 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18969 Andreas Schwab writes: > lorentey@elte.hu (K=E1roly L=F5rentey) writes: > >> Please let me know what you think about this project. I badly need >> testers, so if you think this would be useful for you, please give it >> a try and tell me your results. (Note that Mac, MSDOS and Windows >> support is broken at the moment, and I will probably need some help >> with these ports later.) > > Also it won't build on any non-glibc system, due the unconditional use > of getpt() in emacsclient. I fixed this by eliminating the pty-proxy kludge from emacsclient. patch-35 compiles and runs fine on Solaris with GCC. (I suspect I may have inadvertently used some GCC extensions (conditional lvalues) -- tell me if you succeed to compile the branch with another compiler.) Thanks for reporting this! --=20 L=F5rentey K=E1roly