From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22881 invoked from network); 19 Sep 1999 19:13:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Sep 1999 19:13:50 -0000 Received: (qmail 11867 invoked by alias); 19 Sep 1999 19:13:28 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2609 Received: (qmail 11856 invoked from network); 19 Sep 1999 19:13:28 -0000 To: zsh-users@sunsite.auc.dk Subject: kill and wait completion X-Attribution: plx From: pollux Date: 19 Sep 1999 21:12:56 +0200 Message-ID: User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Shouldn't `_kill' and `_wait' completion functions split `$compconfig[ps_args]' and `$compconfig[ps_listargs]' at spaces ? *** _kill.old Sat Sep 18 10:26:45 1999 --- _kill Sat Sep 18 10:44:07 1999 *************** *** 1,5 **** --- 1,6 ---- #compdef kill + setopt local_options sh_word_split local list expl if compset -P 1 -; then *** _wait.old Sun Sep 19 20:58:14 1999 --- _wait Sun Sep 19 20:59:14 1999 *************** *** 11,16 **** --- 11,17 ---- # options for the ps command that are to be used when creating # the list to display during completion. + setopt local_options sh_word_split local list ret=1 expl _description expl job -- Alexandre 'Pollux' Duret-Lutz