emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to debug this problem?


From: Leo
Subject: Re: How to debug this problem?
Date: Thu, 10 Sep 2009 10:21:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]