Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: collist v2.0
- X-seq: zsh-workers 6775
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: collist v2.0
- Date: Tue, 22 Jun 1999 10:49:00 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Tue, 22 Jun 1999 10:25:34 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author