From: felix@dial.oleane.com (Francois Felix Ingrand)
Subject: Using bash as shell for Emacs 19.34.6
10 Feb 1998 20:34:35 -0800
Message-ID: <199802102312.AAA19656.cygnus.gnu-win32@relay4.oleane.net>
References: <34DE30EA.32CF9111@joeckel.rued.uunet.de>
Reply-To: felix@dial.oleane.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: lothar@joeckel.rued.uunet.de
Cc: gnu-win32@cygnus.com

Lothar Joeckel writes:
>I'm trying to use the updated bash 2.01 (Sergeys patches) with Emacs
>19.34.6.
>Unfortunally i get only 'command not found' errors back.
>The shell-buffer looks like:
>
>$pwd
>pwd^M command not found

In case you missed my post last night...

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

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