emacs-devel
[Top][All Lists]
Advanced

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

Re: ELisp function prototypes and local function name


From: Stephen J. Turnbull
Subject: Re: ELisp function prototypes and local function name
Date: Fri, 08 Apr 2011 13:01:31 +0900

Ted Zlatanov writes:

 > It looks like the XEmacs `function-arglist' is not useful, in any case.
 > It depends too much on the underlying implementation.

Sure, but in XEmacs there's only one such (with three parts: one for
subrs, one for lambda lists, and one for byte-code objects).  Random
third-party stuff won't work, but it doesn't have to; random third
parties can and should use the defined API.  That's hardly a
controversial concept.

Evidently this won't work in Emacs out of the box, but surely it's
worth moving in that direction, and having third parties with "better
ideas" for basic introspection contribute them to core rather than
implement them in complex and fragile packages like eieio?



reply via email to

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