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-diffs] /srv/bzr/emacs/trunk r101202: * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase. Date: Mon, 30 Aug 2010 21:38:30 +0200 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 1283197847 9380 80.91.229.12 (30 Aug 2010 19:50:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 19:50:47 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 21:50:46 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 1OqANM-0002rZ-K5 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 21:50:46 +0200 Original-Received: from localhost ([127.0.0.1]:45719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqADs-00074F-SH for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 15:40:52 -0400 Original-Received: from [140.186.70.92] (port=60438 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqADR-00072F-I1 for emacs-devel@gnu.org; Mon, 30 Aug 2010 15:40:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqACF-0006eb-Rn for emacs-devel@gnu.org; Mon, 30 Aug 2010 15:39:12 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:56084) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqACF-0006eW-OB for emacs-devel@gnu.org; Mon, 30 Aug 2010 15:39:11 -0400 Original-Received: by gyf3 with SMTP id 3so3133061gyf.0 for ; Mon, 30 Aug 2010 12:39:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=CYD3HM8MXFBtPOX3fYNheimTj5fXcjJ1LhMBxCL3DQM=; b=YTxo8669dAeSEpdcOAXPGDGW7+eACJiSauPE0zapkas6wx/2+y9iafaCuuhWQ1dZxK unV6hJaP9WCUlLHEFN3VT3taAl6PzCvUS29raSteFYHNq6ZA8QWxRUhWmTqy7LuF0ehn gCAmXh0+muN5lOeY/JX2AiTEZNE4ZqpsJvpEA= 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=tSRnN4c7lxN9bS6vaLezxuhqk7Jq94ZgIuWELxeHAHVHNUPPxT4NFQPCmwfiaph+tu noJ3eCvb6WSZsk7QAQsmbpGrJ1EL39V+p5ak8/4Yc3uyaS91R3ON89AAh3sBJ+ETe8NR EJanhckrZgRs/rire6+KZc56SmSdjT0Rheelc= Original-Received: by 10.101.148.37 with SMTP id a37mr5186002ano.210.1283197151027; Mon, 30 Aug 2010 12:39:11 -0700 (PDT) Original-Received: by 10.231.172.11 with HTTP; Mon, 30 Aug 2010 12:38:30 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129449 Archived-At: On Mon, Aug 30, 2010 at 17:43, Stefan Monnier wr= ote: > Yes, although I did bootstrap to check I didn't hit this one (I did hit > it many times while working on this code, so I know it's pushing this > limit). > Do you have more data to provide? Not really. It just happens while bootstrapping on Windows: [...] Wrote c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/lmenu.elc In toplevel form: emacs-lisp/macroexp.el:97:27:Error: Lisp nesting exceeds `max-lisp-eval-dep= th' Wrote c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/map-ynp.elc [...] =C2=A0 =C2=A0 Juanma