From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2470 invoked from network); 29 Jun 2003 15:42:39 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 29 Jun 2003 15:42:39 -0000 Received: (qmail 12092 invoked by alias); 29 Jun 2003 15:42:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18740 Received: (qmail 12084 invoked from network); 29 Jun 2003 15:42:34 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 29 Jun 2003 15:42:34 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [209.11.97.140] by sunsite.dk (MessageWall 1.0.8) with SMTP; 29 Jun 2003 15:42:33 -0000 Received: by thumb.scru.org (Postfix, from userid 1000) id 28D882066E; Sun, 29 Jun 2003 11:42:33 -0400 (EDT) Date: Sun, 29 Jun 2003 11:42:33 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: 199083-forwarded@bugs.debian.org Subject: zstyle example Message-ID: <20030629154233.GA22955@scru.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Chip Salzenberg says [ http://bugs.debian.org/199083 ] : The zsh man page includes an example of how to control the tab completion for 'rm': zstyle ':completion:*:*:rm:*' file-patterns \ '*.o:object-files' '%p:all-files' This example used to work but recently (I believe in 4.0.7-1) it broke; it became necessary to replace the %p with *, which seems to work, but I'm not sure whether the semantics are identical. In any case the man page examples should work.