From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16308 invoked from network); 10 Feb 2006 20:13:13 -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:13:13 -0000 Received: (qmail 99074 invoked from network); 10 Feb 2006 20:13:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Feb 2006 20:13:02 -0000 Received: (qmail 16727 invoked by alias); 10 Feb 2006 20:12:56 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9908 Received: (qmail 16716 invoked from network); 10 Feb 2006 20:12:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Feb 2006 20:12:55 -0000 Received: (qmail 98120 invoked from network); 10 Feb 2006 20:12:55 -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 20:12:55 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.cise.ufl.edu (Postfix) with ESMTP id 4C9CBB4; Fri, 10 Feb 2006 15:12:54 -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 35163-08; Fri, 10 Feb 2006 15:12:53 -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 8A11ED7; Fri, 10 Feb 2006 15:12:53 -0500 (EST) From: "James F. Hranicky" Organization: University of Florida CISE Department To: Dan Nelson Subject: Re: Context for multiline commands Date: Fri, 10 Feb 2006 15:12:52 -0500 User-Agent: KMail/1.8 Cc: zsh-users@sunsite.dk References: <200602101459.43249.jfh@cise.ufl.edu> <20060210200703.GG2090@dan.emsphone.com> In-Reply-To: <20060210200703.GG2090@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602101512.52798.jfh@cise.ufl.edu> X-Virus-Scanned: amavisd-new at cise.ufl.edu On Friday 10 February 2006 15:07, Dan Nelson wrote: > Sounds like your SuSE box is resetting $PS2 in a startup script > somewhere. It defaults to '%_> ' . Ah, it's getting set in /etc/bash.bashrc (still the default shell). Thanks! Jim