From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29671 invoked from network); 17 May 2006 15:10:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 May 2006 15:10:34 -0000 Received: (qmail 62471 invoked from network); 17 May 2006 15:10:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 May 2006 15:10:28 -0000 Received: (qmail 19909 invoked by alias); 17 May 2006 15:10:20 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10269 Received: (qmail 19899 invoked from network); 17 May 2006 15:10:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 17 May 2006 15:10:19 -0000 Received: (qmail 61484 invoked from network); 17 May 2006 15:10:19 -0000 Received: from ms-1.rz.rwth-aachen.de (HELO ms-dienst.rz.rwth-aachen.de) (134.130.3.130) by a.mx.sunsite.dk with SMTP; 17 May 2006 15:10:18 -0000 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IZF000YD0T5UY@ms-dienst.rz.rwth-aachen.de> for zsh-users@sunsite.dk; Wed, 17 May 2006 17:10:17 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 17 May 2006 17:10:17 +0200 (MEST) Received: from fsst.voodoo.lan (u-7-088.vpn.RWTH-Aachen.DE [137.226.103.88]) by relay.rwth-aachen.de (8.13.6/8.13.3/1) with ESMTP id k4HFAG48025510 for ; Wed, 17 May 2006 17:10:16 +0200 (MEST) Received: from hawk by fsst.voodoo.lan with local (Exim 4.62) (envelope-from ) id 1FgNfD-0005IT-OF for zsh-users@sunsite.dk; Wed, 17 May 2006 17:10:15 +0200 Date: Wed, 17 May 2006 17:10:15 +0200 From: Frank Terbeck Subject: menuselection with manpages To: zsh users Mail-followup-to: zsh users Message-id: <20060517151015.GK7968@fsst.voodoo.lan> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline Operating-System: Linux 2.6.16.1 i686 User-Agent: Mutt/1.5.11+cvs20060403 Howdy, I'm using completion for the 'man' command with menuselection (sorted by sections). Now, if I enter 'man cron' I am dropped into a selection for crontab(1) crontab(5) and cron(8). It looks like this: [snip] % man crontab - manual page, section 1 - crontab - manual page, section 5 - crontab - manual page, section 8 - cron [snap] If I want to read crontab(5) and choose the crontab entry from the 5th section in the menu, it will be completed as 'man crontab' which would display crontab(1). How would I get the completion to add the section to the completion, like 'man 5 crontab'? Regards, Frank