From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 578 invoked from network); 4 Sep 2000 06:17:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Sep 2000 06:17:39 -0000 Received: (qmail 19747 invoked by alias); 4 Sep 2000 06:17:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12729 Received: (qmail 19740 invoked from network); 4 Sep 2000 06:17:30 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Clint Adams" , Subject: RE: PATCH: man -l (local-file) completion Date: Mon, 4 Sep 2000 10:17:23 +0400 Message-ID: <000701c01637$ca082e40$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000903174346.A17438@dman.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > This is a quick hack to have files completed for 'man -l' rather than > manpages. This is good for the man-db used by Debian. The only other > man I can think of that uses -l is Solaris, and though it has a different > meaning, I don't think completing manpages nor filenames is particularly > useful there, so this shouldn't really hurt. > > This should naturally be subsumed by more comprehensive options handling. > Yes, it looks like _man is next to use _arguments. -andrej