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

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

Re: infloop in skeleton-insert


From: Leo
Subject: Re: infloop in skeleton-insert
Date: Tue, 10 Apr 2007 17:57:18 +0100
User-agent: No Gnus v0.6, Emacs/23.0.0.7 (2007-03-29), Fedora 6 gnu/linux

On 2007-04-10, Nick Roberts said:

>  > This bug is due to skeleton-internal-1 relying on
>  > char-or-string-p to return non-nil if its argument is an integer,
>  > while in fact, char-or-string-p returns nil if its argument is a
>  > negative integer.
>
> It doesn't on Emacs 22:
>
> (char-or-string-p -4)
> t
>
> and if it does on Emacs 23 then I think that must be the bug.

In Emacs 23:
 
 (char-or-string-p -4)
 => nil

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

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