emacs-devel
[Top][All Lists]
Advanced

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

Re: Post-22.1 development?


From: Johan Bockgård
Subject: Re: Post-22.1 development?
Date: Wed, 06 Jun 2007 15:07:21 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Michael Albinus <address@hidden> writes:

> The major difference is removal of cl.el. So it might be desirable to
> merge it into the branch. admin/FOR-RELEASE says
>
> ** viper and tramp should not load cl at run time.

The change was unnecessarily drastic.

     However, there is no problem with using the `cl' package at
     compile time, with `(eval-when-compile (require 'cl))'.  That's
     sufficient for using the macros in the `cl' package, because the
     compiler expands them before generating the byte-code.

     -- (info "(elisp)Coding Conventions")

There were no problematic uses in tramp.el, AFAICT (after adding
`eval-when-compile').

-- 
Johan Bockgård





reply via email to

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