From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jack-mac Newsgroups: gmane.emacs.help Subject: Re: max-lisp-eval-depth Date: Thu, 31 Jan 2013 06:54:04 -0800 (PST) Message-ID: References: <1359574923315-276835.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1359644060 6863 80.91.229.3 (31 Jan 2013 14:54:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 14:54:20 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 31 15:54:40 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0vXD-0003fG-8T for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 15:54:39 +0100 Original-Received: from localhost ([::1]:37139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vWv-0005R6-7h for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 09:54:21 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vWm-0005Py-Nd for Help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 09:54:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0vWg-0005L6-Ou for Help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 09:54:12 -0500 Original-Received: from mail-ve0-f184.google.com ([209.85.128.184]:38263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vWg-0005Kl-Iy for Help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 09:54:06 -0500 Original-Received: by mail-ve0-f184.google.com with SMTP id 14so620084vea.1 for ; Thu, 31 Jan 2013 06:54:05 -0800 (PST) X-Received: by 10.49.1.43 with SMTP id 11mr793720qej.29.1359644044935; Thu, 31 Jan 2013 06:54:04 -0800 (PST) Original-Path: glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.49.124.107; posting-account=OWLhBgoAAAD1H7ELDXVfr3-5BJaMOe1v Original-NNTP-Posting-Host: 193.49.124.107 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 193.49.124.107 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.128.184 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88887 Archived-At: Le jeudi 31 janvier 2013 04:08:12 UTC+1, drain a =E9crit=A0: > Stefan Monnier wrote >=20 > > That's either because there's an infinite recursion (in which case you > > need to fix the corresponding code), or because the code uses more stac= k > > space than provided. >=20 > The only problem is figuring out where in the code this occurs... Perry Smith already gave you the answer: To use the emacs-lisp debugging tools, try to set the variable 'debug-on-er= ror' to t (true) and see what happens when stack overflows.