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: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101202: * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase. Date: Mon, 30 Aug 2010 17:43:11 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283185104 13577 80.91.229.12 (30 Aug 2010 16:18:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 16:18:24 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 18:18:22 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 1Oq73q-0007vK-Vb for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 18:18:19 +0200 Original-Received: from localhost ([127.0.0.1]:35702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq6ev-0002gt-V4 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 11:52:34 -0400 Original-Received: from [140.186.70.92] (port=58567 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq6Vx-0003eR-1b for emacs-devel@gnu.org; Mon, 30 Aug 2010 11:43:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq6Vv-0004n5-If for emacs-devel@gnu.org; Mon, 30 Aug 2010 11:43:16 -0400 Original-Received: from impaqm1.telefonica.net ([213.4.138.1]:39164) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq6Vv-0004mG-C1 for emacs-devel@gnu.org; Mon, 30 Aug 2010 11:43:15 -0400 Original-Received: from IMPmailhost1.adm.correo ([10.20.102.38]) by IMPaqm1.telefonica.net with bizsmtp id 0fhT1f00W0piX6q01fjClX; Mon, 30 Aug 2010 17:43:12 +0200 Original-Received: from ceviche.home ([217.126.152.201]) by IMPmailhost1.adm.correo with BIZ IMP id 0fjB1f00A4LyPzM1hfjB3V; Mon, 30 Aug 2010 17:43:12 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id 6543166121; Mon, 30 Aug 2010 17:43:11 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Mon, 30 Aug 2010 01:05:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129431 Archived-At: > Likely cause of this? > In toplevel form: > emacs-lisp/macroexp.el:97:27:Error: Lisp nesting exceeds `max-lisp-eval-depth' 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? Stefan