From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22769 invoked from network); 6 Oct 2006 20:29:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) 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.6 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Oct 2006 20:29:26 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89966 invoked from network); 6 Oct 2006 20:29:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Oct 2006 20:29:19 -0000 Received: (qmail 23602 invoked by alias); 6 Oct 2006 20:29:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22823 Received: (qmail 23593 invoked from network); 6 Oct 2006 20:29:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Oct 2006 20:29:16 -0000 Received: (qmail 89667 invoked from network); 6 Oct 2006 20:29:16 -0000 Received: from sd-green-bigip-177.dreamhost.com (HELO spunkymail-a18.dreamhost.com) (208.97.132.177) by a.mx.sunsite.dk with SMTP; 6 Oct 2006 20:29:12 -0000 Received: from [192.168.1.2] (adsl-68-121-103-163.dsl.pltn13.pacbell.net [68.121.103.163]) by spunkymail-a18.dreamhost.com (Postfix) with ESMTP id 750F65B535 for ; Fri, 6 Oct 2006 13:29:09 -0700 (PDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <200610062349.05354.arvidjaar@newmail.ru> References: <200610062349.05354.arvidjaar@newmail.ru> Date: Fri, 6 Oct 2006 13:18:31 -0700 To: zsh-workers@sunsite.dk From: Dave Yost Subject: Re: AUTO_CD Content-Type: text/plain; charset="us-ascii" At 11:49 PM +0400 2006-10-06, Andrey Borzenkov wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Friday 06 October 2006 22:35, Dave Yost wrote: >> Hi. >> >> There should be a way to get something like AUTO_CD but that does a pushd. >> > >What about 'setopt autopushd'? > > -andrey Man zshall doesn't contain the string autopushd anywhere. I presume you mean AUTO_PUSHD, which (as I read it) makes all cd commands act like pushd. This is different from what I'm asking, though AUTO_PUSHD is the name you would expect my request would use.