Summary
tab completion for scheme identifiers throws error in readline egg
Metadata
- Id: 7b7141ff62ab1d616dd0349264588402e2062282
- Trac id: 14
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.0.1
- Changetime: 2009-07-08 10:51:48 UTC
- Created: 2009-04-21 12:07:53 UTC
- Keywords: readline
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`.
Changes and comments
[2009-07-08 10:51:48 UTC] felix changed status from new to closed
[2009-07-08 10:51:48 UTC] felix set resolution to fixed
[2009-07-08 10:51:48 UTC] felix removed milestone
[2009-07-08 10:51:48 UTC] felix wrote:
fixed by mario in r15174