Using bash as shell for Emacs 19.34.6

Guy Gascoigne - Piggford ggp@informix.com
Tue Feb 10 09:07:00 GMT 1998


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



More information about the Cygwin mailing list