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, 26 Oct 2010 11:15:54 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288107932 25287 80.91.229.12 (26 Oct 2010 15:45:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 15:45:32 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 17:45:30 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 1PAliL-000669-H7 for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 17:45:29 +0200 Original-Received: from localhost ([127.0.0.1]:40042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAliL-0005lf-1v for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 11:45:29 -0400 Original-Received: from [140.186.70.92] (port=49742 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAlFz-0008DO-Ge for emacs-devel@gnu.org; Tue, 26 Oct 2010 11:16:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAlFp-0000Ol-Dw for emacs-devel@gnu.org; Tue, 26 Oct 2010 11:16:08 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAlFp-0000O1-92 for emacs-devel@gnu.org; Tue, 26 Oct 2010 11:16:01 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o9QFFuE2032308; Tue, 26 Oct 2010 11:15:56 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id B53F3B4681; Tue, 26 Oct 2010 11:15:55 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Tue, 26 Oct 2010 01:38:30 +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 RV3659=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:132133 Archived-At: >> Can you try and figure out what value of max-lisp-eval-depth is >> necessary to avoid this problem? > 512 works, 506 fails, and I'm bored of bisecting... Oh, that's a lot more precision than I needed. Can you increase the default value from 500 to something like 550 or 600? Stefan