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: Sat, 11 Sep 2010 15:02:04 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284210145 7112 80.91.229.12 (11 Sep 2010 13:02:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Sep 2010 13:02:25 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 11 15:02:24 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 1OuPiq-0000QM-8y for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 15:02:24 +0200 Original-Received: from localhost ([127.0.0.1]:57444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuPip-0007HH-IY for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 09:02:23 -0400 Original-Received: from [140.186.70.92] (port=34863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuPii-0007Ei-Kv for emacs-devel@gnu.org; Sat, 11 Sep 2010 09:02:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuPih-0004CM-Db for emacs-devel@gnu.org; Sat, 11 Sep 2010 09:02:16 -0400 Original-Received: from impaqm4.telefonica.net ([213.4.138.4]:41172) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuPih-0004CH-0j for emacs-devel@gnu.org; Sat, 11 Sep 2010 09:02:15 -0400 Original-Received: from IMPmailhost2.adm.correo ([10.20.102.39]) by IMPaqm4.telefonica.net with bizsmtp id 5Qtj1f00e0r0BT63QR25eM; Sat, 11 Sep 2010 15:02:05 +0200 Original-Received: from ceviche.home ([83.61.39.212]) by IMPmailhost2.adm.correo with BIZ IMP id 5R241f00F4aeRwb1iR256e; Sat, 11 Sep 2010 15:02:05 +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 B36C3660D2; Sat, 11 Sep 2010 15:02:04 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Mon, 30 Aug 2010 21:38:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) 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:129977 Archived-At: >> 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-depth' > Wrote c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/map-ynp.elc > [...] BTW, I haven't heard any other complaint about it: are you the only one to see it? Do you still see it? Stefan