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 22:09:01 +0200 Message-ID: <4BB4FD5D.1030904@swipnet.se> References: <4BB49A8F.3000307@swipnet.se> <87bpe3qa6q.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270152562 1823 80.91.229.12 (1 Apr 2010 20:09:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 20:09:22 +0000 (UTC) Cc: emacs-devel To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 22:09:18 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 1NxQha-00079C-0y for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 22:09:18 +0200 Original-Received: from localhost ([127.0.0.1]:49652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxQhZ-0004iD-EN for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 16:09:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxQhQ-0004gM-M1 for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:09:08 -0400 Original-Received: from [140.186.70.92] (port=37549 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxQhP-0004fd-8v for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:09:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxQhN-0002xU-Ag for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:09:07 -0400 Original-Received: from smtprelay-h11.telenor.se ([62.127.194.4]:60549) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxQhN-0002xN-4i for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:09:05 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h11.telenor.se (Postfix) with ESMTP id 30C2AE979A for ; Thu, 1 Apr 2010 22:09:04 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnY4AHaatEtV4S1uPGdsb2JhbACDEoRSk1wMAQEBATUtpWCQS4ErgmtrBA X-IronPort-AV: E=Sophos;i="4.51,350,1267398000"; d="scan'208";a="58341395" 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 22:09:03 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 8FE657FA01B; Thu, 1 Apr 2010 22:09:02 +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: <87bpe3qa6q.fsf@stupidchicken.com> 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:123031 Archived-At: Chong Yidong skrev 2010-04-01 20.50: > Jan Dj=C3=A4rv writes: > >> Tabs isn't visible internally, it looks like just one frame at the >> lisp level. Window configurations are used when switching between >> tabs. I think this may cause flicker on slower machines. Making >> Emacs use Gtk+ double buffering here would help. I may violate >> running Lisp from C restrictions here, but I am not sure. Tabs most >> likely introduces new frame sizing errors. > > I haven't had time to take a look at the implementation, but why do you > need to use window configurations? It seems cleaner to treat each tab > as a separate frame, at both the C and Lisp levels. > Yes, but that kind of requires modifications to almost all .c-files. I j= ust=20 wanted something that does tabs like for example Firefox does. Jan D.