Jean-Marc Lasgouttes wrote:
Well, right now, there's no binding for the completion stuff, which
means that user's will have a hard time using it, which means we
might not get the testing we want.
Note that the patch you sent solves this particular problem, so
applying it would be enough for now.
BTW, which lfun takes the priority, completion or next-cell? And is it
always intuitive?
This is the scheme: We check the LFUNs in order, and the first one we
find that is enabled is the one that is used. So completion has to take
priority. Otherwise, completion would never work in a table cell, except
the last one.
My testing has made it seem pretty intuitive to me. You're typing along,
you get a completion suggested, and you hit Tab. If no completion is
being suggested, then Tab takes you to the next cell. Now, for sure, the
details here depend upon exactly which LFUN is being bound, and we're
still discussing that. But it can work, I believe.
rh