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
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):
Byte compile tramp-sh.el
(adapt path accordingly):
(byte-compile-file "C:/Program Files (X86)/emacs/lisp/net/tramp-sh.el")
Exit Emacs.
Delete Tramp cache: ~/.emacs.d/tramp
Start Emacs.
See also bug report #14030 on gnu.org.