From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: Tabs for console. Date: Fri, 3 Dec 2010 13:11:28 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175746389238c304967f9993 X-Trace: dough.gmane.org 1291374727 30650 80.91.229.12 (3 Dec 2010 11:12:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2010 11:12:07 +0000 (UTC) Cc: Emacs Dev To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 12:12:03 2010 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.69) (envelope-from ) id 1POTYT-000588-1e for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 12:12:01 +0100 Original-Received: from localhost ([127.0.0.1]:33577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POTYR-0001fx-ST for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 06:11:55 -0500 Original-Received: from [140.186.70.92] (port=58985 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POTY2-0001dR-9P for emacs-devel@gnu.org; Fri, 03 Dec 2010 06:11:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POTY0-0002iT-Um for emacs-devel@gnu.org; Fri, 03 Dec 2010 06:11:30 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:65505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POTY0-0002iO-QZ for emacs-devel@gnu.org; Fri, 03 Dec 2010 06:11:28 -0500 Original-Received: by yxl31 with SMTP id 31so19315858yxl.0 for ; Fri, 03 Dec 2010 03:11:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=t1MERhQHxtJn2tvdQKk3qjPdKnpb9oP2r28ENMZ7tR8=; b=MG0/TlGMhdWzxK3BbGXF8o9e3F0CqdYe42JDC5R2lVQDA1TjLg3ElPOjYzD9Pggspd bNVRCSpKcrtYz2CxqStxF0/hiuTxz1tnHElD8AsLNGNX3BBjKjs+LDd/d95YvbRBn58n rLUwEg2KupHB8ssQG0Hq0R1HUNVYJg/6hdgII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=U1K1LTKmxU3NEpgb1C/v2PpbMGCgRT0t0WaNgb6fH5IRfdwkfYLAFj/v6UGai4aZsc bNZrnFyjaE/+kPBOXvQt4KnsjTpy50ylYajVKvQWY8/euphV8FNo2hKOaVMYTafibSYh 5Vx5P0aWtcqhJ6wYvsSujCMUvZk5DMoVP86+s= Original-Received: by 10.151.110.10 with SMTP id n10mr3560690ybm.160.1291374688352; Fri, 03 Dec 2010 03:11:28 -0800 (PST) Original-Received: by 10.150.95.21 with HTTP; Fri, 3 Dec 2010 03:11:28 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:133342 Archived-At: --0015175746389238c304967f9993 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2010/12/3 Andreas Schwab > frame.c: In function =E2=80=98set_tab_bar_lines=E2=80=99: > frame.c:251: warning: value computed is not used > frame.c:253: warning: ISO C90 forbids mixed declarations and code > frame.c:235: warning: unused variable =E2=80=98dummy=E2=80=99 > frame.c:235: warning: unused variable =E2=80=98tab=E2=80=99 > frame.c: In function =E2=80=98set_current_tab=E2=80=99: > frame.c:314: warning: ISO C90 forbids mixed declarations and code > frame.c: In function =E2=80=98add_tab=E2=80=99: > frame.c:809: warning: =E2=80=98return=E2=80=99 with no value, in function= returning > non-void > frame.c:810: warning: ISO C90 forbids mixed declarations and code > frame.c: In function =E2=80=98Fframe_parameters=E2=80=99: > frame.c:2592: warning: unused variable =E2=80=98items=E2=80=99 > > xdisp.c: In function =E2=80=98display_tab_bar=E2=80=99: > xdisp.c:18213: warning: ISO C90 forbids mixed declarations and code > xdisp.c:18241: warning: ISO C90 forbids mixed declarations and code > > I compiled using CFLAGS=3D"-g -O0 -Wdeclaration-after-statement -Wno-pointer-sign -fno-crossjumping -g3 -gdwarf-2" ./configure --without-x and I ommited -Wall... I send another version soon. Please come with ideas about extending the frames, such that to be able to write scripts to create tabs that play with frames... --0015175746389238c304967f9993 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

2010/12/3 Andreas Schwab <schwab@linux-m68k.org&g= t;
frame.c: In function =E2=80=98set_tab_bar_lines=E2=80=99:
frame.c:251: warning: value computed is not used
frame.c:253: warning: ISO C90 forbids mixed declarations and code
frame.c:235: warning: unused variable =E2=80=98dummy=E2=80=99
frame.c:235: warning: unused variable =E2=80=98tab=E2=80=99
frame.c: In function =E2=80=98set_current_tab=E2=80=99:
frame.c:314: warning: ISO C90 forbids mixed declarations and code
frame.c: In function =E2=80=98add_tab=E2=80=99:
frame.c:809: warning: =E2=80=98return=E2=80=99 with no value, in function r= eturning non-void
frame.c:810: warning: ISO C90 forbids mixed declarations and code
frame.c: In function =E2=80=98Fframe_parameters=E2=80=99:
frame.c:2592: warning: unused variable =E2=80=98items=E2=80=99

xdisp.c: In function =E2=80=98display_tab_bar=E2=80=99:
xdisp.c:18213: warning: ISO C90 forbids mixed declarations and code
xdisp.c:18241: warning: ISO C90 forbids mixed declarations and code


I c= ompiled using

CFLAGS=3D"-g -O0 -Wdeclaration-after-statement -W= no-pointer-sign -fno-crossjumping -g3 -gdwarf-2" ./configure --without= -x

and I ommited -Wall...

I send another version soon.<= br>
Please come with ideas about extending the frames, such that to be a= ble to write scripts to create tabs that play with frames...





--0015175746389238c304967f9993--