Thierry Volpiatto <thierry.volpia...@gmail.com> 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. 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.

Can you figure out why tramp is causing it to be reloaded? 

-- 
-- Stephe

_______________________________________________
Dvc-dev mailing list
Dvc-dev@gna.org
https://mail.gna.org/listinfo/dvc-dev

Reply via email to