Tomas Klinkovsky wrote: > > I use AppendMode:Automatic while editing a XHTML document. When I want > to add a "p" element, I press "p" expecting it to be autocompleted as > the first choice, but "pre" is offered instead so when I press Enter I > get "pre" instead of "p". > > My questions are: > 1) Why the autocomplete service offers "pre" instead of "p" even if "p" > is the first matching choice?
This seems to be a *bug* (which is specific to AppendMode:Automatic). > 2) What's the shortest key sequence necessary to enter the "p" element > through this dialog (not speaking about dedicated shortcuts like > CTRL-ENTER)? Once the bug will be fixed, in AppendMode:Automatic, it will be something like: Ctrl-J p ENTER (As this is currently the case if you don't use AppendMode:Automatic.)

