Mail Archives: cygwin/1998/02/10/16:54:49
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".
- Raw text -