From: yrui AT iet DOT com (Rui Yang) Subject: NT Emacs FAQ : Which startup file? 18 Dec 1998 21:53:56 -0800 Message-ID: <199812181939.OAA20984.cygnus.gnu-win32@iet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com Hi, I saw an answer to my question regarding using cygnus' bash shell in NT Emacs : ================================================== Why can't I run bash as a shell under NT Emacs? Place the following code in your startup file and try again: ^^^^^^^^^^ (load "comint") (fset 'original-comint-exec-1 (symbol-function 'comint-exec-1)) (defun comint-exec-1 (name buffer command switches) (let ((binary-process-input t) (binary-process-output nil)) (original-comint-exec-1 name buffer command switches))) =================================================== Which startup file you are talking about? Is it the one (startup.elc) under NT Emacs' directory lisp? I put lines provided in FAQ (above) at the end of that file (startup.elc) and it did not work. Thanks. Rui Yang - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".