emacs-devel
[Top][All Lists]
Advanced

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

Re: Interactive specs of C functions.


From: Johan Bockgård
Subject: Re: Interactive specs of C functions.
Date: Fri, 07 Sep 2007 23:52:39 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Check etc/NEWS:
>
> ** The interactive-form of a function can be added post-facto via the
> `interactive-form' symbol property.  Mostly useful to add complex interactive
> forms to subroutines.

The current implementation doesn't work for subrs/compiled functions
though.


[Fcall_interactively]

    if (SUBRP (fun))
        ...
    else if (COMPILEDP (fun))
        ...
    else
        <---- `Finteractive_form' is only called on this branch

-- 
Johan Bockgård





reply via email to

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