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: Miles Bader
Subject: Re: CC mode loads CL
Date: 16 Jan 2004 12:23:56 +0900

Martin Stjernholm <address@hidden> writes:
> Three cl functions are currently used in cc-defs: mapcan,
> cl-macroexpand, and delete-duplicates. They are only called at compile
> time with one exception: The call to delete-duplicates in
> c-make-keywords-re.

I'd like to add mapcan to the core.

`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).

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

-Miles
-- 
Somebody has to do something, and it's just incredibly pathetic that it
has to be us.  -- Jerry Garcia




reply via email to

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