From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7999 invoked from network); 5 Oct 2005 12:39:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Oct 2005 12:39:49 -0000 Received: (qmail 29351 invoked from network); 5 Oct 2005 12:39:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Oct 2005 12:39:42 -0000 Received: (qmail 15994 invoked by alias); 5 Oct 2005 12:39:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9473 Received: (qmail 15984 invoked from network); 5 Oct 2005 12:39:32 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Oct 2005 12:39:32 -0000 Received: (qmail 28223 invoked from network); 5 Oct 2005 12:39:32 -0000 Received: from dep.let.rug.nl (129.125.8.60) by a.mx.sunsite.dk with SMTP; 5 Oct 2005 12:39:31 -0000 Received: from dep.let.rug.nl ([129.125.8.60]) by dep.let.rug.nl (SMSSMTP 4.1.0.19) with SMTP id M2005100514340707999 for ; Wed, 05 Oct 2005 14:34:07 +0200 Received: from loki (postfix@loki.let.rug.nl [129.125.8.86]) by dep.let.rug.nl (8.12.10/8.12.10) with ESMTP id j95CY5Vk017035 for ; Wed, 5 Oct 2005 14:34:06 +0200 (MEST) Received: by loki (Postfix, from userid 7006) id 3318FE78F; Wed, 5 Oct 2005 14:39:29 +0200 (CEST) Date: Wed, 5 Oct 2005 14:39:27 +0200 From: Francisco Borges To: Zsh User Subject: directory hashes on dir stack Message-ID: <20051005123927.GA20898@let.rug.nl> Mail-Followup-To: Zsh User Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: Linux/2.6.8-2-686 (i686) X-Editor: GNU Emacs 22.0.50.1 Organization: Alfa Informatica - Rijksuniversiteit Groningen User-Agent: Mutt/1.5.9i X-Whitelist: OK X-Scanned-By: milter-spamc/0.25.321 (dep.let.rug.nl [129.125.8.60]); Wed, 05 Oct 2005 14:34:06 +0200 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 Hello!! I use the directory naming feature quite a bit and also the dirstack to return to other directories. But the dirstack use doesn't seem to integrate the hash entries, like the prompt and cd do. What I mean is, directory names are not substituted in the dirstack. While this is mostly aesthetics, there is something to it. I always use these silly names as args to 'cd', I always have them showing on my prompt. But when I try to return to some of these using the dirstack ('cd -[TAB]'), my (zsh spoiled) brain expects to see the same names on the dirstack. Is this easy to fix? Or this is supposed to work and I broke it somehow?? Thanks for the great shell... Francisco.