chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] bug: readline egg tab completion fails for '>'


From: Dan
Subject: [Chicken-users] bug: readline egg tab completion fails for '>'
Date: Tue, 17 Oct 2006 18:01:54 -0700 (PDT)

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)








reply via email to

[Prev in Thread] Current Thread [Next in Thread]