On Thu, 2005-11-10 at 11:48 +0100, Oscar Figueiredo wrote:
Hello,
please consider the following patch to vc-xemacs.el, it solves a consistent
crash of Gnus after loading your new VC code.
Your code uses the function 'replace-in-string' but unfortunately the 2nd
argument to that function is a regexp which does not what is expected if you're
trying to replace something like ?. for instance.
Good catch, thanks! I copy-pasted and committed a version which was
already in many packages in the tree instead of using the one you sent,
but left the changelog as is (let me know if you want that changed).
If by chance this patch also solves
http://list-archive.xemacs.org/xemacs-beta/200405/msg00355.html then please try
to speed things (if you've got some time of course) to make your new VC code
the default.
Unfortunately, it doesn't, still crashes a lot the same way as before.
However, by chance, I noticed that if I use the new vc package with only
the *.el (not *.elc) present, it doesn't seem to crash. So something's
apparently screwed with byte-compiling it.
It's a shame XEmacs is so much behind in supporting SVN.
Indeed.