emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: infinite loop in define-fringe-bitmap


From: Kim F. Storm
Subject: Re: infinite loop in define-fringe-bitmap
Date: Tue, 16 Nov 2004 16:10:28 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

SAITO Takuya <address@hidden> writes:

>
> The variable h is set like this:
>   if (NILP (height))
>     h = XINT (len);
>   else
>     {
>       if (fb.height > XINT (len))
>         h = XINT (len);
>     }
>
> so, h is not set in the case of (define-fringe-bitmap 'test [#b11 #b11] 2)
> Is this the cause of infinite loop ?

Definitely!  Thanks for the diagnosis.

I will install a fix shortly.

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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