From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Thu, 01 Apr 2010 19:45:49 +0200 Message-ID: <4BB4DBCD.4090807@swipnet.se> References: <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 1270143970 1564 80.91.229.12 (1 Apr 2010 17:46:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 17:46:10 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 19:46:05 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 1NxOSy-00046Z-Sb for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 19:46:05 +0200 Original-Received: from localhost ([127.0.0.1]:56224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxOSy-0005gh-4F for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 13:46:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxOSq-0005gY-OD for emacs-devel@gnu.org; Thu, 01 Apr 2010 13:45:56 -0400 Original-Received: from [140.186.70.92] (port=33036 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxOSo-0005gO-J1 for emacs-devel@gnu.org; Thu, 01 Apr 2010 13:45:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxOSn-0003iT-0C for emacs-devel@gnu.org; Thu, 01 Apr 2010 13:45:54 -0400 Original-Received: from smtprelay-h12.telenor.se ([62.127.194.5]:41944) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxOSm-0003iJ-Mz for emacs-devel@gnu.org; Thu, 01 Apr 2010 13:45:52 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id C68E8C035 for ; Thu, 1 Apr 2010 19:46:07 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnY4ALZ4tEtV4S1uPGdsb2JhbACDEoRSk1kMAQEBATUtpTuQS4ErgmtrBA X-IronPort-AV: E=Sophos;i="4.51,349,1267398000"; d="scan'208";a="58294934" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 01 Apr 2010 19:45:50 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 3925A7FA01A; Thu, 1 Apr 2010 19:45:50 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <4BB4CF6B.2000007@alice.it> 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:123025 Archived-At: Angelo Graziosi skrev 2010-04-01 18.52: > 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! :-) I don't think that is a good idea in general. I have desktopfiles with over 50 files. 50 tabs isn't manageable. > > 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. Yes, it tries to do the same as C-x 5 2, i.e. show the buffer you came from. > After > closing the tabs, switching buffer as usually, with mouse-1/-3 on mode > line, Emas becomes very slow, perhaps it hangs... Hmm, I don't use the mode line to switch buffers, so I haven't seen that. I'll check it out. Jan D.