From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Tabs are ready? -> Let us give a definition of tabs. Date: Mon, 06 Feb 2012 11:35:36 +0100 Message-ID: <4F2FACF8.2040304@gmx.at> References: <4F2E5D33.6020406@gmx.at> <4F2E8185.4080706@gmx.at> <4F2EC73A.8020905@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1328524561 30062 80.91.229.3 (6 Feb 2012 10:36:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 10:36:01 +0000 (UTC) Cc: Juri Linkov , Juanma Barranquero , Emacs Dev To: Alin Soare Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 11:35:59 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuLvQ-0005LQ-OT for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 11:35:56 +0100 Original-Received: from localhost ([::1]:51189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuLvQ-0007uW-9L for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 05:35:56 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuLvG-0007cy-Q9 for emacs-devel@gnu.org; Mon, 06 Feb 2012 05:35:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuLvA-00087P-Sv for emacs-devel@gnu.org; Mon, 06 Feb 2012 05:35:46 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:40232) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RuLvA-00087G-BJ for emacs-devel@gnu.org; Mon, 06 Feb 2012 05:35:40 -0500 Original-Received: (qmail invoked by alias); 06 Feb 2012 10:35:39 -0000 Original-Received: from 62-47-36-152.adsl.highway.telekom.at (EHLO [62.47.36.152]) [62.47.36.152] by mail.gmx.net (mp017) with SMTP; 06 Feb 2012 11:35:39 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19QPTUyVslQnYseDZnmknshhNG9IMiN1TVMhQk5V6 HbQ6tc0VmCMtCH In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148248 Archived-At: > Initializing a tab is not an action performed by emacs, but it is what you > define it to be. And who executes what I define? > In gtk for example, if you insert a gtk-notebook widget in emacs, you write > the callback functions in C , such that they call elisp function of that > signals. Emacs tabs should work without gtk as well. martin