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: Fri, 02 Apr 2010 09:00:02 +0200 Message-ID: <4BB595F2.8080600@swipnet.se> References: <4BB4CF6B.2000007@alice.it> <4BB4DBCD.4090807@swipnet.se> <87oci2r4ky.fsf@uwakimon.sk.tsukuba.ac.jp> 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 1270191813 32741 80.91.229.12 (2 Apr 2010 07:03:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2010 07:03:33 +0000 (UTC) Cc: Emacs , Angelo Graziosi To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 02 09:03:29 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 1Nxaud-0000ZE-58 for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 09:03:28 +0200 Original-Received: from localhost ([127.0.0.1]:42888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxaub-0001Iy-GQ for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 03:03:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxaso-0000d3-9t for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:01:34 -0400 Original-Received: from [140.186.70.92] (port=43418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxasQ-0000NI-JQ for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:01:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxas7-0008O3-Oy for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:01:10 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:41967) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxas6-0008NY-Vm for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:00:51 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 01FB9E8D86 for ; Fri, 2 Apr 2010 09:00:02 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQ5AAsztUtV4S1uPGdsb2JhbACHY5NYDAEBAQE1LbNshQEE X-IronPort-AV: E=Sophos;i="4.51,352,1267398000"; d="scan'208";a="58464364" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 02 Apr 2010 09:00:02 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 74B1D7FA01A; Fri, 2 Apr 2010 09:00:02 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100317) In-Reply-To: <87oci2r4ky.fsf@uwakimon.sk.tsukuba.ac.jp> 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:123049 Archived-At: Stephen J. Turnbull skrev: > Bottom line: put a limit on the number of tabs, and use the first N in > buffer-list (perhaps filtered by mode). This is good enough to start > with (Jan himself might opt to turn them off, but I bet most users > will find this mode a usability improvement). > I would use it, I use desktop files a lot, and having files in tabs when Emacs starts would be a bonus. But for restoring desktop files, I'd rather have tabs on the N last visited files, i.e. from file-name-history. That could be an option in desktop.el I guess. > You do need a way to turn off tabs, some people don't like them, some > app-specific frames shouldn't have them. I didn't think of that, thanks. Jan D.