Hello,
** Achim Gratz [2012-06-26 06:52:19 +0200]:
> Baptiste Fouques writes:
>> * lisp/emacs-lisp/cl.el (flet): Don't autoload.
>> Makes my org not working in several places (babel, coupling with
>> remenber, …). I think that the point in using 'flet' has appears
>> several times in this group. It seems to become more crucial here.
> All the files using flet (and other cl macros) should have an
> (eval-when-compile (require 'cl))
> before first use, so whether or not flet is autoloaded should be a
> moot point.
I've searched the source (git actually) found where (require 'cl) is
used without `eval-when-compile' (just a few, htmlize.el is an example)
and changed them apropriately. Nothing changed, tangling is not working.
> If they don't, it's a bug in org.
> If they do and it still doesn't work, the bug may be in org, but more
> likely in Emacs.
So I dont' know where a bug is. I only know which rev. triggers it.
> Regards,
> Achim.
---
WBR, Vladimir Lomov
--
We didn't put in ^^ because then we'd have to keep telling people what
it means, and then we'd have to keep telling them why it doesn't short
circuit. :-/
-- Larry Wall in <[email protected]>