From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: How to debug this problem? Date: Thu, 10 Sep 2009 10:21:04 +0100 Message-ID: References: <20a0c1020909041710j216381cbj313e4400ce02a940@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252577447 28273 80.91.229.12 (10 Sep 2009 10:10:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2009 10:10:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 12:10:40 2009 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.50) id 1Mlgbw-0005gP-1P for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2009 12:10:40 +0200 Original-Received: from localhost ([127.0.0.1]:42646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlgbv-0006GS-8q for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2009 06:10:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mlfq6-0001K3-7X for emacs-devel@gnu.org; Thu, 10 Sep 2009 05:21:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mlfpz-0001Bz-E8 for emacs-devel@gnu.org; Thu, 10 Sep 2009 05:21:12 -0400 Original-Received: from [199.232.76.173] (port=42497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlfpz-0001BX-3d for emacs-devel@gnu.org; Thu, 10 Sep 2009 05:21:07 -0400 Original-Received: from ppsw-1.csi.cam.ac.uk ([131.111.8.131]:54578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mlfpy-00025e-Rh for emacs-devel@gnu.org; Thu, 10 Sep 2009 05:21:07 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]:42940) by ppsw-1.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.151]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1Mlfpw-00052x-5J (Exim 4.70) (return-path ); Thu, 10 Sep 2009 10:21:04 +0100 In-Reply-To: (Stefan Monnier's message of "Wed, 09 Sep 2009 23:21:30 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115172 Archived-At: On 2009-09-10 04:21 +0100, Stefan Monnier wrote: >> This is the smallest list I can reproduce the problem. If I delete any >> of them, it returns " Paredit Ovwrt". > > I see: your list has 50 entries. > And indeed the C code says: > > [...] > else if (STRINGP (car) || CONSP (car)) > { > register int limit = 50; > /* Limit is to protect against circular lists. */ > [...] > > so it looks like you bumped into a hard-coded limit. > I've just installed the patch below which should move the hard limit far > enough for now. Many thanks. > > Stefan -- Leo's Emacs uptime: 3 minutes, 13 seconds