emacs-devel
[Top][All Lists]
Advanced

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

Re: VC-SVN problem


From: Jim Blandy
Subject: Re: VC-SVN problem
Date: 10 May 2004 16:33:41 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

John Paul Wallington <address@hidden> writes:

> > So, I'd like to fix this in vc-svn.el, in the simplest way: by adding
> > (require 'cl) so that 'list*' is available.
> 
> Just checking: do you mean (eval-when-compile (require 'cl)) ?
> 
> (The cl package defines a compiler macro for `list*', and the elisp
> manual's coding conventions say not to load cl at runtime.)

I've gotta be missing something obvious:

What do you do if your package actually uses functions from CL, not
just macros?  Then CL must be loaded at runtime.  Are such packages
simply unsuitable for inclusion in the Emacs distribution?





reply via email to

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