Hi Stefan, Thanks for your work with dvc, it's a very useful tool and will be a welcome addition to emacs one day!
On 10/05/10 17:06, Stefan Reichör wrote: > I also guess that it has something todo with psgml mode. > What happens when you do an M-x ediff-files with two html files? > That worked OK. The problem seems to be something to do with how DVC pulls revisions from the repository as it creates the "original" buffer. There's a hook in psgml that uses an html template to build default html if the buffer is being created instead of an existing file being opened. ediff-files opens files and the problem does not occur. dvc on the other hand creates a new buffer and then populates it with the revision pulled from the repository. This results in psgml creating the template html first (if psgml-html-build-new-buffer is true). This seems to need sb-html but it also means the buffer pulled from the repository has the template fluff in it as well unless one turns off psgml-html-build-new-buffer (which I have done for now). I'm moving forward using dvc successfully again (since migrating to squeeze recently) but there are a few other niggly problems which I will analyze and report on when I get a chance (notably: dvc-fileinfo-remove-files does not work on files that have already been deleted from the working directory, i.e. "!" files. This is since moving to emacs23 in squeeze so I'm just using "hg st -dn | xargs hg remove" in a shell buffer for now). Cheers, Bruce. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
