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: Michael Albinus
Subject: Re: scratch/tzz/tramp-histfile-override ef6a691: Introduce tramp-histfile-override.
Date: Wed, 17 Dec 2014 20:27:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

OK. 

> Ted

Best regards, Michael.



reply via email to

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