sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
2000-04-30 Mike Sperber <mike(a)xemacs.org>
* cvs-compat.el (cvs-prepare-diff-mode): Fix; t'was broken before.
thanks, this works much better now.
I still have some problems with diff-mode (which I have never used
before), though.
- get a diff from cvs by pressing '='
- in diff window press 'n'
- press 'f' to go to file
Signaling: (wrong-type-argument stringp nil)
expand-file-name(nil)
find-file-noselect(nil)
find-file(nil)
diff-find-file(nil)
call-interactively(diff-find-file)
for reference the diff output is given below.
pressing 'q' in the diff window gives:
Signaling: (error "No buffer named *Diff Output*")
kill-buffer("*Diff Output*")
#<compiled-function nil "...(7)" [kill-buffer "*Diff Output*"
diff-cleanup-buffers] 2
("/tools/emacs/lib/xemacs/xemacs-packages/lisp/dired/diff.elc" . 14678)
nil>()
call-interactively(diff-quit)
the name of the buffer is '*cvs-diff*'
hope this helps -- sorry, I have no time to fix it myself.
Gunnar