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

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

Re: (require 'cl) problem


From: Barry Margolin
Subject: Re: (require 'cl) problem
Date: Fri, 24 Sep 2004 09:16:33 -0400
User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)

In article <uisa46z6v.fsf@163.com>,
 "It's me FKtPp ;)" <m_pupil@163.com> wrote:

> Jesper Harder <harder@myrealbox.com> writes:
> 
> > "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.
> 
> 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 ***

reply via email to

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