| delorie.com/archives/browse.cgi | search |
| From: | felix AT dial DOT oleane DOT com (Francois Felix Ingrand) |
| Subject: | Using bash as shell for Emacs 19.34.6 |
| 10 Feb 1998 20:34:35 -0800 : | |
| Message-ID: | <199802102312.AAA19656.cygnus.gnu-win32@relay4.oleane.net> |
| References: | <34DE30EA DOT 32CF9111 AT joeckel DOT rued DOT uunet DOT de> |
| Reply-To: | felix AT dial DOT oleane DOT com |
| Mime-Version: | 1.0 |
| To: | lothar AT joeckel DOT rued DOT uunet DOT de |
| Cc: | gnu-win32 AT cygnus DOT com |
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 AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |