Set .csirc up for readline:

(require 'readline 'regex)
(current-input-port (make-gnu-readline-port "csi> "))
(gnu-history-install-file-manager (string-append (or (getenv "HOME") ".") 
"/.csi.history"))


Type (define aaa>bbb 10), then try to complete aaa>bbb (by typing a prefix and 
pressing tab). The completion works as long as you start with a, aa, or aaa. If 
you start with 'aaa>', it doesn't work.

This is sometimes harmless, but has unpleasant consequences in more complicated 
cases (such as call->goto, because 'call-' is not a unique prefix)






_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to