[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: |
Michael Albinus |
Subject: |
Re: tram (2.2.11-pre) tramp-own-remote-path not set anymore on 25.0.50.1 builds |
Date: |
Wed, 10 Dec 2014 14:57:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Patrick Schoenmakers <address@hidden> writes:
> Cool, I'll check that out then. Any hint on what the actual problem
> was?
Don't know why it stopped to work; could be a change of Tramp itself, or
of one of Emacs functions.
However, with current Emacs 25.0.50 I've seen that Tramp never went
through a login shell on the remote side, and your private $PATH hasn't
been set therefore. So I've changed the check for your $PATH settings from
echo \"$PATH\"
to
/bin/sh -l -c 'echo \"$PATH\"'
> Cheers,
> Patrick
Best regards, Michael.