From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cl-byte-compile-compiler-macro Date: Wed, 05 Apr 2006 09:04:35 -0400 Message-ID: <87hd58gonh.fsf-monnier+emacs@gnu.org> References: <1t3bh8soqw.fsf@fencepost.gnu.org> <2wacbf6xt1.fsf@fencepost.gnu.org> <87ek0olk4t.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144242305 13320 80.91.229.2 (5 Apr 2006 13:05:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Apr 2006 13:05:05 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org, rms@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 05 15:05:03 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 1FR7gy-0004j0-4R for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 15:05:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FR7gx-0006aC-NJ for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 09:04:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FR7gj-0006Zv-7S for emacs-devel@gnu.org; Wed, 05 Apr 2006 09:04:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FR7ge-0006Wz-Gn for emacs-devel@gnu.org; Wed, 05 Apr 2006 09:04:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FR7ge-0006Wo-8u for emacs-devel@gnu.org; Wed, 05 Apr 2006 09:04:40 -0400 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FR7k7-0007GI-IE; Wed, 05 Apr 2006 09:08:15 -0400 Original-Received: from alfajor ([70.55.147.51]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060405130435.LKGG13653.tomts36-srv.bellnexxia.net@alfajor>; Wed, 5 Apr 2006 09:04:35 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id A9E66D7946; Wed, 5 Apr 2006 09:04:35 -0400 (EDT) Original-To: Andreas Schwab In-Reply-To: (Andreas Schwab's message of "Wed, 05 Apr 2006 11:27:07 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:52441 Archived-At: >> When I compile quux.el, does that need CL to be loaded? >> (Assume quux.el does not load CL itself.) > I think it does, since the accessor function has a byte-compile property > that points to function in cl-macs (cl-byte-compile-compiler-macro). In that case it's a bug in CL (either in one of the cl*.el files or in the bytecomp.el file where we have the hook for CL's compiler-macros). Stefan