Maybe we could instead define recompute-arg as

          (defmacro recompute-arg (e)
            `(list 'recompute-arg-tag ,e ',e))

    and then we don't need to look inside the interactive spec at all: we can
    just look at the argument's values and treat values of the form
    (recompute-arg-tag V E) specially.

I don't understand how you propose to use that macro.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to