Re: shell-forward-word and shell-backward-word not symmetric

2010-11-06 Thread Chet Ramey
On 10/31/10 8:08 AM, Daniel Colascione wrote: > Consider the string "word1 word2 word3 word4 word5" with point just > before "word3". In bash-4.1, shell-backword-word moves point to the > beginning of the string, but shell-forward-word just advances to the end > of word4. The two functions really s

shell-forward-word and shell-backward-word not symmetric

2010-10-31 Thread Daniel Colascione
Consider the string "word1 word2 word3 word4 word5" with point just before "word3". In bash-4.1, shell-backword-word moves point to the beginning of the string, but shell-forward-word just advances to the end of word4. The two functions really should be symmetric --- either both should break out of