tramp-devel
[Top][All Lists]
Advanced

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

Re: fix for XEmacs, session support for plink


From: Michael Albinus
Subject: Re: fix for XEmacs, session support for plink
Date: Thu, 17 Dec 2009 23:08:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

"Pete Forman" <address@hidden> writes:

> +    ("plinks"
> +     (tramp-login-program "plink")
> +     (tramp-login-args
> +      (("-load" "%h")

Why do you use ("-load" "%h") ? If you use ("-load") ("%h") instead
(like in plinkx), your last patch in tramp-compute-multi-hops shouldn't
be necessary.

> @@ -3241,7 +3253,7 @@
>                            (tramp-shell-quote-argument localname)
>                            (tramp-shell-quote-argument filename)
>                            (if (symbol-value
> -                   'read-file-name-completion-ignore-case)
> +                   'completion-ignore-case)
>                    1 0)))

This shall not be necessary. read-file-name-completion-ignore-case is
introduced in GNU Emacs 22; the idea is just to check that.

See the modified patch, appended. Not tested (I don't run MS Windows);
could you, please, check?

Best regards, Michael.

Attachment: txtmrBnJadhXu.txt
Description: Text Data


reply via email to

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