delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/12/18/21:53:56

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
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".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019