From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Wed, 21 Apr 2010 15:54:11 +0200 Message-ID: <4BCF0383.3040509@alice.it> References: <4BB4CF6B.2000007@alice.it> <4BB59476.7010600@swipnet.se> <4BB5C01E.10701@alice.it> <4BB608EE.7080101@swipnet.se> <4BB9A469.6050608@alice.it> <4BC072C3.2080302@swipnet.se> <4BC0B692.2000702@alice.it> <4BC0BD6D.3060103@swipnet.se> <4BC0F715.2060605@alice.it> <45EB8DD4-B0F8-4FB3-941F-13FADA4DAD66@swipnet.se> <4BC1854B.2060409@alice.it> <4BC1A9D2.8050607@swipnet.se> <4BC206C0.2010202@alice.it> <87fx2pdvfq.fsf@mail.jurta.org> 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 1271858175 481 80.91.229.12 (21 Apr 2010 13:56:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 13:56:15 +0000 (UTC) Cc: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , Emacs To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 21 15:56:14 2010 connect(): No such file or directory 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 1O4aPU-0005nZ-Cd for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 15:56:12 +0200 Original-Received: from localhost ([127.0.0.1]:51482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4aPT-0004Ig-UO for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 09:56:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4aOo-0003YS-Uj for emacs-devel@gnu.org; Wed, 21 Apr 2010 09:55:31 -0400 Original-Received: from [140.186.70.92] (port=45118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4aOm-0003VJ-SF for emacs-devel@gnu.org; Wed, 21 Apr 2010 09:55:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4aOi-0007TK-QK for emacs-devel@gnu.org; Wed, 21 Apr 2010 09:55:28 -0400 Original-Received: from smtp-out04.alice.it ([85.37.17.100]:1465) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4aOi-0007T4-LC for emacs-devel@gnu.org; Wed, 21 Apr 2010 09:55:24 -0400 Original-Received: from fbcmmo06.fbc.local ([192.168.184.137]) by smtp-out04.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 Apr 2010 15:54:26 +0200 Original-Received: from FBCMCL01B01.fbc.local ([192.168.69.82]) by fbcmmo06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 Apr 2010 15:54:26 +0200 Original-Received: from [82.55.237.184] ([82.55.237.184]) by FBCMCL01B01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 Apr 2010 15:54:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <87fx2pdvfq.fsf@mail.jurta.org> X-OriginalArrivalTime: 21 Apr 2010 13:54:25.0356 (UTC) FILETIME=[272590C0:01CAE15A] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:123981 Archived-At: All is useful, but my opinion is that the main way should be something like 'M-x tabs-mode', so that one can visit buffers in tabs in a fast way. Usually I start Emacs with a link on desktop... Thanks, Angelo. Il 21/04/2010 10.55, Juri Linkov ha scritto: >> Observations: I see that in Options | Show/Hide Tabs are on by default >> (good!), but when I start Emacs I do not see any tabs. I still need 'M-x >> tab-new' to see some tab. I would expect that, if Tabs are on by default, >> starting Emacs shows desktop buffers in tabs, at least compatibly with the >> starting 'geometry' of Emacs. > > I implemented a new command line argument, so a command: > > emacs --tabs file1 file2 file3 > > will open each file in a new tab. And > > emacsclient --create-tab > > creates a new tab on the current Emacs frame. >