From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7530 invoked from network); 17 May 2000 15:36:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 May 2000 15:36:24 -0000 Received: (qmail 12339 invoked by alias); 17 May 2000 15:36:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11444 Received: (qmail 12329 invoked from network); 17 May 2000 15:36:05 -0000 Date: Wed, 17 May 2000 16:35:31 +0100 From: Peter Stephenson Subject: PATCH: _zstyle additions To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FUP001HQNB6CG@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT old-list and old-menu never got added to _zstyle. I found I had to set old-menu to true for it to take effect. It should be on by default, I think? If so the zstyle command needs to have -T instead of -t. Index: Completion/Builtins/_zstyle =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Builtins/_zstyle,v retrieving revision 1.12 diff -u -r1.12 _zstyle --- Completion/Builtins/_zstyle 2000/05/09 11:04:45 1.12 +++ Completion/Builtins/_zstyle 2000/05/17 15:25:23 @@ -53,6 +53,8 @@ max-errors c: menu c:boolauto numbers c:bool + old-list c:bool + old-menu c:bool original c:bool packageset c:packageset path 'c:_wanted directories expl directory _path_files -/' -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070