From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: How to debug this problem? Date: Fri, 11 Sep 2009 17:01:46 -0400 Message-ID: References: <20a0c1020909041710j216381cbj313e4400ce02a940@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1252702934 7404 80.91.229.12 (11 Sep 2009 21:02:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2009 21:02:14 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, sdl.web@gmail.com To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 11 23:01:59 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 1MmDFn-0002uN-7T for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2009 23:01:59 +0200 Original-Received: from localhost ([127.0.0.1]:45210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmDFm-0002CN-9i for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2009 17:01:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmDFg-0002C8-Tc for emacs-devel@gnu.org; Fri, 11 Sep 2009 17:01:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmDFc-00029A-I5 for emacs-devel@gnu.org; Fri, 11 Sep 2009 17:01:52 -0400 Original-Received: from [199.232.76.173] (port=35040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmDFc-000297-Ai for emacs-devel@gnu.org; Fri, 11 Sep 2009 17:01:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43396) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmDFb-0005dl-Tg for emacs-devel@gnu.org; Fri, 11 Sep 2009 17:01:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MmDFa-0005ek-UB; Fri, 11 Sep 2009 17:01:47 -0400 In-reply-to: (message from Andreas Schwab on Fri, 11 Sep 2009 18:46:41 +0200) 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:115203 Archived-At: > It is not good to have a hard limit; it would be better to put in > some other code to detect cycles. I've installed a change to that effect. Thanks.