From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch. Date: Mon, 12 Apr 2010 18:14:44 +0200 Message-ID: <4BC346F4.8050700@swipnet.se> References: <30298845.656931270806476838.JavaMail.www@wwinf4631> <4BBF0C6C.7000909@swipnet.se> <4BC011F5.9010505@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1271089794 14117 80.91.229.12 (12 Apr 2010 16:29:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Apr 2010 16:29:54 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 12 18:29:53 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 1O1MW9-0001Wp-Nd for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 18:29:46 +0200 Original-Received: from localhost ([127.0.0.1]:60937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1MW9-0006dM-1t for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 12:29:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1MTw-0005Lj-Oz for emacs-devel@gnu.org; Mon, 12 Apr 2010 12:27:28 -0400 Original-Received: from [140.186.70.92] (port=59699 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1MTo-00055g-2w for emacs-devel@gnu.org; Mon, 12 Apr 2010 12:27:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1MHi-0008Uu-6i for emacs-devel@gnu.org; Mon, 12 Apr 2010 12:14:56 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:37186) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1MHg-0008Uc-7u for emacs-devel@gnu.org; Mon, 12 Apr 2010 12:14:49 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 5ADDBC890 for ; Mon, 12 Apr 2010 18:14:47 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Als/AFvkwktV4S1uPGdsb2JhbACHZpNNDAEBAQE1LbwihQwE X-IronPort-AV: E=Sophos;i="4.52,191,1270418400"; d="scan'208";a="62438806" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 12 Apr 2010 18:14:46 +0200 Original-Received: from anon-20-186.ipredate.net (unknown [93.182.186.20]) by coolsville.localdomain (Postfix) with ESMTPSA id 53BFB7FA01A; Mon, 12 Apr 2010 18:14:45 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123523 Archived-At: Stefan Monnier skrev 2010-04-10 17.19: >In Emacs this usually means among other things > that clicks on it should generate Elisp events caught via a keymap and > that the list of tabs should be specified by Elisp code. Are you suggesting we add and remove tabs dynamically to a keymap as they get created? I'm not sure I follow. Jan D.