From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: (require 'cl) problem Date: Fri, 24 Sep 2004 09:16:33 -0400 Organization: Symantec Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1096031948 31316 80.91.229.6 (24 Sep 2004 13:19:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2004 13:19:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 24 15:18:59 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 1CApyV-00021j-00 for ; Fri, 24 Sep 2004 15:18:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAq4a-00051K-Jr for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Sep 2004 09:25:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 24 Sep 2004 08:16:33 -0500 Original-Newsgroups: gnu.emacs.help Mail-Copies-To: nobody User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) X-Copies-To: never Original-Lines: 26 Original-NNTP-Posting-Host: 24.128.234.87 Original-X-Trace: sv3-pkYKLZpunyImQ7kNiuBHyRxie+gvfWkq+MSfZeo/O+zhUomwWTiaWpFciZUA1FgD3zR6EOk3fTcjI0P!Etp1tQpX/N/pjnngw+QYJsVNiRGk9+tSfORvLJh+GziHON2Es3S27BYMaGnEwmiJr/P68eXfiR0N!2DXQYMAiL7M= Original-X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.13 Original-Xref: shelby.stanford.edu gnu.emacs.help:125512 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:20866 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20866 In article , "It's me FKtPp ;)" wrote: > Jesper Harder writes: > > > "It's me FKtPp ;)" writes: > > > > > | However, there is no problem with using the `cl' package at > > > | compile time, for the sake of macros. > > ^^^^^^ > > > But when i test this piece of code (byte-compile and restart emacs > > > and load the elc) it always tell me the symbol oddp didn't > > > defined. why ? > > > > 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? Either copy the function definitions out of cl.el, or ignore the advice in the manual. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***