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: Thu, 01 Apr 2010 18:52:59 +0200 Message-ID: <4BB4CF6B.2000007@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270141398 24001 80.91.229.12 (1 Apr 2010 17:03:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 17:03:18 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 19:03:14 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 1NxNnV-0003ku-Dp for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 19:03:13 +0200 Original-Received: from localhost ([127.0.0.1]:59201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxNhl-0001Pl-3z for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 12:57:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxNdz-0000EN-Gt for emacs-devel@gnu.org; Thu, 01 Apr 2010 12:53:23 -0400 Original-Received: from [140.186.70.92] (port=44865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxNdy-0000Dh-7N for emacs-devel@gnu.org; Thu, 01 Apr 2010 12:53:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxNdw-0005Xu-Nf for emacs-devel@gnu.org; Thu, 01 Apr 2010 12:53:22 -0400 Original-Received: from smtp-out05a.alice.it ([85.33.3.5]:3428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxNdw-0005XF-Dk for emacs-devel@gnu.org; Thu, 01 Apr 2010 12:53:20 -0400 Original-Received: from FBCMMO04.fbc.local ([7.168.68.254]) by smtp-OUT05A.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Apr 2010 18:53:16 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Apr 2010 18:53:17 +0200 Original-Received: from [82.57.144.196] ([82.57.144.196]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 1 Apr 2010 18:53:15 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 X-OriginalArrivalTime: 01 Apr 2010 16:53:15.0995 (UTC) FILETIME=[D2D822B0:01CAD1BB] 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:123023 Archived-At: Jan D. wrote: > Hello. > > > I've published a new branch... I have build that, but when I start Emacs, I don't 'see' any tabs. How can we enable those? I have a desktop file which opens several file when I start Emacs, so I would expect to see them in tabs! :-) Perhaps we need something like 'M-x tabs-mode' (by default possibly! :-)) When I use 'M-x tab-new', I see a single buffer in two tabs. After closing the tabs, switching buffer as usually, with mouse-1/-3 on mode line, Emas becomes very slow, perhaps it hangs... Anyway, thanks a lot for this new 'era' in Emacs! Ciao, Angelo.