emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: CC mode loads CL


From: Martin Stjernholm
Subject: Re: CC mode loads CL
Date: Sat, 17 Jan 2004 13:17:38 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/20.7 (gnu/linux)

Miles Bader <address@hidden> wrote:

> `delete-duplicates' has a typical problem of many cl functions: it uses
> keyword arguments.  Maybe we could add a simpler version of it to the
> core which would be `upward compatible' with the cl version (so that cl
> could redefine it upon being loaded without screwing up `native' users).

If the problem with keyword arguments is runtime overhead, it ought to
be possible to make a macro package that translate such keyword
arguments to position based argument passing at compile time.

> Why use `cl-macroexpand' instead of just `macroexpand'?

I'm sorry, I meant cl-macroexpand-all.




reply via email to

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