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: Tue, 19 Oct 2010 17:09:12 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287522568 9212 80.91.229.12 (19 Oct 2010 21:09:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 21:09:28 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 23:09:27 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 1P8JR1-0006MT-4k for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 23:09:27 +0200 Original-Received: from localhost ([127.0.0.1]:43471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8JR0-0001SH-Gb for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 17:09:26 -0400 Original-Received: from [140.186.70.92] (port=56704 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8JQs-0001Q3-6H for emacs-devel@gnu.org; Tue, 19 Oct 2010 17:09:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8JQq-0001U3-Ru for emacs-devel@gnu.org; Tue, 19 Oct 2010 17:09:18 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8JQq-0001TU-NN for emacs-devel@gnu.org; Tue, 19 Oct 2010 17:09:16 -0400 Original-Received: from faina.iro.umontreal.ca (vpn-132-204-232-129.acd.umontreal.ca [132.204.232.129]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o9JL9CKQ020626; Tue, 19 Oct 2010 17:09:12 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 27C7BB4007; Tue, 19 Oct 2010 17:09:12 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Fri, 1 Oct 2010 12:52:31 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3653=0 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:131861 Archived-At: >> BTW, I haven't heard any other complaint about it: are you the only one >> to see it? > Sean's latest Windows binary > (http://alpha.gnu.org/gnu/emacs/windows/emacs-20100920-bin-i386.zip) > is also lacking lisp/emacs-lisp/macroexp.elc, so it seems like he's > seeing the same problem without realizing it. Can you try and figure out what value of max-lisp-eval-depth is necessary to avoid this problem? Stefan