tramp-devel
[Top][All Lists]
Advanced

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

Re: tram (2.2.11-pre) tramp-own-remote-path not set anymore on 25.0.50.1


From: Patrick Schoenmakers
Subject: Re: tram (2.2.11-pre) tramp-own-remote-path not set anymore on 25.0.50.1 builds
Date: Tue, 18 Nov 2014 10:58:56 +0100 (CET)

Tried the patch but it doesn't seem to work. Same result.

Do I understand correctly you just added the ("-l")?

On November 13, 2014 at 12:24 PM Michael Albinus <address@hidden> wrote:


Patrick Schoenmakers <address@hidden> writes:

> Hi Michael,

Hi Patrick,

> I've ran against a recent 24.4.1 build and that still works, so it is
> something in 25.

Thanks for the traces. I have an idea what's up, could you, please, try
the patch?

--8<---------------cut here---------------start------------->8---
*** /usr/local/src/tramp/lisp/tramp-sh.el.~master~ 2014-11-13 11:51:09.236568393 +0100
--- /usr/local/src/tramp/lisp/tramp-sh.el 2014-11-13 11:50:08.959486055 +0100
***************
*** 267,273 ****
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-default-port 22)))
--- 267,273 ----
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("-l") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-default-port 22)))
***************
*** 280,286 ****
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))))
;;;###tramp-autoload
--- 280,286 ----
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("-l") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))))
;;;###tramp-autoload
***************
*** 293,299 ****
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-copy-program "pscp")
--- 293,299 ----
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("-l") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-copy-program "pscp")
***************
*** 312,318 ****
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-copy-program "pscp")
--- 312,318 ----
"env 'TERM=%s' 'PROMPT_COMMAND=' 'PS1=%s'"
tramp-terminal-type
tramp-initial-end-of-output))
! ("/bin/sh") ("-l") ("\"")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))
(tramp-copy-program "pscp")
--8<---------------cut here---------------end--------------->8---

It might be better to restart Emacs when you test; tramp-methods is
populated when loading tramp*.el files.

> Regards,
> Patrick

Best regards, Michael.


reply via email to

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