From: ggp AT informix DOT 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 DOT 32CF9111 AT joeckel DOT rued DOT uunet DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Lothar Joeckel Cc: gnu-win32 AT cygnus DOT 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 AT informix DOT com) Software Engineer, Informix Software, Inc. (Portland, Oregon) - 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".