Emacs 24.3 for windows, Tramp byte-code: Couldn't find a proper `ls' command

后端 未结 4 1848
深忆病人
深忆病人 2020-12-31 04:12

24.2 works well, but 24.3 bounded tramp got following error when open remote Linux system files or directories:

\"byte-code: Couldn\'t find a proper `ls\' co         


        
4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-31 04:21

    Merging the answer by @AlanThird and the comment by @uscjeremy, here is what worked for me (GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600) of 2013-03-17 on MARVIN, Windows XP/SP3/32):

    1. Byte compile tramp-sh.el (adapt path accordingly):

      (byte-compile-file "C:/Program Files (X86)/emacs/lisp/net/tramp-sh.el")
      
    2. Exit Emacs.

    3. Delete Tramp cache: ~/.emacs.d/tramp

    4. Start Emacs.

    See also bug report #14030 on gnu.org.

提交回复
热议问题