Jan Vroonhof writes:
What currently also bothers me (independent of this) is that using
auto-load looses information. For instance add-minor-mode uses an
commandp call on the toggle funtion. However that does not work if
that function is just an autoload stub.
Hmmm. We should be able to make that work. The autoload
function's fourth arg specifies whether the target function is
interactive or not. So it should just be a matter of making
the ##autoload cookie finder use that arg, if it doesn't already.