From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13860 invoked from network); 21 Jul 2000 18:00:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jul 2000 18:00:50 -0000 Received: (qmail 22515 invoked by alias); 21 Jul 2000 18:00:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12343 Received: (qmail 22508 invoked from network); 21 Jul 2000 18:00:28 -0000 X-Authentication-Warning: cassini.us.mandrakesoft.com: chmou set sender to chmouel@mandrakesoft.com using -f To: zsh-workers@sunsite.auc.dk Subject: completion in 3.1.9 From: Chmouel Boudjnah Date: 21 Jul 2000 10:36:54 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, In pristine 3.1.9 the completion has the problem i have reported a while ago and it was corrected in the cvs tree. The problem is when for example rpm don't expand options with --. Demo : (chmou@kenobi)[~]-% rpm --[TAB] --help -- print help message --setperms -- set file permissions --setugids -- set file owner/group [.. OK ..], but : (chmou@kenobi)[~]-% rpm -qp --[TAB] here nothing is completed when with the version of the cvs he do : (chmou@cassini)[~]-% rpm -qp --[TAB] --changelog -- display change log --dump -- show all information --requires -- list dependencies [...] would be possible to have a backward patches, i can't find it in the archives of the ml. -- MandrakeSoft Inc http://www.mandrakesoft.com San-Francisco, CA USA --Chmouel