From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18994 invoked from network); 11 Jun 2004 09:45:46 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 11 Jun 2004 09:45:46 -0000 Received: (qmail 7854 invoked from network); 11 Jun 2004 09:45:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Jun 2004 09:45:14 -0000 Received: (qmail 14272 invoked by alias); 11 Jun 2004 09:45:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7519 Received: (qmail 14258 invoked from network); 11 Jun 2004 09:45:02 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 11 Jun 2004 09:44:59 -0000 Received: (qmail 7002 invoked from network); 11 Jun 2004 09:44:59 -0000 Received: from unknown (HELO lonximss01.ctxuk.citrix.com) (195.153.38.121) by a.mx.sunsite.dk with SMTP; 11 Jun 2004 09:44:57 -0000 Received: from LONPEXCH5IM01.ctxuk.citrix.com ([10.30.224.191]) by lonximss0 1 with trend_isnt_name_B; Fri, 11 Jun 2004 10:44:30 +0100 Received: by lonpexch5im01.ctxuk.citrix.com with Internet Mail Service (5.5. 2656.59)id ; Fri, 11 Jun 2004 10:44:30 +0100 Message-ID: From: John Cooper To: "'zsh-users@sunsite.dk'" Cc: John Cooper Subject: Putting a running job into the background with cygwin zsh? Date: Fri, 11 Jun 2004 10:44:20 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C44F98.AB992C62" X-imss-version: 2.0 X-imss-result: Passed X-imss-scores: Baseline:5.4143 C:20 M:1 S:5 R:5 X-imss-settings: Clean:4 C:4 M:4 S:4 R:1 (0.1000 0.4000) X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: **** X-Spam-Status: No, hits=4.2 required=6.0 tests=BAYES_50,FORGED_MUA_IMS, HTML_FONTCOLOR_BLUE,HTML_MESSAGE,INVALID_MSGID autolearn=no version=2.63 X-Spam-Hits: 4.2 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C44F98.AB992C62 Content-Type: text/plain I'm using the cygwin version of zsh 4.2.0 on WinXP. If I run a Windows program and later want to put it into the background, Ctrl-Z has no effect. `stty -a' indicates that the suspend character is ^Z. Does this work for others or is it a known limitation in the cygwin version? Interestingly, the old Windows native zsh port (by AmolD) would always return immediately when invoking "windowed" Windows apps, i.e., if I typed `notepad', the shell would exec notepad.exe and immediately provide a new prompt. It only did this for apps designed to run "windowed", so would work for "notepad", "write", etc, but not for "java" (I used "javaw", which is "windowed"). Thanks, --- John ------_=_NextPart_001_01C44F98.AB992C62 Content-Type: text/html Content-Transfer-Encoding: quoted-printable Putting a running job into the background with cygwin = zsh?

I'm using the = cygwin version of zsh 4.2.0 on WinXP.

If I run a Windows = program and later want to put it into the background, Ctrl-Z has no = effect.
`stty -a' = indicates that the suspend character is ^Z.  Does this work for = others or is it a known limitation in the cygwin version?

Interestingly, the = old Windows native zsh port (by AmolD) would always return immediately = when invoking "windowed" Windows apps, i.e., if I typed = `notepad', the shell would exec notepad.exe and immediately provide a = new prompt. It only did this for apps designed to run = "windowed", so would work for "notepad", = "write", etc, but not for "java" (I used = "javaw", which is "windowed").

Thanks,

    = --- John

------_=_NextPart_001_01C44F98.AB992C62--