From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4649 invoked from network); 11 Jul 2005 18:27:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Jul 2005 18:27:00 -0000 Received: (qmail 71341 invoked from network); 11 Jul 2005 18:26:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Jul 2005 18:26:52 -0000 Received: (qmail 19939 invoked by alias); 11 Jul 2005 18:26:46 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9090 Received: (qmail 19929 invoked from network); 11 Jul 2005 18:26:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Jul 2005 18:26:45 -0000 Received: (qmail 70409 invoked from network); 11 Jul 2005 18:26:45 -0000 Received: from p54851b62.dip0.t-ipconnect.de (HELO solfire) (84.133.27.98) by a.mx.sunsite.dk with SMTP; 11 Jul 2005 18:26:41 -0000 Received: from localhost ([127.0.0.1]) by solfire with esmtp (Exim 4.42) id 1Ds30T-0005qJ-P4; Mon, 11 Jul 2005 20:27:57 +0200 Date: Mon, 11 Jul 2005 20:27:53 +0200 (CEST) Message-Id: <20050711.202753.41175617.Meino.Cramer@gmx.de> To: schaefer@brasslantern.com Cc: zsh-users@sunsite.dk From: Meino Christian Cramer In-Reply-To: <1050710162637.ZM24223@candle.brasslantern.com> References: <20050710071800.GA583@DervishD> <1m18uif1pp5e5$.nnwjpdzchmqu$.dlg@40tude.net> <1050710162637.ZM24223@candle.brasslantern.com> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Rcpt-To: schaefer@brasslantern.com, zsh-users@sunsite.dk X-SA-Exim-Mail-From: Meino.Cramer@gmx.de Subject: Re: Asking ZSH: How are you ? Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.1+cvs (built Sat, 28 Aug 2004 13:10:40 +0200) X-SA-Exim-Scanned: Yes (on solfire) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-0.5 required=6.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.2 X-Spam-Hits: -0.5 From: Bart Schaefer Subject: Re: Asking ZSH: How are you ? Date: Sun, 10 Jul 2005 16:26:37 +0000 Hi, :) sourceing reporter works fine ! hanks for the hint ! Meino > On Jul 10, 12:38pm, Thorsten Kampe wrote: > } Subject: Re: Asking ZSH: How are you ? > } > } * DervishD (2005-07-10 08:18 +0100) > } > Have you looked at the code for 'allopt'? I think that *that* is > } > too much ;) > } > } "allopt" was the way to go before "set -o" was introduced recently. > } Before that you had to do "setopt kshoptionprint; setopt; unsetopt" > > "allopt" could be improved by switching to "set -o" but that isn't > really why it was written. It was written to eliminate the double > negatives in the output. > > Run > > diff =(set -o) =(allopt) > > and you'll see e.g. > > 1c1 > < noaliases off > --- > > aliases on > 3c3 > < noalwayslastprompt off > --- > > alwayslastprompt on > > (etc.) >