From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13007 invoked from network); 19 Aug 2006 11:16:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Aug 2006 11:16:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 46760 invoked from network); 19 Aug 2006 11:16:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 11:16:21 -0000 Received: (qmail 16219 invoked by alias); 19 Aug 2006 11:16:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10621 Received: (qmail 16209 invoked from network); 19 Aug 2006 11:16:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Aug 2006 11:16:13 -0000 Received: (qmail 45620 invoked from network); 19 Aug 2006 11:16:13 -0000 Received: from c5850-a2-3-62-147-9-219.dial.proxad.net (HELO ay.vinc17.org) (62.147.9.219) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 11:16:10 -0000 Received: from lefevre by ay.vinc17.org with local (Exim 4.62) (envelope-from ) id 1GENih-0006gZ-AX; Sat, 19 Aug 2006 12:06:23 +0200 Date: Sat, 19 Aug 2006 12:06:23 +0200 From: Vincent Lefevre To: zsh-users@sunsite.dk Subject: scrollable list of completions Message-ID: <20060819100622.GG27421@ay.vinc17.org> Mail-Followup-To: zsh-users@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.13-vl-r13495 (2006-08-16) By defaut, if I type a[TAB], I get: zsh: do you wish to see all 140 possibilities (47 lines)? I can choose 'y', but all the completions are output, even if they don't fit on the screen. I'd like to have a scrollable list of completions. I can use: zstyle ':completion:*' list-prompt '' for that, but then, I no longer get the above question. How can I have both? TIA, -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA