sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
>>>>> "Gunnar" == Gunnar Evermann
<ge204(a)eng.cam.ac.uk> writes:
Gunnar> let me know if you want me to test your package.
That would be nice. I've now checked it in.
when pressing '=' to get diffs against the repository I get:
Signaling: (wrong-type-argument stringp nil)
re-search-forward(nil nil t)
diff-parse-hunks()
diff-mode()
eval((diff-mode))
cvs-sentinel(#<process "cvs" pid 10633 state:exit> "exited
abnormally with code 1\n")
diff-parse-hunks uses diff-hunk-pattern which is normally set to
something sensible by diff, but this doesn't happen here as we call
diff-mode directly.
Gunnar