Re: Tramp and NT-Emacs with plink
Douglas Gray Stephens <gray <at> cambridge.oilfield.slb.com>
2002-11-03 22:38:37 GMT
Kai,
At 15:23 (GMT+0100) on 3-November-2002, Kai Großjohann wrote:
> Douglas Gray Stephens <gray <at> cambridge.oilfield.slb.com> writes:
>
> > I've picked up the latest updates from CVS, but I'm getting an error
> > on loading tramp
> > Symbol's function definition is void: tramp-md5-function
>
> Yes, I had an "'" too many. Will commit the fix in a jiffy.
I've picked up the latest version (2.0.25)
2002-11-03 Kai Grossjohann <kai.grossjohann <at> uni-duisbuurg.de>
* 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"
I can successfully eval
(require md5)
and if I set debug-on-error, then do
load-library tramp
I see
call-process-region(1 11980 "md5" "d:/Temp/ema02208" #<buffer *md5-work*>)
(save-excursion (set-buffer (get-buffer-create " *md5-work*")) (erase-buffer) (insert message)
(call-process-region (point-min) (point-max) md5-program t (current-buffer)) (let (... ... ...)
(while ... ... ...)))
(if (<= (length message) md5-maximum-internal-length) (progn (md5-init) (md5-update message)
(Continue reading)