# HG changeset patch # User Oleksandr Gavenko # Date 1280668264 -10800 # Node ID 12acc6727bd98d8d3180ffb083e3a9043fe61a0c # Parent 14012bcd3c0d49db2d4e0e455753b5881efb9a79 Set comint-eol-on-send. diff -r 14012bcd3c0d -r 12acc6727bd9 .emacs-my --- a/.emacs-my Sun Aug 01 16:08:20 2010 +0300 +++ b/.emacs-my Sun Aug 01 16:11:04 2010 +0300 @@ -655,6 +655,14 @@ (setq woman-use-own-frame nil) (setq woman-fill-frame t) +;; ---------------------------------------------------------------------- +;; comint + +;; If non-nil, add a `/' to completed directories, ` ' to file names. +(setq comint-completion-addsuffix t) +;; Non-nil means go to the end of the line before sending input. +(setq comint-eol-on-send t) + ;; ====================================================================== ;; shell, sh, bash. @@ -664,9 +672,6 @@ ;; (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." )