当第一次使用流浪汉+污垢时,我得到了:
我以为我通过以下方式解决了问题:
(setq tramp-remote-process-environment ())
(add-to-list 'tramp-remote-process-environment "LC_ALL=en_US.utf8" 'append)
但是现在出了点问题:
也没有帮助:“ LC_ALL = ru_RU.utf8”
现在Dired的文件名(dirname)长度错误。您可以在目录中看到此日期,包括修改日期(也为蓝色)。
对于任意文件名(并非全部),都会发生这种情况。
所以当Dired获得不正确的名称时,我无法操作文件。
有人可以帮忙吗?
最佳答案
我报告了这个错误,作者对此进行了修复。太好了!
从源代码安装流浪汉。使用2.2.7-pre或更高版本。
Obtain tramp
Installation
cd ~/src
git clone git://git.savannah.gnu.org/tramp.git
# also see INSTALL file in dir
cd tramp
autoconf
./configure --with-contrib
make
make install