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: MM
Subject: Re: tramp 2.26 emacs 24.3 plink
Date: Mon, 15 Sep 2014 18:46:20 +0100

On 15 September 2014 18:32, Michael Albinus <address@hidden> wrote:
> MM <address@hidden> writes:
>
>> On removal of everything, tramp launches a ftp.exe, as I don't have
>> this plink anywhere anymore
>
> I don't catch it. What do you mean with "removal of everything"?.
I've commented out all the sections you suggested to comment out.

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))



reply via email to

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