diff -r 650ccece6b01 -r 14012bcd3c0d .emacs-my --- a/.emacs-my Sun Aug 01 13:08:31 2010 +0300 +++ b/.emacs-my Sun Aug 01 16:08:20 2010 +0300 @@ -664,6 +664,9 @@ ;; (setq shell-command-switch "-c") ;; (setenv "SHELL" shell-file-name) +;; If non-nil, add a `/' to completed directories, ` ' to file names. +(setq comint-completion-addsuffix t) + (defvar my-use-windows-shell nil "If t 'cmdproxy.exe' will be used as shell. Affect on M-x shell like commands. If nil, 'sh' will be used." )