João Távora writes: > Thanks Lars, > > I think it'd be great to skip the `safe-length` and similar potentially > costly calls if the user decides he doesn't want this info (which > I suppose is icomplete-matches-format = nil) > > João > Hi Joao, Thanks for your inputs, makes a lot of sense to shortcut this piece of code in case the user option is nil. Here is an updated version of the patch: