# HG changeset patch # User Oleksandr Gavenko # Date 1280668100 -10800 # Node ID 14012bcd3c0d49db2d4e0e455753b5881efb9a79 # Parent 650ccece6b0184d270d96cf9b06ab3f846303b40 Set comint-completion-addsuffix. 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." )