This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: b19 bash/sh ^M input problem with NTEmacs 19.34.6


At 03:35 PM 2/27/98 +0000, Andy Norman wrote:
>I apologise in advance if this is a FAQ.  I couldn't find it in the web
>version of the mail archives (which only go up to December 1997, btw).

Well if it isn't a FAQ now, it soon will be.  The same thing happened with
coolview.  Instead of running M-x shell add this to your .emacs file:

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

and then run M-x bash

There is probably a tidier way to do this, but I'm not enough of a lisp
hacker to ort it out.

BTW the answer originally came from this list a while ago, so kudos to the
original author, he helped me immensly.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]