From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25516 invoked from network); 10 Feb 2006 20:00:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Feb 2006 20:00:10 -0000 Received: (qmail 81704 invoked from network); 10 Feb 2006 19:59:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Feb 2006 19:59:57 -0000 Received: (qmail 12287 invoked by alias); 10 Feb 2006 19:59:49 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9905 Received: (qmail 12277 invoked from network); 10 Feb 2006 19:59:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Feb 2006 19:59:48 -0000 Received: (qmail 80717 invoked from network); 10 Feb 2006 19:59:47 -0000 Received: from fir.cise.ufl.edu (HELO mail.cise.ufl.edu) (128.227.205.250) by a.mx.sunsite.dk with SMTP; 10 Feb 2006 19:59:45 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.cise.ufl.edu (Postfix) with ESMTP id C15DBF3 for ; Fri, 10 Feb 2006 14:59:44 -0500 (EST) Received: from mail.cise.ufl.edu ([127.0.0.1]) by localhost (fir.cise.ufl.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33561-03 for ; Fri, 10 Feb 2006 14:59:44 -0500 (EST) Received: from test-suse.cise.ufl.edu (test-suse.cise.ufl.edu [128.227.205.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.cise.ufl.edu (Postfix) with ESMTP id E9F969E for ; Fri, 10 Feb 2006 14:59:43 -0500 (EST) From: "James F. Hranicky" Organization: University of Florida CISE Department To: zsh-users@sunsite.dk Subject: Context for multiline commands Date: Fri, 10 Feb 2006 14:59:42 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602101459.43249.jfh@cise.ufl.edu> X-Virus-Scanned: amavisd-new at cise.ufl.edu The version of zsh I have installed on my Solaris machines keeps the context for multiline commands to help me remember where I am: for i in * ; do for> if [ "$i" = "0" ] ; then for then> However, on my SuSE 9.3 machines this seems to be disabled for i in * ; do > if [ "$i" = "0" ] ; then > anyone know what the directive is to enable this behavior? ---------------------------------------------------------------------- | Jim Hranicky, Senior SysAdmin UF/CISE Department | | E314D CSE Building Phone (352) 392-1499 | | jfh@cise.ufl.edu http://www.cise.ufl.edu/~jfh | ----------------------------------------------------------------------