From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2189 invoked from network); 12 Jul 2000 10:35:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Jul 2000 10:35:42 -0000 Received: (qmail 4112 invoked by alias); 12 Jul 2000 10:35:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12229 Received: (qmail 4103 invoked from network); 12 Jul 2000 10:35:11 -0000 Date: Wed, 12 Jul 2000 12:35:05 +0200 (MET DST) Message-Id: <200007121035.MAA21976@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Peter Stephenson's message of Wed, 12 Jul 2000 11:14:53 +0100 Subject: Re: PATCH: Re: PATCH: Re: long completion selections and listings Peter Stephenson wrote: > ... > > It does say that in the manual. What's confusing me is that (if I've read > this right), list-prompt uses a default if you don't set it to the empty > string, and select-prompt is the other way round. I think I've handled > that difference in the following. The manual was wrong. Bye Sven Index: Doc/Zsh/compsys.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v retrieving revision 1.83 diff -u -r1.83 compsys.yo --- Doc/Zsh/compsys.yo 2000/07/05 21:05:58 1.83 +++ Doc/Zsh/compsys.yo 2000/07/12 10:34:23 @@ -1470,7 +1470,8 @@ ifzman(the description of the tt(zsh/complist) module in zmanref(zshmodules))\ ifnzman(noderef(The zsh/complist Module))\ ). The value, if not the empty string, will be displayed after every -screenful and the shell will prompt for a key press; if the style is unset, +screenful and the shell will prompt for a key press; if the style is +set to the empty string, a default prompt will be used. The value may contain the escape sequences `tt(%l)' or `tt(%L)', which will be replaced by the number of the last line displayed and the total number of lines; `tt(%m)' or `tt(%M)', which will -- Sven Wischnowsky wischnow@informatik.hu-berlin.de