From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10456 invoked from network); 9 Jan 2008 19:07:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Jan 2008 19:07:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 58680 invoked from network); 9 Jan 2008 19:07:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Jan 2008 19:07:32 -0000 Received: (qmail 16064 invoked by alias); 9 Jan 2008 19:07:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24378 Received: (qmail 16049 invoked from network); 9 Jan 2008 19:07:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 9 Jan 2008 19:07:28 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id BAE4F8058FF2 for ; Wed, 9 Jan 2008 20:07:27 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Wed, 9 Jan 2008 20:07:27 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 7B8F55D19B; Wed, 9 Jan 2008 14:07:26 -0500 (EST) Date: Wed, 9 Jan 2008 14:07:26 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: run-help: Support for svn and git Message-ID: <20080109190726.GA32394@scowler.net> Mail-Followup-To: Bart Schaefer , zsh-workers@sunsite.dk References: <071230200204.ZM32486@torch.brasslantern.com> <071231130840.ZM986@torch.brasslantern.com> <20080104001854.GA12122@scowler.net> <080103192134.ZM5704@torch.brasslantern.com> <20080104043250.GB675@scowler.net> <080105100518.ZM7217@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <080105100518.ZM7217@torch.brasslantern.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Sat, Jan 05, 2008 at 10:05:18AM -0800, Bart Schaefer wrote: > Not having a Debian install available anywhere, I'm not sure what > /usr/bin/pager does. Is there a reason you can't simply assign to > $PAGER in /etc/z* as well? With appropriate checks that it isn't > already set to something else, of course. /usr/bin/pager is just a symlink to the system's preferred pager. Debian policy dictates that software wanting to use a pager should first check $PAGER, running /usr/bin/pager if that's unset. > Then, how about this? It's not really a problem to have a default > value of HELPDIR in the function, since we check that it exists. I > suppose if someone wanted to explicitly turn OFF the use of HELPDIR, > this would be a problem ... is that worth worrying about? This is fine by me. > Also, would /usr/share/zsh/$ZSH_VERSION/help be more appropriate? I'd still have to sed it, but it probably makes more sense for people installing from source.