From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Siart Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Fri, 02 Apr 2010 18:19:18 +0200 Organization: Technische =?iso-8859-1?Q?Universit=E4t_M=FCnchen?= Message-ID: <87y6h5ket5.fsf@siart.de> References: <4BB4CF6B.2000007@alice.it> <4BB59476.7010600@swipnet.se> <4BB5C01E.10701@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270229113 18047 80.91.229.12 (2 Apr 2010 17:25:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2010 17:25:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 02 19:25:07 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 1NxkcF-0001Zv-CZ for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 19:25:07 +0200 Original-Received: from localhost ([127.0.0.1]:41791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxkcE-0006FP-Fq for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 13:25:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxjas-0004F9-RK for emacs-devel@gnu.org; Fri, 02 Apr 2010 12:19:38 -0400 Original-Received: from [140.186.70.92] (port=39487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxjar-0004ES-GS for emacs-devel@gnu.org; Fri, 02 Apr 2010 12:19:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxjaq-00054j-4O for emacs-devel@gnu.org; Fri, 02 Apr 2010 12:19:37 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:39879) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxjap-00054R-Uv for emacs-devel@gnu.org; Fri, 02 Apr 2010 12:19:36 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nxjan-0007WK-MH for emacs-devel@gnu.org; Fri, 02 Apr 2010 18:19:33 +0200 Original-Received: from p4fefca31.dip.t-dialin.net ([79.239.202.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2010 18:19:33 +0200 Original-Received: from usenet by p4fefca31.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2010 18:19:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p4fefca31.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (windows-nt) Cancel-Lock: sha1:NhlOgegoJKS4/6bbk555LaDKOy0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:123071 Archived-At: Angelo Graziosi writes: > Clicking on the tab's 'X', should not close the file? It deletes only > the tab, the buffer being still 'visited' by Emacs. (I do not remember > a similar behavior with other applications using tabs.) The behaviour of other applications is not necessarily a draft for useful features. Emacs (luckily) has thousands of features where I do not remember a similar behavior with other applications. I would think of tabs as of a different kind of windows. In Emacs closing a window and killing a buffer are distinct actions. Tabs should behave the same. -- Uwe