From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: (require 'cl) problem Date: Thu, 23 Sep 2004 20:08:57 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095963579 6595 80.91.229.6 (23 Sep 2004 18:19:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 18:19:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 23 20:19:30 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 1CAYBm-0006Ok-00 for ; Thu, 23 Sep 2004 20:19:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAYHp-0007go-8N for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Sep 2004 14:25:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news2.telebyte.nl!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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:20836 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20836 "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. -- Jesper Harder