Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"BUG: empty heap" and problem with _cvs
- X-seq: zsh-workers 9891
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: "BUG: empty heap" and problem with _cvs
 
- Date: Mon, 28 Feb 2000 07:31:06 +0000
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
zagzig<3> compinit 
zagzig<4> setopt kshautoload 
zagzig<5> cvs <TAB>BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap
_requested:192: _requested: function not defined by file
zagzig<5> cvs
The fix for _cvs follows, but I don't have a patch for the "empty heap".
Index: Completion/User/_cvs
===================================================================
@@ -656,4 +656,4 @@
 
 # call real _cvs.
 
-_cvs "$@"
+[[ -o kshautoload ]] || _cvs "$@"
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author