Set comint-completion-addsuffix.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Aug 2010 16:08:20 +0300
changeset 433 14012bcd3c0d
parent 432 650ccece6b01
child 434 12acc6727bd9
Set comint-completion-addsuffix.
.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." )