From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18602 invoked by alias); 9 Jul 2010 16:22:08 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28066 Received: (qmail 22082 invoked from network); 9 Jul 2010 16:22:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) MIME-Version: 1.0 In-Reply-To: <20100708162813.57be2e0e@csr.com> References: <20100622203058.7b08775e@pws-pc> <20100708162813.57be2e0e@csr.com> Date: Fri, 9 Jul 2010 09:15:25 -0700 Message-ID: Subject: Re: "cdr" function for recent directories etc. From: Bart Schaefer To: "Zsh Hackers' List" Content-Type: text/plain; charset=ISO-8859-1 Being a lisp-er of old, my first [*] reaction to this was that you've implemented "car" and called it "cdr". (Or, depending on where you think the head of the list is, you've called "cadr" "cdr".) Pushing that nit to the back of my brain ... this looks good. It's similar to something a sysadmin at my grad school had laboriously implemented in csh with aliases and "source"d files, way back in '81 ... that it took this long to show up in zsh is probably a testament to the utility of the existing directory stack. [*] Failed to mention this back in June when this thread started. My email access has been imperfect for a while because of a persistent hardware problem with my home PC and lack of time to deal with same.