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

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

bug#27048: Tramp not working with Solaris hosts


From: Michael Albinus
Subject: bug#27048: Tramp not working with Solaris hosts
Date: Wed, 24 May 2017 22:44:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Thomas Carroll <tomfecarroll@yahoo.com> writes:

Hi Tom,

> The trick I missed is that this variable needs to be fixed in two
> places: tramp-sh.el AND tramp-loaddefs.el.  It now works for both
> Linux and Solaris.  Specifically, I had to set the value
>
> Old: ~/.tramp_history
> New: .tramp_history
>
> I had had some success in older versions of Emacs by changing the
> tramp-sh.el file only.

There's no need to patch Tramp files for this. `tramp-histfile-override'
is a user option. You could change it in your .emacs:

(custom-set-variables '(tramp-histfile-override ".tramp_history" nil (tramp)))

> Again, thanks for your help.
>
> Tom

Best regards, Michael.





reply via email to

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