From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8035 invoked from network); 21 Nov 2001 20:02:19 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Nov 2001 20:02:19 -0000 Received: (qmail 25803 invoked by alias); 21 Nov 2001 20:02:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16271 Received: (qmail 25775 invoked from network); 21 Nov 2001 20:02:09 -0000 Message-ID: <3BFC07BB.8090601@genarts.com> Date: Wed, 21 Nov 2001 14:59:55 -0500 From: Gary Oberbrunner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Accept-Language: en-us MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: Zsh 4.0.4 and Emacs 21.1 in Windows XP Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm trying to use Zsh 4.0.4 on Windows XP with Emacs 21.1 in shell-mode. I compiled both of them from sources. Everything works OK except zsh thinks all my input has an extra CR (^M) at the end of each line. So in order to do a 'ls' I have to do 'ls;' and then it does the ls properly and then gives me an error 'zsh: command not found: ^M'. If I just type ls I get 'zsh: command not found: ls^M'. I've turned off all my .z* scripts and it didn't make any difference. All that's set in my .emacs is (setq shell-file-name "c:/bin/zsh.exe") (setq explicit-shell-file-name shell-file-name) Has anyone tried this? Is it supposed to work? (By the way, zsh works fine in a regular command window.) Thanks, -- Gary Oberbrunner (garyo@genarts.com)