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: Newbie pb... and solution, and some questions and hints.


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


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