From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26075 invoked from network); 20 Dec 2008 10:48:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Dec 2008 10:48:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 85653 invoked from network); 20 Dec 2008 10:48:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Dec 2008 10:48:08 -0000 Received: (qmail 13568 invoked by alias); 20 Dec 2008 10:48:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26161 Received: (qmail 13552 invoked from network); 20 Dec 2008 10:48:03 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Dec 2008 10:48:03 -0000 Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by bifrost.dotsrc.org (Postfix) with ESMTP id 88A8880590EB for ; Sat, 20 Dec 2008 11:47:55 +0100 (CET) Received: from torch.brasslantern.com ([96.238.220.215]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0KC600DSW8NLR945@vms044.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 20 Dec 2008 04:47:50 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id mBKAliE5023103; Sat, 20 Dec 2008 02:47:45 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id mBKAlhKb023102; Sat, 20 Dec 2008 02:47:43 -0800 Date: Sat, 20 Dec 2008 02:47:43 -0800 From: Bart Schaefer Subject: Re: documentation bug re: INTERACTIVE option? In-reply-to: <18764.45838.40662.744547@gargle.gargle.HOWL> To: gak@klanderman.net, Zsh list Message-id: <081220024743.ZM23101@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <18764.45838.40662.744547@gargle.gargle.HOWL> Comments: In reply to Greg Klanderman "documentation bug re: INTERACTIVE option?" (Dec 20, 3:55am) X-Virus-Scanned: ClamAV 0.92.1/8787/Sat Dec 20 08:10:43 2008 on bifrost X-Virus-Status: Clean On Dec 20, 3:55am, Greg Klanderman wrote: } } In the zsh manual, version 4.3.9, on both page 6 in section 4.1 } "Invocation Options" and page 91 in section 16.2.11 "Shell State", the } INTERACTIVE option is shown as "-1", however, it appears to actually } be "-i". I'm not sure where you're finding this. I have "-1" only in section "16.4 Single Letter Options" under "16.4.1 Default set": -1 PRINT_EXIT_VALUE In 16.2.11 I have: INTERACTIVE (-i, ksh: -i) This is an interactive shell. This option is set upon initialisation if the standard input is a tty and commands ... And in 4.1 I have: -i Force shell to be interactive.