Another issue which I noticed while writing #51 is that completing with the cursor in the middle of command-line is not fully supported. For example, this command line:
% remove-pdf-password -<tab> foo
will cause bash-completion.el to set this (truncated):
Another issue which I noticed while writing #51 is that completing with the cursor in the middle of command-line is not fully supported. For example, this command line:
will cause bash-completion.el to set this (truncated):
i.e., the part after the cursor position (
foo
) is stripped, while this is information that can be useful for the completer.