Next: How do I prevent shell commands from being echoed?, Previous: How do I use Cygwin style paths in Emacs?, Up: Subprocesses [Contents][Index]
Dired uses an internal lisp implementation of ls
by default
on Windows. For consistent display of symbolic links and other
information with other programs (eg Cygwin) and performance reasons,
you may want to use a Windows port of ls
instead.
(setq ls-lisp-use-insert-directory-program t) ;; use external ls (setq insert-directory-program "c:/cygwin/bin/ls") ;; ls program name