Hi Achim, Achim Gratz <strom...@nexgo.de> writes:
> Bastien writes: >> Let's do some heavy testing against current HEAD and let's carefully >> review code. But let's not panic -- Emacs is still in pretest, that's >> the whole purpose of a pretest. > > It looks like you've already took care of the fixes. Anything that you > specifically want to review? The TODO stuff would not escape Bernt's > scrutiny, I suspect... There are these warnings left while compiling Org in Emacs 24: 1. one about `buffer-substring-filters' 2. one about `entry' not having a prefix 3. one about `date', `annotation', 'initial' not having a prefix We should write a compatibility function to get rid of the first warning. Prefixing `entry' is not straightforward but should be possible. As for the last warnings, I think we'll have to live with it, but chasing down places where *some* instance can be prefixed (or renamed with a more explicit name) could be good. Not a high priority though. Nothing here is critical right now -- thanks for your help! -- Bastien