From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4869 invoked from network); 29 Nov 2001 21:30:56 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 29 Nov 2001 21:30:56 -0000 Received: (qmail 21704 invoked by alias); 29 Nov 2001 21:30:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16295 Received: (qmail 21691 invoked from network); 29 Nov 2001 21:30:48 -0000 Message-Id: <200111292006.fATK6CW25752@aragorn.cortexmachina.com> To: zsh-workers@sunsite.dk Subject: completion: Some versions of man should complete filenames Date: Thu, 29 Nov 2001 15:06:12 -0500 From: Peter Whaite You can give some versions of man a path to a nroff file.. man /usr/local/man/man1/zsh.1 It would be useful for completion to handle this case, i.e. complete the page name as directories and files whenever there is a "/" in it. My setup... % echo $ZSH_VERSION 4.1.0-dev-3 % uname -a Linux aragorn 2.4.14 #1 Sat Nov 10 17:16:26 EST 2001 i686 unknown % man --v man, version 1.5i1 % rpm -qf =man man-1.5i2-0.7x.5 -- peta