[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding HGPLAIN to tramp's default environment
From: |
Michael Albinus |
Subject: |
Re: Adding HGPLAIN to tramp's default environment |
Date: |
Wed, 29 Oct 2014 14:50:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> --- a/lisp/net/tramp-sh.el
>> +++ b/lisp/net/tramp-sh.el
>> @@ -458,7 +458,7 @@ as given in your `~/.profile'."
>> "EMACS=t" ;; Deprecated.
>> ,(format "INSIDE_EMACS='%s,tramp:%s'" emacs-version tramp-version)
>> "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\""
>> - "autocorrect=" "correct=")
>> + "autocorrect=" "correct=" "HGPLAIN=1")
>
> Thanks. I think this should be handled in vc-hg.el, tho.
That's also my belief. I'll check in a couple of days, when time
permits. But I won't object if somebody beats me :-)
> Stefan
Best regards, Michael.