From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Updated multi-tty support for Emacs Date: 03 Jan 2004 19:49:35 +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=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073156204 21784 80.91.224.253 (3 Jan 2004 18:56:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2004 18:56:44 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 03 19:56:41 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 1Acqwz-0006u0-00 for ; Sat, 03 Jan 2004 19:56:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Acqww-0004Yh-00 for ; Sat, 03 Jan 2004 19:56:38 +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 1Acrrv-0004bs-79 for emacs-devel@quimby.gnus.org; Sat, 03 Jan 2004 14:55:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcrrZ-0004bj-2d for emacs-devel@gnu.org; Sat, 03 Jan 2004 14:55:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Acrr2-0004WT-6R for emacs-devel@gnu.org; Sat, 03 Jan 2004 14:55:07 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Acrr1-0004UC-FH for emacs-devel@gnu.org; Sat, 03 Jan 2004 14:54:35 -0500 Original-Received: from [217.80.160.92] (helo=localhost.localdomain) by mx20.gnu.org with esmtp (Exim 4.24) id 1AcqqI-0005y0-7o for emacs-devel@gnu.org; Sat, 03 Jan 2004 13:49:46 -0500 Original-Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id i03InalG001343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Jan 2004 19:49:37 +0100 Original-Received: (from dak@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id i03Inafa001339; Sat, 3 Jan 2004 19:49:36 +0100 Original-To: lorentey@elte.hu (=?utf-8?b?TMWRcmVudGV5IEvDoXJvbHk=?=) In-Reply-To: Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:18974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18974 lorentey@elte.hu (L=C5=91rentey K=C3=A1roly) writes: > David Kastrup writes: > > lorentey@elte.hu (L=C5=91rentey K=C3=A1roly) writes: > >> (I suspect I may have inadvertently used some GCC extensions > >> (conditional lvalues) -- tell me if you succeed to compile the > >> branch with another compiler.) > > > > Conditional lvalues _are_ a GNU extension. >=20 > Yep, I know; I suspect I may have accidently used some rvalue macros > like FRAME_TTY as lvalues. I tried not to, but you never know. Is > there a gcc option to disable these cumbersome non-portable > extensions? I will try a recompilation with -pedantic tomorrow, to > see what happens. Well, you could try with -ansi -pedantic. --=20 David Kastrup, Kriemhildstr. 15, 44793 Bochum