> As you might has read, we are currently discussing what should be done
> about that. The solution I prefer is that all functions looking
> forward for words (for moving, replacing, deleting) should stop at the
> end of the current word. This would be symmetrical with backward
> functions which stop at the beginning of a word.
The logic should be like the logic when you select in an XTerm:
You have two kinds of characters: letters and others.
When you stand next to a letter and press ctrl+right to move past
it, you should move until you meet a non-letter.
If you stand next to a non-letter, and press ctrl+right to move
past it, you should move until you meet a letter.
One special case exists:
If you stand next to a space, you should move past that also,
such that you will select the space and the following word (or non-letter
word.)
Greets,
Asger