From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3113 invoked from network); 5 Aug 2000 07:26:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Aug 2000 07:26:30 -0000 Received: (qmail 21275 invoked by alias); 5 Aug 2000 07:26:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12550 Received: (qmail 21268 invoked from network); 5 Aug 2000 07:26:10 -0000 Date: Sat, 5 Aug 2000 00:25:38 -0700 (PDT) From: Wayne Davison X-Sender: wayne@phong.blorf.net To: Zsh Workers Subject: Rpm completion problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I've noticed a problem in rpm completions when I specify the 'p' (package file) option bunched up with other options. For instance: rpm -qip file completes the names of installed packages (though it does complete file names if there is no installed-package match), while: rpm -qi -p file properly completes only the files in the current directory. ..wayne..