"William Xu" <[EMAIL PROTECTED]> writes: > ;; FIXME: Is this the correct way, using `eval'? > (eval `(define-wajig-command ,command))) > (eval `(define-wajig-command ,command (pkg))))
if it works, it's not incorrect. as for style... personally, i would rewrite it as a function, w/ prefix "wajig-". it's true that a macro may look cleaner in ~/.emacs, but then you have to remember that it's a macro, etc. geezers like me hate that. thi _______________________________________________ Gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
