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: Sun, 11 Apr 2010 12:52:02 +0200 Message-ID: <4BC1A9D2.8050607@swipnet.se> 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> 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 1270983646 10169 80.91.229.12 (11 Apr 2010 11:00:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2010 11:00:46 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 11 13:00:45 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 1O0uuA-000150-Pg for ged-emacs-devel@m.gmane.org; Sun, 11 Apr 2010 13:00:43 +0200 Original-Received: from localhost ([127.0.0.1]:33294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0uuA-0006Ow-CI for ged-emacs-devel@m.gmane.org; Sun, 11 Apr 2010 07:00:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0ulw-0003U9-Bm for emacs-devel@gnu.org; Sun, 11 Apr 2010 06:52:12 -0400 Original-Received: from [140.186.70.92] (port=55302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0uls-0003Sl-D8 for emacs-devel@gnu.org; Sun, 11 Apr 2010 06:52:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0ulp-0001P4-RE for emacs-devel@gnu.org; Sun, 11 Apr 2010 06:52:08 -0400 Original-Received: from smtprelay-h12.telenor.se ([62.127.194.5]:43562) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0ulp-0001Ok-4U for emacs-devel@gnu.org; Sun, 11 Apr 2010 06:52:05 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id 0FFAFD209 for ; Sun, 11 Apr 2010 12:52:35 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnI2AK5GwUtV4S1uPGdsb2JhbACDEoRSk2AMAQEBATUtpkWPNYEsgnJuBA X-IronPort-AV: E=Sophos;i="4.52,184,1270418400"; d="scan'208";a="62047999" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 11 Apr 2010 12:52:03 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id E8E3D7FA01A; Sun, 11 Apr 2010 12:52:02 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100317) In-Reply-To: <4BC1854B.2060409@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:123471 Archived-At: Angelo Graziosi skrev: > As I have flagged sometime on this list, I do ALWAYS clean build of > Emacs, i.e. from a scratch tree not 'contaminated' by previous build. :-) > > So, perhaps, that branch has other problems. For example, > > $ grep native /tmp/emacs-gtk-tabs/src/Makefile.in > > is empty in rev. 99648 and 99649. > > The last useful build is with rev. 99645. > Ah, so lisp files goes in there now, I didn't know. I pushed a fix. Thanks, Jan D.