emacs-devel
[Top][All Lists]
Advanced

[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:07:01 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

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

Ted



reply via email to

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