From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4794 invoked from network); 10 Apr 2000 16:49:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Apr 2000 16:49:21 -0000 Received: (qmail 26332 invoked by alias); 10 Apr 2000 16:49:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10627 Received: (qmail 26320 invoked from network); 10 Apr 2000 16:49:13 -0000 Message-ID: <38F20607.25970C93@u.genie.co.uk> Date: Mon, 10 Apr 2000 17:49:11 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: Re: Question References: <200004100824.KAA31979@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sven Wischnowsky wrote: > > Andrej Borsenkow wrote: > > > Is there any way to scroll/page output? It would be even more > > interesting ... > > No there isn't. I have a very faint memory of this question having > come up before. I think the discussion stopped when we were thinking > about everybody wanting her/his favourite pager key bindings being > supported. I would have thought it would be far better to allow people to use their favourite pager (as taken from $PAGER) instead of trying to write a simple pager. How compilcated would it be to make the listing code output to a pipe instead. There is actually a few times when I would have liked to pipe completion listings through a command so if this implemented, it would be useful to be able to specify another command (such as grep) to pipe the listing into. Oliver