From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Bazaar branch of Emacs.app Date: Thu, 10 Apr 2008 17:15:47 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207862199 508 80.91.229.12 (10 Apr 2008 21:16:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 21:16:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 23:17:12 2008 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.50) id 1Jk48L-0000rr-QP for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 23:16:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk47h-0002mX-VH for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 17:15:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jk47e-0002kY-2o for emacs-devel@gnu.org; Thu, 10 Apr 2008 17:15:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jk47Z-0002cg-7H for emacs-devel@gnu.org; Thu, 10 Apr 2008 17:15:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk47Z-0002cd-5G for emacs-devel@gnu.org; Thu, 10 Apr 2008 17:15:49 -0400 Original-Received: from vpn-132-204-232-110.acd.umontreal.ca ([132.204.232.110] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jk47Y-0001J1-Rm for emacs-devel@gnu.org; Thu, 10 Apr 2008 17:15:48 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 794B4B4055; Thu, 10 Apr 2008 17:15:47 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 7230 seconds by postgrey-1.27 at monty-python; Thu, 10 Apr 2008 17:15:48 EDT 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:94902 Archived-At: I've setup a Bazaar branch (based on Jason's mirror) of Emacs.app. Get it from sftp://arch.sv.gnu.org/archives/emacs/bzr/emacs.app http://arch.sv.gnu.org/archives/emacs/bzr/emacs.app I recommend you use the "bzr.dev" version of Bzr: it's not blazingly fast yet, but it's better than 1.3 for some things. I haven't yet been able to build it on my GNU/Linux system: config.h says that HAVE_NS is undefined, so it looks like there's something broken in the configuration scripts. Incidentally, the configuration needs to be integrated with the ./configure script (currently you're expected to run nextstep/compile which then runs `configure'). I encourage you to take a look at it, fix it, and when you find problems, to add them to nextstep/FOR_RELEASE. Stefan