From: felix@laas.fr (Francois Felix Ingrand)
Subject: Re: Newbie pb... and solution, and some questions and hints.
10 Feb 1998 02:54:25 -0800
Message-ID: <199802092243.XAA27369.cygnus.gnu-win32@relay4.oleane.net>
References: <19980209140207.28667.qmail@hotmail.com>
Reply-To: felix@laas.fr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: earnie_boyd@hotmail.com
Cc: felix@laas.fr, gnu-win32@cygnus.com

>
>>- Using NTEmacs, I ran in the pb with ^M at the of the bash input line. 
>This
>>does not seem to be a text!=binary issue. I found a bash lisp function 
>in the
>>archive which works fine.
>
>Please, post your findings to the list with exactly how to use it and 
>examples.  Many have had this problem, but I haven't seen a 
>fix/work-around posted.

In the archive:

Chris Searle (chris@searle1.demon.co.uk)
Sat, 3 Jan 1998 17:14:26 -0800 (PST) 

However, see the later reply regarding 

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


from Stefan Svenberg .
--
			Felix

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
