From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: cl-byte-compile-compiler-macro Date: Tue, 28 Mar 2006 14:33:57 -0500 Message-ID: References: <1t3bh8soqw.fsf@fencepost.gnu.org> <2wacbf6xt1.fsf@fencepost.gnu.org> <87ek0olk4t.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1143574580 1296 80.91.229.2 (28 Mar 2006 19:36:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 19:36:20 +0000 (UTC) Cc: rgm@gnu.org, storm@cua.dk, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 21:36:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FOJzB-0007jS-15 for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 21:36:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOJzA-00048a-E2 for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 14:36:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOJx1-0002nL-4t for emacs-devel@gnu.org; Tue, 28 Mar 2006 14:33:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOJx0-0002n1-Qg for emacs-devel@gnu.org; Tue, 28 Mar 2006 14:33:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOJx0-0002mo-AE for emacs-devel@gnu.org; Tue, 28 Mar 2006 14:33:58 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOJyn-0004Bh-6a for emacs-devel@gnu.org; Tue, 28 Mar 2006 14:35:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FOJwz-0005s3-5n; Tue, 28 Mar 2006 14:33:57 -0500 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Tue, 28 Mar 2006 01:44:06 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52168 Archived-At: You need to load cl anyway when byte compiling a call to defstruct, and then cl-macs (which defines byte-compile-compiler-macro) is autoloaded. It could be a problem that compiling a call to these macros loads CL. I am not sure; it is on the borderline. Does interpreting a call to these defstruct accessor macros also load CL? That would definitely be a problem.