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

后端 未结 4 1875
深忆病人
深忆病人 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:22

    Using eval-expression with (byte-compile-file ..) didn't work for me, but the following did:

    1. Open emacs as administrator (right click on emacs button on taskbar, right click on emacs icon in resulting popup, click 'Run as Administrator')
    2. Use Alt-X to do the compilation rather than eval-expression: M-x byte-compile-file: c:/Program Files/emacs-24.3/lisp/net/tramp-sh.el
    3. Enter tramp-cleanup-all-connections in original emacs window, then try opening your remote file again.

提交回复
热议问题