From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.3 released Date: Thu, 10 Mar 2011 17:45:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299775574 18942 80.91.229.12 (10 Mar 2011 16:46:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2011 16:46:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 17:46:07 2011 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 1Pxj02-0006eM-U8 for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 17:46:07 +0100 Original-Received: from localhost ([127.0.0.1]:52199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxj02-0008WU-GW for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 11:46:06 -0500 Original-Received: from [140.186.70.92] (port=37968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxizi-0008OK-PL for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:45:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxizh-0007YP-8U for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:45:46 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:38692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxizh-0007XH-1g for emacs-devel@gnu.org; Thu, 10 Mar 2011 11:45:45 -0500 Original-Received: by yxt33 with SMTP id 33so981369yxt.0 for ; Thu, 10 Mar 2011 08:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=A+KD6XWMsZtGLrrp2lUlATpCnEJUorKBPBwAKCmUII4=; b=PPHGlYMbQKHuHw6aspgP/ipNtXDGn13h+XPM/Df1lGAogw8WvoGGP9Ue8bRuNztpOZ cbjcnx5uZlOaRyY/4VZbm8XOxmnGnKu/U6wNTBT96yfZlEGo1Ets30NY9fI+wK2gS1Qh gy7LNfhPhj9FJSQWfLDoBlKlgx3Sbj3bF/EPA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GPNBNGM/4INAlVL6Xrruqs0JJN4nC485AzCAfvbyGx3IoF3XCr/zI8ECVZnCBYoF8E 57wQHAOZg1Pyl8mcnRttU00XU+/eOs4NfUDAxPnO3vpvwnLQ8knqdcA8IBr6cdvn3/e1 4PrfTDMuYAnbiwVHW6Im582Tg3R1lAdEhvIJM= Original-Received: by 10.150.193.10 with SMTP id q10mr1273032ybf.413.1299775544295; Thu, 10 Mar 2011 08:45:44 -0800 (PST) Original-Received: by 10.147.137.2 with HTTP; Thu, 10 Mar 2011 08:45:04 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:137040 Archived-At: On Thu, Mar 10, 2011 at 17:07, Stefan Monnier wr= ote: > Talking about 24.1, I now consider the lexbind-new branch as "fully > functional": there are still a few changes I want to do there before > merging, but they should only impact performance and code quality, so > I encourage people to try it out and report any regression so they can > be addressed before we merge it into trunk. Trying to bootstrap it on Windows I get 15 errors of the kind Debugger entered--Lisp error: (cyclic-function-indirection vc-update) followed by debugger backtraces (they're quite longish, I can send you a gzipped log if needed). Finally, the bootstrap hangs after Wrote c:/emacs/lexbind-new/lisp/vc/vc-svn.elc =C2=A0 =C2=A0 Juanma