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

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

Re: byte-compile / cl package / warnings


From: David Reitter
Subject: Re: byte-compile / cl package / warnings
Date: Fri, 8 Jul 2005 23:49:15 +0100

Johan BockgÃrd wrote:


Read (info "(elisp)Coding Conventions")


Thanks very much for the hint.

It looks like either the warning is obsolete, or the 'cl' package goes against Emacs naming conventions. But I assume it would do so for a good reason (compatibility with common lisp).

For everyone interested, here's an excerpt from the above info page:

   * Please don't require the `cl' package of Common Lisp extensions at
     run time.  Use of this package is optional, and it is not part of
     the standard Emacs namespace.  If your package loads `cl' at run
     time, that could cause name clashes for users who don't use that
     package.

However, there is no problem with using the `cl' package at compile
     time, with `(eval-when-compile (require 'cl))'.







reply via email to

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