Matthieu Moy <[EMAIL PROTECTED]> writes: > Michael Olson <[EMAIL PROTECTED]> writes: > >> I'm not sure what is meant by that. But anyway, my guess is that >> since the original problem went away when using uncompiled source >> files, it's probably some strange macro or inline list edge case. > > Or a problem with the build system. Can you try > > make clean && make
I figured out what the problem was. dired.el needs to be required during compilation, so that the macro can be expanded properly at compile time. I've attached a patch that accomplishes this. This also has the effect of getting rid of two compile-time errors. <<LOG-START>> * lisp/dvc-core.el: Require dired.el in order to remove compilation warnings and an error that occurs when committing changes in a byte-compiled instance of dvc. <<LOG-END>> [VERSION] [EMAIL PROTECTED]/dvc--dev--0--patch-198 Emacs : GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.8.12) of 2006-03-01 on pacem, modified by Debian
pgpop3wZNbzat.pgp
Description: PGP signature
++dvc-patch-2006-03-30_20-29-24.tar.gz
Description: Binary data
-- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Muse, Planner, ERC, EMMS /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG |_] | \| |_| Jabber: mwolson_at_hcoop.net
_______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
