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, 04 Apr 2006 15:57:43 -0400 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 1144180730 20946 80.91.229.2 (4 Apr 2006 19:58:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 19:58:50 +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 Apr 04 21:58:48 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 1FQrfj-0004yy-9F for ged-emacs-devel@m.gmane.org; Tue, 04 Apr 2006 21:58:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQrfi-0000Me-Ow for ged-emacs-devel@m.gmane.org; Tue, 04 Apr 2006 15:58:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQret-0007zC-A1 for emacs-devel@gnu.org; Tue, 04 Apr 2006 15:57:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQrer-0007xd-Uy for emacs-devel@gnu.org; Tue, 04 Apr 2006 15:57:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQrer-0007xV-NZ for emacs-devel@gnu.org; Tue, 04 Apr 2006 15:57:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQriD-0004w0-Ko for emacs-devel@gnu.org; Tue, 04 Apr 2006 16:01:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FQrep-0000IR-JA; Tue, 04 Apr 2006 15:57:43 -0400 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:52411 Archived-At: [I sent this message a week ago but did not get a response. Could we get the discussion moving again?] 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.