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

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

Re: (require 'cl) problem


From: John Paul Wallington
Subject: Re: (require 'cl) problem
Date: Fri, 24 Sep 2004 09:01:57 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix)

"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).

reply via email to

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