oops - tab completed to the wrong file. Here's the real patch :)
--- tclreadline-1.2.0.orig/tclreadline.c 2005-09-06 09:29:38.000000000
-0600
+++ tclreadline-1.2.0/tclreadline.c 2005-09-06 09:36:35.000000000 -0600
@@ -722,7 +722,7 @@
}
if (!matches && tclrl_use_builtin_completer) {
- matches = completion_matches(text, TclReadline0generator);
+ matches = rl_completion_matches(text, (rl_compentry_func_t
*)TclReadline0generator);
}
return matches;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]