Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author