Hello,
Achim Gratz <[email protected]> writes:
> I used whatever I had pulled yesterday... again, that failure happens
> only with EmacsĀ 23, which may well be a bug in that version or the
> particular build. It actually got worse in that I can't seem to find an
> eval limit that works today, so the corruption that backtraced yesterday is
> gone and I now have a truly infinite recursion apparently.
Would you happen to have any backtrace for them?
> The current test suite gives the following failure on EmacsĀ 24, probably
> a fallout from the changes you did to the timestamp handling:
>
> 1 unexpected results:
> FAILED test-org-element/timestamp-interpreter
This should be fixed in a recent commit. I was quicker than the patrol
this time.
> Git will unlink them each time something changes at the original place
> and you are left with an inconsistent set of sources. You really need
> to remove and copy (or link) them each time you do a new checkout with
> Git; but add this to local.mk and make will do it for you each time you
> do a compile:
>
> compile::
> $(CP) contrib/lisp/org-{export,element,e-*}.el lisp/
> cleanall: cleanexporter
> cleanexporter:
> $(RM) lisp/org-{export,element,e-*}.{el,elc}
>
Noted. Thank you.
Regards,
--
Nicolas Goaziou