From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Larry A. Roberts" To: Subject: Re: Running bash inside NT Emacs's "shell" Date: Thu, 30 Sep 1999 23:42:00 -0000 Message-ID: <004a01bf012b$11f40710$614b62c7@montana.intercept.com> X-SW-Source: 1999-09n/msg00233.html Message-ID: <19990930234200.9ei3BFFD9ylVl3XBFbaL4xDG4J2DVp1FPu91uGm5Jt4@z> Below is a clip of my ".emacs" file. Put it in your home directory, defined by the $HOME environment variable. Also define $ESHELL to have the path to bash.exe. Information like this is available from the following web address: (although I just tried going there and got an error). http://www.cs.washington.edu/homes/voelker/ntemacs.html Good Luck, Larry ----------------------".emacs" below this line--------------- (defun my-shell-setup () "For bash (cygwin 18) under Emacs 20" (setq comint-scroll-show-maximum-output 'this) (setq comint-completion-addsuffix t) (setq comint-eol-on-send t) (setq w32-quote-process-args ?\") (make-variable-buffer-local 'comint-completion-addsuffix)) (setq shell-mode-hook 'my-shell-setup) (setq process-coding-system-alist (cons '("bash" . raw-text-unix) process-coding-system-alist)) (set-default-font "-*-Courier New-normal-r-*-*-17-102-*-*-c-*-*-ansi-") (setq-default indent-tabs-mode nil) (setq c-tab-always-indent t) ----------------------".emacs" above this line------------------ -----Original Message----- From: Larry_Bottorff@cch.com To: cygwin@sourceware.cygnus.com Date: Friday, September 17, 1999 11:44 AM Subject: Running bash inside NT Emacs's "shell" I found the tip in the b20.1 readme on running bash inside emacs's "shell". It said to add certain lines to my "startup file". Which "startup file" might that be? Larry Bottorff mrprenzl@midusa.net Larry_Bottorff@cch.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com