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]

Using bash as shell for Emacs 19.34.6


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


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