From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10589 invoked from network); 1 Oct 2008 06:02:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Oct 2008 06:02:25 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89571 invoked from network); 1 Oct 2008 06:01:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2008 06:01:50 -0000 Received: (qmail 229 invoked by alias); 1 Oct 2008 06:01:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25786 Received: (qmail 204 invoked from network); 1 Oct 2008 06:01:38 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Oct 2008 06:01:38 -0000 Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by bifrost.dotsrc.org (Postfix) with ESMTP id 0D6DE8030847 for ; Wed, 1 Oct 2008 08:01:34 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.220.215]) by vms173005.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K8100JIQQ2G1FL0@vms173005.mailsrvcs.net> for zsh-workers@sunsite.dk; Wed, 01 Oct 2008 01:01:29 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m9161Rql032685 for ; Tue, 30 Sep 2008 23:01:28 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m9161Qkp032684 for zsh-workers@sunsite.dk; Tue, 30 Sep 2008 23:01:26 -0700 Date: Tue, 30 Sep 2008 23:01:26 -0700 From: Bart Schaefer Subject: Re: Why doesn't READNULLCMD default to $PAGER? In-reply-to: To: "Zsh Workers" Message-id: <080930230126.ZM32683@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: Comments: In reply to "Nikolai Weibull" "Why doesn't READNULLCMD default to $PAGER?" (Sep 30, 11:40pm) X-Virus-Scanned: ClamAV 0.92.1/8363/Wed Oct 1 05:24:25 2008 on bifrost X-Virus-Status: Clean On Sep 30, 11:40pm, Nikolai Weibull wrote: } } Why doesn't READNULLCMD default to $PAGER instead of more? Because $PAGER is not a variable set or used by the shell.