bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#31355: 26.1; [PATCH] Fix remote-host/tramp directory tracking for sh


From: Phil Sainty
Subject: bug#31355: 26.1; [PATCH] Fix remote-host/tramp directory tracking for shells in `term' buffers
Date: Fri, 04 May 2018 02:00:11 +1200
User-agent: Orcon Webmail

Or if I'm reading the NEWS correctly:

*** The new pseudo method "-" is a marker for the default method.
"/-::" is the shortest remote file name then.

I should actually have made the following change?

- (concat "/" term-ansi-at-host ":" term-ansi-at-dir) - (concat "/" term-ansi-at-user "@" term-ansi-at-host ":" + (concat "/-:" term-ansi-at-host ":" term-ansi-at-dir) + (concat "/-:" term-ansi-at-user "@" term-ansi-at-host ":"







reply via email to

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