From: ggp@informix.com (Guy Gascoigne - Piggford)
Subject: Re: Using bash as shell for Emacs 19.34.6
10 Feb 1998 16:54:49 -0800
Message-ID: <3.0.3.32.19980210090644.01dd3320.cygnus.gnu-win32@pop.pdx.informix.com>
References: <34DE30EA.32CF9111@joeckel.rued.uunet.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: Lothar Joeckel <lothar@joeckel.rued.uunet.de>
Cc: gnu-win32@cygnus.com

I had the same problem - coolview's text/binary handling broke (or
negatively enhanced) things here.

Put this in your .emacs file

(defun bash ()
  (interactive)
  (let ((binary-process-input t)
        (binary-process-ouput nil))
    (shell)))

and then run the function bash rather than shell.  This works for me.

Guy


-- 
Guy Gascoigne - Piggford (ggp@informix.com)
Software Engineer, Informix Software, Inc. (Portland, Oregon)

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
