Re: bash 4.4 - (readline) regression in the behaviour of ^W in vi-mode

2017-03-05 Thread Gian Piero Carrubba
* Please cc me as I'm not subscribed. * [Sat, Mar 04, 2017 at 02:26:04PM -0500] Chet Ramey: The Posix description of ^W in vi mode reads: "Delete the characters from the one preceding the cursor to the preceding word boundary. The word boundary in this case is the closer to the cursor of either

Re: Full-width characters can result in an unwanted space in filenames

2017-03-05 Thread L A Walsh
Chet Ramey wrote: On 3/4/17 12:53 AM, Misaki wrote Full-width character, followed by at least one full word with a space after it. Example: あa a With trailing space. This is a display artifact. If there is one physical space left on the screen line, but the character to be printed occ

Re: bash 4.4 - (readline) regression in the behaviour of ^W in vi-mode

2017-03-05 Thread Gian Piero Carrubba
* Please cc me as I'm not subscribed. * [Sun, Mar 05, 2017 at 06:37:23PM +0100] Gian Piero Carrubba: In other words, the interval of chars to be deleted is (stop,start]. Well, not exactly. It is either (stop,start] OR [stop,start], depending on if the stop char is at the end of a word (first