emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-byte-compile-compiler-macro


From: Glenn Morris
Subject: Re: cl-byte-compile-compiler-macro
Date: Tue, 28 Mar 2006 01:52:30 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

> Right.  So compiling a call to that macro will crash unless cl is
> loaded.

When I explicitly (require 'cl), there is no error.

> I think we should move compiler-macroexpand and
> cl-byte-compile-compiler-macro from cl-macs.el into subr.el.  It looks
> like that will make the compilation of these macro calls work properly,
> and it is rather painless.

I tried that. I got a new Compile-Log error, this time about
cl-defsubst-expand. So I moved that too. Then I got an error about
cl-simple-exprs-p. Then I gave up. :)





reply via email to

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