help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (require 'cl) problem


From: Jesper Harder
Subject: Re: (require 'cl) problem
Date: Thu, 23 Sep 2004 20:08:57 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

"It's me FKtPp ;)" <m_pupil@163.com> 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                                <http://purl.org/harder/>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]