해결: http://stackoverflow.com/a/18764972
- 해당 스레드에 채택된 답보다 다른 답이 더 나은거 같음
1. .emacs 파일에 아래 내용 추가 (자신의 emacs 설치 경로로 변경할 것)
(byte-compile-file "C:/Program Files/emacs/lisp/net/tramp-sh.el")
2. emacs 종료
3. $HOME/.emacs.d/tramp 파일을 삭제
4. emacs 시작
성공하면 .emacs 파일에 추가한 부분 제거해도 되는 것으로 보임