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

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

Re: subr-interactive-form missing


From: Stefan Monnier
Subject: Re: subr-interactive-form missing
Date: 29 Apr 2004 12:56:05 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Unfortunately, my function is wrong and yields an infinite recursion:

>   ...
>   interactive-form(#<subr delete-frame>)
>   subr-interactive-form(#<subr delete-frame>)
>   interactive-form(#<subr delete-frame>)
>   subr-interactive-form(#<subr delete-frame>)

Clearly your `interactive-form' function is not the C implementation
but has been overwritten by an outdated lisp implementation (which thinks
that it can use `subr-interactive-form').
Try to see where that Lisp version of `interactive-form' is defined.


        Stefan




reply via email to

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