On 14/11/2011, Bastien Dejean <[email protected]> wrote: > This is only true when the search string is empty which is extremely > rare: most of the times the first thing the user do is to type a few > characters to filter the results and hence, the cursor is then at the > end of the search string, C-f will move down in the search results and > C-b backward in the search string.
... No. So long as you are not on the first item in the list, C-b will move back through the selected items, regardless of the length of the input. And so long as the cursor is at the end of the input, C-f will move forward through the selected items. The cursor basically continues from where the selector ends. cls
