emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?


From: Vladimir Lomov
Subject: Re: [O] Is Org mode gonna break on emacs 24.50.1x ?
Date: Tue, 26 Jun 2012 21:18:21 +0900
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>



reply via email to

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