From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20765 invoked from network); 22 Jun 1999 08:49:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Jun 1999 08:49:13 -0000 Received: (qmail 7653 invoked by alias); 22 Jun 1999 08:49:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6775 Received: (qmail 7646 invoked from network); 22 Jun 1999 08:49:02 -0000 Date: Tue, 22 Jun 1999 10:49:00 +0200 (MET DST) Message-Id: <199906220849.KAA23804@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Tue, 22 Jun 1999 10:25:34 +0200 (MET DST) Subject: Re: PATCH: collist v2.0 I wrote: > Here is an improved version: Sorry, the change to `compinit' wasn't right (because collist may not be loaded and then menu-select is unknown). For now I'll just take it out -- there isn't a way to find out if a widget is defined, is there? And we can't just look at the output of `zmodload' because it doesn't report linked-in modules. Also, a fix for `_path_files' slipped in which I meant to send separately but... Bye Sven diff -u oc/Core/compinit Completion/Core/compinit --- oc/Core/compinit Tue Jun 22 10:44:19 1999 +++ Completion/Core/compinit Tue Jun 22 10:44:28 1999 @@ -343,7 +343,7 @@ # Rebind the standard widgets for _i_line in complete-word delete-char-or-list expand-or-complete \ expand-or-complete-prefix list-choices menu-complete \ - menu-expand-or-complete reverse-menu-complete menu-select; do + menu-expand-or-complete reverse-menu-complete; do zle -C $_i_line .$_i_line _main_complete done -- Sven Wischnowsky wischnow@informatik.hu-berlin.de