Opened 17 years ago
Closed 16 years ago
#14 closed defect (fixed)
tab completion for scheme identifiers throws error in readline egg
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | extensions | Version: | 4.0.1 |
| Keywords: | readline | Cc: | |
| Estimated difficulty: |
Description
In the readline egg for chicken 4, pressing tab while completing a symbol (for example (disp<TAB>) throws an error with an invalid argument to vector-length.
Note: See
TracTickets for help on using
tickets.

fixed by mario in r15174