rpgoldman@real-time.com writes:
In BEIRC, one can end up with an enormously long list of candidate possibilities for completing a command, because IRC has so many commands. The possibilities are not ordered at all, so the list is pretty much useless.
The following patch to input-editing would fix this problem by sorting the set of possibilities alphabetically.
I deal with this by providing functions such as COMPLETE-FROM-POSSIBILITIES with presorted lists of possibilities.
Paolo