tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp 2.26 emacs 24.3 plink


From: Michael Albinus
Subject: Re: tramp 2.26 emacs 24.3 plink
Date: Mon, 15 Sep 2014 20:01:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

MM <address@hidden> writes:

> At that point there's no reference to plink anymore. And a ftp is
> lauched which obviously fails.
>
> (require 'tramp)  ;; uses 2.2.9 now
> (require 'tramp-sh)
> (setq tramp-verbose 6)
> (defconst my-tramp-prompt-regexp
>   (concat (regexp-quote "Host:") "\\s-*")
>   "Regular expression matching my login prompt question.")
> (defun my-tramp-action (proc vec)
>   "Enter the host name in order to give a correct answer."
>   (save-window-excursion
>     (with-current-buffer (tramp-get-connection-buffer vec)
>       (tramp-message vec 6 "\n%s" (buffer-string))
>       (tramp-send-string vec "host"))))
> (add-to-list 'tramp-actions-before-shell
>               '(my-tramp-prompt-regexp my-tramp-action))

Did you open "/plink:address@hidden:"? ftp shall not be seen then.

And when yo have copied the 2.2.9 *.el files, likely the generated
tramp-loaddefs.el does not fit.

Ach ...

Best regards, Micvhael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]