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:00:58 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87oejw186a.fsf@thalassa.informatimago.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096020351 31920 80.91.229.6 (24 Sep 2004 10:05:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2004 10:05:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 24 12:05:45 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 1CAmxU-0004m9-00 for ; Fri, 24 Sep 2004 12:05:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAn3Z-0004Kk-8V for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Sep 2004 06:12:01 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!newsgate.cuhk.edu.hk!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 218.11.82.41 Original-X-Trace: news.yaako.com 1096020053 15980 218.11.82.41 (24 Sep 2004 10:00:53 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Fri, 24 Sep 2004 10:00:53 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:125507 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:20861 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20861 David Kastrup writes: > Pascal Bourguignon writes: > [...] > >> Then, if I want load this function, but don't want to (require > >> 'cl). what should I do? > > > > Concentrate and pray very strongly until a miracle occurs and oddp > > becomes defined without loading the file cl.el where it's declared. > > (defsubst oddp (x) (/= 0 (mod x 2))) Thank you. But I'm not sure if there are any other *functions* (not macros) were used in the program -_-