emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros


From: Lars Ingebrigtsen
Subject: Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros
Date: Tue, 12 Apr 2022 10:46:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Sean Whitton <spwhitton@spwhitton.name> writes:

>     Add two classic Common Lisp macro-writing macros
>
>     * lisp/emacs-lisp/cl-macs.el (cl-with-gensyms, cl-once-only): New macros.

Emacs now gives a lot of the following warnings when compiling -- I
haven't checked that it's due to the commit above, but I guess it's
either that or 6a480c830b.

Warning: Eager macro-expansion skipped due to cycle:
  … => (load "cl-macs.el") => (macroexpand-all …) => (macroexpand (cl-psetq …)) 
=> (load "cl-macs.el")
Warning: Eager macro-expansion skipped due to cycle:
  … => (load "cl-macs.el") => (macroexpand-all …) => (macroexpand (cl-psetq …)) 
=> (load "cl-macs.el")
  ELC      calendar/diary-lib.elc
  ELC      calendar/holidays.elc
Warning: Eager macro-expansion skipped due to cycle:


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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