From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19160 invoked from network); 14 Sep 1999 07:42:31 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Sep 1999 07:42:31 -0000 Received: (qmail 19679 invoked by alias); 14 Sep 1999 07:42:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7818 Received: (qmail 19671 invoked from network); 14 Sep 1999 07:42:21 -0000 From: scozens@pwj.co.jp X-Lotus-FromDomain: PRICE WATERHOUSE-JAPAN To: zsh-workers@sunsite.auc.dk Message-ID: <492567EC.0029134B.00@pwj-gw-n001.pwj.co.jp> Date: Tue, 14 Sep 1999 16:37:23 +0900 Subject: Good news, Bad news : Win32 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline ** Warning, non-list submission! I'm not going to see replies. ** The good news is, I got zsh 3.1.6 running under Cygwin 20 on Win NT. (No, I don't know why.) This doesn't appear in Etc/MACHINES so I thought you might like to know about it. It required a small fix to builtin.c before it would compile: 1063c1063 < #ifdef __CYGWIN --- > #ifdef __CYGWIN__ Just a typo, I guess, since __CYGWIN__ is used everywhere else. The bad news is, it seems to eat terminal control codes; ^C, ^Z ^\ and so on no longer do any thing at all, and ^D doesn't exit but functions like a tab. It *may* be a Cygwin thing because stty doesn't seem to behave reasonabily (`unable to perform all requested operations') when I try and set up the keys manually - however, Cygnus' bash works as expected. Freezing the tty doesn't help, neither does zsh -f I'm not particularly bothered, but one of you might be. Keep up the good work, Simon