Opened 13 years ago

Last modified 6 months ago

#488 new defect

SLIME completion does not complete up to first non-unique point in string

Reported by: sjamaan Owned by: Nick Gasson
Priority: major Milestone: someday
Component: extensions Version: 4.6.x
Keywords: slime, swank-chicken Cc:
Estimated difficulty: hard

Description

When I type in (with-i<TAB>), I'd expect SLIME to complete (with-input-from-) and then offer me the options with-input-from-file, with-input-from-port, with-input-from-string and with-input-from-pipe.

Right now it only offers options for completion but does not fill out the parts that can already be filled out, requiring me to switch to the completion buffer and choose an option or type it out myself until there's only one option left; this it does complete.

According to Christian, this may be a problem with the way the swank server replies to the completions request.

Change History (3)

comment:1 Changed 13 years ago by felix winkelmann

Milestone: 4.7.0

comment:2 Changed 7 years ago by sjamaan

Estimated difficulty: hard

comment:3 Changed 6 months ago by felix winkelmann

Milestone: someday
Note: See TracTickets for help on using tickets.