From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7912 invoked from network); 6 Oct 1999 17:25:14 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Oct 1999 17:25:14 -0000 Received: (qmail 21969 invoked by alias); 6 Oct 1999 17:25:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8141 Received: (qmail 21962 invoked from network); 6 Oct 1999 17:25:07 -0000 Date: Wed, 6 Oct 1999 18:24:59 +0100 From: Adam Spiers To: Zsh workers Subject: Re: PATCH: Re: _man copes with : delimited manpath Message-ID: <19991006182459.A9694@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: Zsh workers References: <19990927141724.B10336@thelonious.new.ox.ac.uk> <37FB7732.77D9B5EA@u.genie.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <37FB7732.77D9B5EA@u.genie.co.uk> X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.12 i686 Oliver Kiddle (opk@u.genie.co.uk) wrote: > Adam Spiers wrote: > > On my system, `manpath' generates colon-delimited paths, rather than > > space-delimited ones. This patch solves that problem. It also fixes ^^^^^^^^^^^^^ > > what I think is a typo, but someone should check this. ^^^^^^^^^^^^^^^^^^^^^^ [snip] > ! if [[ $words[2] = (<->*|ln) ]]; then [snip] > ! if [[ $words[2] = (<->*|l|n) ]]; then Was I wrong in thinking that this was a typo? Or did you just accidentally unfix my fix? :-) Adam P.S. Am I alone in finding context diffs remarkably awkward to read?