From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: cl-byte-compile-compiler-macro Date: Tue, 28 Mar 2006 01:52:30 -0500 Message-ID: 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 1143528814 21890 80.91.229.2 (28 Mar 2006 06:53:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 06:53:34 +0000 (UTC) Cc: schwab@suse.de, storm@cua.dk, Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 08:53:32 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 1FO84w-0000B3-LF for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 08:53:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO84w-000846-9I for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 01:53:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FO84A-0007X0-6G for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:52:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FO848-0007Wo-TZ for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:52:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO848-0007Wl-PF for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:52:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FO85o-0004ia-8b for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:54:16 -0500 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FO846-0004dx-To; Tue, 28 Mar 2006 01:52:31 -0500 Original-To: rms@gnu.org X-Spook: electronic surveillance 22nd SAS SHA colonel Etacs Jiang X-Ran: &E0Vget$Wojl[V6_$BFI9\11CEHDy(#~M2V5vL8N<$|^fAXmDX, schwab@suse.de, emacs-devel@gnu.org, storm@cua.dk In-Reply-To: (Richard Stallman's message of "Mon, 27 Mar 2006 17:29:39 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:52148 Archived-At: 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. :)