emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Re: planner.el with-planner and cl


From: Jim Ottaway
Subject: Re: [emacs-wiki-discuss] Re: planner.el with-planner and cl
Date: Thu, 24 Mar 2005 21:37:51 +0000
User-agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.2 (gnu/linux)

>>>>> Mark Triggs <address@hidden> writes:


> It looks like defmacro just passes the declare form straight to a
> function called `macro-declaration-function', so maybe planner could
> just invoke this directly?  Perhaps something like:

>   (defmacro with-planner (...)
>     ...)
  
>   (eval-when-compile
>     (when (fboundp 'macro-declaration-function)
>       (macro-declaration-function 'with-planner '(declare (debug t)))))

> That *seems* to work for me :o)

> Mark

Hmm, that's in CVS too. Isn't the problem simply that declare requires
cl-macs.el in non-CVS emacs  and, therefore, either require cl-macs at
compile, use the old property list method, or don't support pre-CVS emacs?

Or perhaps I have got very confused? [entirely possible !]

-- 
Jim Ottaway




reply via email to

[Prev in Thread] Current Thread [Next in Thread]