From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.help Subject: Re: (require 'cl) problem Date: 24 Sep 2004 18:02:24 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <86fz58rt6y.fsf@vaio.shootybangbang.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096020367 31961 80.91.229.6 (24 Sep 2004 10:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2004 10:06:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 24 12:06:03 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAmxn-0004n1-00 for ; Fri, 24 Sep 2004 12:06:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAn3r-0004Sl-U5 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Sep 2004 06:12:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsgate.cuhk.edu.hk!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 218.11.82.41 Original-X-Trace: news.yaako.com 1096020139 15980 218.11.82.41 (24 Sep 2004 10:02:19 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Fri, 24 Sep 2004 10:02:19 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:125508 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20862 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20862 John Paul Wallington writes: > "It's me FKtPp ;)" writes: > > >> The magic word is "macros". `oddp' is a function not a macro. > > > > Then, if I want load this function, but don't want to (require > > 'cl). what should I do? > > If you want to use such functions at compile-time you can define them > as inline functions (see `defsubst') or define a companion compiler > macro (see `define-compiler-macro' in cl-macs). thanks, but I think I will need them at run-time. :P