[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scratch/tzz/tramp-histfile-override ef6a691: Introduce tramp-histfil
From: |
Ted Zlatanov |
Subject: |
Re: scratch/tzz/tramp-histfile-override ef6a691: Introduce tramp-histfile-override. |
Date: |
Wed, 17 Dec 2014 14:55:14 -0500 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
On Wed, 17 Dec 2014 20:27:01 +0100 Michael Albinus <address@hidden> wrote:
MA> Ted Zlatanov <address@hidden> writes:
>> On Wed, 17 Dec 2014 19:04:39 +0000 Teodor Zlatanov <address@hidden> wrote:
>>
TZ> +(defcustom tramp-histfile-override "/dev/null"
TZ> + "Whether the HISTFILE should be overridden to something. Set
TZ> +to nil to disable the override."
TZ> + :group 'tramp
TZ> + :type '(choice (const :tag "Do not override HISTFILE" nil)
TZ> + (const :tag "Empty the history (/dev/null)" "/dev/null")
TZ> + (string :tag "Redirect to a file")))
TZ> +
>>
>> Michael, what do you think about this change to tramp-sh.el? The full
>> patch is in branch scratch/tzz/tramp-histfile-override
MA> OK.
Wonderful, thanks. Cherry-picked and scratch branch deleted.
Ted