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: Fwd: Tabs for console. Date: Sun, 12 Dec 2010 22:02:16 +0200 Message-ID: References: <54294.130.55.132.100.1292016199.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e64c16bc6ddf7c04973c103a X-Trace: dough.gmane.org 1292184150 30693 80.91.229.12 (12 Dec 2010 20:02:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Dec 2010 20:02:30 +0000 (UTC) Cc: Emacs Dev To: herring@lanl.gov, rms@gnu.org, Stefan Monnier , Andreas Schwab , martin rudalics , Dimitri Fontaine Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 12 21:02:24 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 1PRs7j-0004Us-No for ged-emacs-devel@m.gmane.org; Sun, 12 Dec 2010 21:02:24 +0100 Original-Received: from localhost ([127.0.0.1]:50945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRs7i-00008W-UQ for ged-emacs-devel@m.gmane.org; Sun, 12 Dec 2010 15:02:22 -0500 Original-Received: from [140.186.70.92] (port=59113 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRs7e-00008R-Gu for emacs-devel@gnu.org; Sun, 12 Dec 2010 15:02:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRs7d-0004vw-Gu for emacs-devel@gnu.org; Sun, 12 Dec 2010 15:02:18 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:37018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRs7d-0004vp-Bm; Sun, 12 Dec 2010 15:02:17 -0500 Original-Received: by wyj26 with SMTP id 26so5549588wyj.0 for ; Sun, 12 Dec 2010 12:02:16 -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=xSXCjYCPP52/zp2EkhsEaoxUYt/ti67Uwl7BIBLhJZI=; b=Uak71UxPkWhh6hWP4TJaCJcbBbuHUSn5Y7BqzOzBCLYo0fVvY3QpaFOn4xws9yY1zt HrxkgjTDCLwkYMqhZMxQLssly6HmpY1FlaWoXZnkgGe4/35FkbOU/R25UcoGIgMxti+4 +KuRnzgPBS/poHhLABhyTkapRyT6sHv8FWc+4= 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=NrPeewLphfkQHGdciU5ZZCvYTqn59CJsCPC08LTsTNVUZkW0d1lz4ow0a0LkJlW9N/ GBQSrEiTJE0hVFRUHHFJKxqI6q1ORRGGmLroQ3vU9n+2G8G4UaV7l44WggnpYQObMQx7 h30qG96x3IdoGMKl5/7meVuqZngQKkgw3+sFs= Original-Received: by 10.227.156.65 with SMTP id v1mr1153523wbw.18.1292184136310; Sun, 12 Dec 2010 12:02:16 -0800 (PST) Original-Received: by 10.227.38.162 with HTTP; Sun, 12 Dec 2010 12:02:16 -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:133628 Archived-At: --0016e64c16bc6ddf7c04973c103a Content-Type: text/plain; charset=UTF-8 > Not sure why you don't want to answer the question directly, but IIUC > you're indirectly here saying that makr-tab indeed creates a tab rather > than a tabbar. > > OK, I think I understand how your code is expected to work. Now can > someone tell me how this fits in with the x-tabs and the > gtk-tabs branches? We need to come up with an API (at the Elisp level) > that works for most/all of those: that doesn't means all 3 provide the > same API, but just that we can create a common API on top of them > without jumping through too many hoops. > > So, can I start completing the code of tabs as we discussed in the previous messages ? Do you have some more suggestions ? Do my implementation integrate with the others implementations of tabs ? If not, what can I do ? Alin --0016e64c16bc6ddf7c04973c103a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Not sure why you don't want to answer the question directly, = but IIUC
you're indirectly here saying that makr-tab indeed creates a tab rather=
than a tabbar.

OK, I think I understand how your code is expected to work. =C2=A0Now can someone tell me how this fits in with the x-tabs and the
gtk-tabs branches? =C2=A0We need to come up with an API (at the Elisp level= )
that works for most/all of those: that doesn't means all 3 provide the<= br> same API, but just that we can create a common API on top of them
without jumping through too many hoops.


So, can I start completing the code of tabs as w= e discussed in the previous messages ?

Do you have some more suggest= ions ?

Do my implementation integrate with the others implementation= s of tabs ? If not, what can I do ?


Alin





--0016e64c16bc6ddf7c04973c103a--