From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5077 invoked from network); 30 Jan 1998 10:08:29 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 Jan 1998 10:08:29 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id EAA15151; Fri, 30 Jan 1998 04:43:07 -0500 (EST) Resent-Date: Fri, 30 Jan 1998 04:42:45 -0500 (EST) From: Andrew Main Message-Id: <199801300944.JAA01977@taos.demon.co.uk> Subject: Re: (one more) Completion question To: opk101@cs.york.ac.uk (Oliver Kiddle) Date: Fri, 30 Jan 1998 09:44:02 +0000 (GMT) Cc: zsh-users@math.gatech.edu In-Reply-To: from "Oliver Kiddle" at Jan 29, 98 08:09:03 pm X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"zzvy21.0.Ii3.L2Qqq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1300 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Oliver Kiddle wrote: >This reminded me of a suggestion that I was thinking of. I don't find >pushd and popd to be a very natuaral way of doing things. Half the time >I forget to use popd when I previously did a pushd and I often only >realise after I have gone to a new directory that I should have used >pushd. setopt AUTO_PUSHD -zefram