|
From: | Stefan Monnier |
Subject: | Re: Shift selection using interactive spec |
Date: | Wed, 26 Mar 2008 10:52:32 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> (call-interactively 'woozle) > currently is equivalent to > (call-interactively (symbol-function 'woozle)) Actually, even if you ignore things that depend on symbol properties (e.g. the interactive-form property), this still fails in some corner cases. My favorite one is when `woozle' is autoloaded. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |