From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6247 invoked from network); 28 Jul 2004 15:52:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Jul 2004 15:52:55 -0000 Received: (qmail 31765 invoked from network); 28 Jul 2004 15:52:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jul 2004 15:52:47 -0000 Received: (qmail 18214 invoked by alias); 28 Jul 2004 15:52:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20216 Received: (qmail 18201 invoked from network); 28 Jul 2004 15:52:35 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 28 Jul 2004 15:52:35 -0000 Received: (qmail 30424 invoked from network); 28 Jul 2004 15:50:37 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 28 Jul 2004 15:50:36 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 2391E7004E; Wed, 28 Jul 2004 11:50:35 -0400 (EDT) Date: Wed, 28 Jul 2004 11:50:35 -0400 From: Clint Adams To: Philippe Troin Cc: zsh-workers@sunsite.dk, 205685-forwarded@bugs.debian.org Subject: Re: [vincent@vinc17.org: Re: Bug#205685: clone corruption] Message-ID: <20040728155035.GA17226@scowler.net> References: <20040720181612.GA18242@scowler.net> <87658ifrga.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87658ifrga.fsf@ceramic.fifi.org> User-Agent: Mutt/1.5.6+20040523i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=6.0 tests=BAYES_01 autolearn=no version=2.63 X-Spam-Hits: -1.5 > The only way to use clone is to start it on an unused terminal, Is this wording accurate? Index: Doc/Zsh/mod_clone.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_clone.yo,v retrieving revision 1.1.1.8 diff -u -r1.1.1.8 mod_clone.yo --- Doc/Zsh/mod_clone.yo 20 Dec 1999 11:24:39 -0000 1.1.1.8 +++ Doc/Zsh/mod_clone.yo 28 Jul 2004 15:49:42 -0000 @@ -16,5 +16,10 @@ The return value of the builtin is zero in both shells if successful, and non-zero on error. + +The target of tt(clone) should be an unused terminal, such as an unused virtual +console or a virtual terminal created by + +xterm -e sh -c 'trap : INT QUIT TSTP; tty; while :; do sleep 100000000; done' ) enditem()