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: Thomas Carroll
Subject: bug#27048: Tramp not working with Solaris hosts
Date: Thu, 25 May 2017 10:56:06 +0000 (UTC)

That worked.  Thanks again - you have saved me hours of time. 

Tom


On Wednesday, May 24, 2017 4:44 PM, Michael Albinus <michael.albinus@gmx.de> wrote:


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]