Douglas Gray Stephens <[EMAIL PROTECTED]> writes: > I've picked up the latest version (2.0.25) > 2002-11-03 Kai Grossjohann <[EMAIL PROTECTED]> > * tramp.el (tramp-end-of-output): Fix last change. > > but I get another error > File error: "Searching for program", "no such file or directory", "md5"
Ick. md5.el says that it looks to see if the buffer is small. If it is big, it invokes the external program. I suggest that you try to change what "small" means and then I hope it will use Lisp. (setq md5-maximum-internal-length most-positive-fixnum) appears to be useful. On older Emacsen, you might need (require 'cl) before it. Does this work? kai -- ~/.signature is: umop ap!sdn (Frank Nobis) _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
