From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16619 invoked from network); 18 Apr 2007 01:08:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-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.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Apr 2007 01:08:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 32589 invoked from network); 18 Apr 2007 01:08:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Apr 2007 01:08:47 -0000 Received: (qmail 22964 invoked by alias); 18 Apr 2007 01:08:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11425 Received: (qmail 22954 invoked from network); 18 Apr 2007 01:08:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Apr 2007 01:08:35 -0000 Received: (qmail 31323 invoked from network); 18 Apr 2007 01:08:35 -0000 Received: from sienna.akte.de (HELO ds80-237-184-21.dedicated.hosteurope.de) (80.237.184.21) by a.mx.sunsite.dk with SMTP; 18 Apr 2007 01:08:32 -0000 Received: (root@ds80-237-184-21.dedicated.hosteurope.de) by sienna.akte.de id ; Wed, 18 Apr 2007 03:08:15 +0200 KRecCount: 1 X-Originating-IP: [87.152.143.180] X-KInfo: virscan ok X-KInfo: !spam auth Received: from condor.int.spiegl.de (p57988FB4.dip.t-dialin.net [87.152.143.180]) by sienna.akte.de via kasmail (3.1) id <1IdyeV-7iS-1-sienna>; Wed, 18 Apr 2007 01:08:08 GMT Received: from condor.int.spiegl.de (spiegl@localhost [127.0.0.1]) by condor.int.spiegl.de (8.13.8/8.13.8/Debian-3) with ESMTP id l3I187e5014132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 18 Apr 2007 03:08:07 +0200 Received: (from spiegl@localhost) by condor.int.spiegl.de (8.13.8/8.13.8/Submit) id l3I18793014127 for zsh-users@sunsite.dk; Wed, 18 Apr 2007 03:08:07 +0200 X-Authentication-Warning: condor.int.spiegl.de: spiegl set sender to zsh.Andy@spiegl.de using -f Date: Wed, 18 Apr 2007 03:08:07 +0200 From: Andy Spiegl To: zsh-users@sunsite.dk Subject: Re: cd to a file Message-ID: <20070418010807.GA12720@spiegl.de> Mail-Followup-To: zsh-users@sunsite.dk References: <200406210039.i5L0dsrq022663@bang.bigasterisk.com> <20070416144016.GA20630@spiegl.de> <20070416160051.GB28724@fsst.voodoo.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070416160051.GB28724@fsst.voodoo.lan> X-PGP-GPG-Keys: mail -s "send pgp" auto@spiegl.de X-Fingerprint: Key-ID C2CB30F0: 9051 50B9 13B0 57B9 10FD 48AC 4FA1 209B C2CB 30F0 X-Accepted-File-Formats: ASCII OpenOffice .rtf .pdf - *NO* Microsoft files please. X-why-you-shouldnt-use-MS-LookOut: http://www.jensbenecke.de/l-oe-en.php X-warum-man-MS-Outlook-vermeiden-sollte: http://www.jensbenecke.de/l-oe-de.php X-how-to-quote: http://www.afaik.de/usenet/faq/zitieren/ X-how-to-ask-questions: http://www.catb.org/~esr/faqs/smart-questions.html X-stupid-disclaimers: http://goldmark.org/jeff/stupid-disclaimers/ User-Agent: Mutt/1.5.9i Hi Frank, > I once did a 'cd'-wrapper function, that also tries to do some basic > error correction (this is also on ): Very nice and smarter than "my" version! Thanks for sharing, Andy. -- There are only 10 types of people: Those who understand binary and those who don't.