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

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

Re: (require 'cl) problem


From: Pascal Bourguignon
Subject: Re: (require 'cl) problem
Date: 24 Sep 2004 13:53:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"It's me FKtPp ;)" <m_pupil@163.com> writes:

> John Paul Wallington <jpw@gnu.org> writes:
> 
> > "It's me FKtPp ;)" <m_pupil@163.com> writes:
> > 
> > >> 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?
> > 
> > If you want to use such functions at compile-time you can define them
> > as inline functions (see `defsubst') or define a companion compiler
> > macro (see `define-compiler-macro' in cl-macs).
> 
> thanks, but I think I will need them at run-time. :P

Ok. I'll give you some emacs lisp:

    (while (not (fboundp 'oddp))
        (concentrate :how-strong '(very very strong))
        (pray :deity "God"
              :how-fervently '( very very fervently)
              :pledge "Please, may oddp be known to thy servant."))

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

Our enemies are innovative and resourceful, and so are we. They never
stop thinking about new ways to harm our country and our people, and
neither do we.

reply via email to

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