Stephen Leake <[email protected]> writes: > Thierry Volpiatto <[email protected]> writes: > >> => xmtn-match--contains-match-variable-p is already compiled >> >> This is due to this that is no more needed I think, at least on >> emacs-24.2.(xmtn-match.el) > > I don't see how emacs-24.2 has anything to do with this. Me too, just noticed it start happening recently.
> It's likely that xmtn-match could be replaced or rewritten using the > new cl-lib stuff, but that's a different issue. > >> ;; Make sure the function is compiled to avoid stack overflows. >> ;; Without this, DVC fails to build (in my configuration), since it >> ;; initially loads the elisp file as source. >> (byte-compile 'xmtn-match--generate-branch) >> ;; I think the same may hold for this function (see message from Sam >> ;; Steingold on the dvc-dev list, 2007-07-09), although I haven't >> ;; tried very hard to reproduce it. >> (byte-compile 'xmtn-match--contains-match-variable-p) > > This only does anything when xmtn-match.el is loaded. It should only be > loaded once in any running Emacs; that's what require/provide is for. Agree, so I don't understand why is this hack needed. > Can you figure out why tramp is causing it to be reloaded? No, didn't have the time to digg into that. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
