Hi Bryan! > I just fetched the current revision from http://bzr.xsteve.at/dvc/, > compiled and started running it in xemacs. There is a problem with > the compatibility function `make-temp-file' that is fixed by removing > the symbol `'excl'. Below is a patch for exactly that. > > > === modified file 'lisp/dvc-xemacs.el' > --- lisp/dvc-xemacs.el 2006-09-23 06:08:16 +0000 > +++ lisp/dvc-xemacs.el 2006-11-30 17:39:56 +0000 > @@ -190,7 +190,7 @@ > (expand-file-name prefix))) > (if dir-flag > (make-directory file) > - (write-region "" nil file nil 'silent nil 'excl)) > + (write-region "" nil file nil 'silent nil)) > nil) > (file-already-exists t)) > ;; the file was somehow created by someone else between
Thanks for your patch. I have applied it now. Just one note, since you use gnus as your mailer: You can submit a patch for DVC.el very easy: * Make your changes to the checked out copy of DVC.el * M-x dvc-submit-patch * Enter a short description of your patch * Send the mail * Then I just hit K t a to apply your patch Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
