[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.2.13.25.2); need ls --color=never
From: |
Francesco Potortì |
Subject: |
Re: tramp (2.2.13.25.2); need ls --color=never |
Date: |
Thu, 10 May 2018 22:12:30 +0200 |
>> I need a simple way to force ls --color=never when logging in to
>> LibreELEC. The simple way I have found is to put this in my .emacs:
>>
>> (defun tramp-get-ls-command (vec) "ls --color=never")
>
>`tramp-get-ls-command' checks, whether it could use
>"--color=never". Maybe you debug this function, why it doesn't return it
>to you?
I see. I am using an old Emacs version. I see that in Emacs 25 this is
solved. Thank you.