[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wajig.el 0.3 --- an interface for wajig
From: |
Thien-Thi Nguyen |
Subject: |
Re: wajig.el 0.3 --- an interface for wajig |
Date: |
Fri, 24 Feb 2006 13:32:05 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
"William Xu" <address@hidden> 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