From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7917 invoked from network); 14 Sep 2001 10:12:14 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Sep 2001 10:12:14 -0000 Received: (qmail 673 invoked by alias); 14 Sep 2001 10:12:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4224 Received: (qmail 661 invoked from network); 14 Sep 2001 10:12:00 -0000 To: zsh-users@sunsite.dk (Zsh users list) Subject: Re: more process with kill In-reply-to: "Bruno Bonfils"'s message of "Fri, 14 Sep 2001 04:17:36 BST." <20010914051735.A1756@debian-fr.org> Date: Fri, 14 Sep 2001 11:11:23 +0100 Message-ID: <21987.1000462283@csr.com> From: Peter Stephenson Bruno Bonfils wrote: > Hi all, > > i want to know how to have all process of a user > with kill (i have only childs process of current shell). > > I try zstyle ':completion:*:*:kill:*' verbose yes > (or :jobs) but without success. Try setting: zstyle ':completion:*:processes' command 'ps -u$USER' assuming that's the correct syntax for ps on your machine. This is documented under the `command' style, but there's no reason you would guess that's where to look. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************