Luke Gorrie luke@bluetail.com writes:
The documentation is obscure but correct I think. I had meant to cover this case by putting the '^' in the regexp and not having a '$' at the end, i.e. the regexp doesn't have to match to the end of the string. The partial completion is then computed from the commonality of the available completions, without reference to the input string.
That make sense?
Hmm.. yes, that last sentence was quite helpful. Still, I prefer the simple completion function. It drives me crazy when TAB moves point backward :-)
Helmut.