New official XEmacs packages and SUMOs (2009-02-17)
Ville Skyttä
scop at xemacs.org
Mon Feb 23 15:06:34 EST 2009
On Monday 23 February 2009, Rodney Sparapani wrote:
> Ville Skyttä wrote:
> >> I can't wait to try it with SVN, but I have no idea how yet.
> >
> > The way it worked for me is: assuming you already know how vc in general
> > works, just open a svn managed file from a svn working dir and
> > enjoy ;). "svn" probably needs to be in your $PATH.
>
> Well, that's the problem. Since I believed that vc did not support SVN,
> I've never used it. AIUI, this version does support it.
Both correct.
> However, I can't seem to figure it out.
There's some general (quite likely at least partially outdated) vc
documentation at
http://www.xemacs.org/Documentation/beta/html/xemacs_17.html#SEC148 . The
GNU Emacs documentation on it might be closer to what we have now:
http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html
However, at least the XEmacs doc above doesn't seem to cover how to
auto-activate vc when opening files under control of supported version
control systems ("backends"). The way I've always done it is this in my
~/.xemacs/init.el:
(require 'vc-hooks)
Dunno where that came from, it's been there for ages, probably longer than
I've even understood what it means.
More information about the XEmacs-Beta
mailing list