Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Samuel Thibault
Oliver Kiddle, le Sat 26 Apr 2008 18:32:39 +0200, a écrit : > Samuel Thibault wrote: > > Clint Adams, le Sat 26 Apr 2008 16:05:48 +0100, a écrit : > > > Having locale-based (and multibyte) word separators sounds like a > > > nightmare > > > to me, but maybe someone has some ideas. > > > > iswspa

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Oliver Kiddle
Samuel Thibault wrote: > Clint Adams, le Sat 26 Apr 2008 16:05:48 +0100, a écrit : > > Having locale-based (and multibyte) word separators sounds like a nightmare > > to me, but maybe someone has some ideas. > > iswspace() The characters used for word splitting are contained in the IFS variable.

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Stephane Chazelas
On Sat, Apr 26, 2008 at 04:05:48PM +0100, Clint Adams wrote: > On Sat, Apr 26, 2008 at 12:00:03PM +0100, Samuel Thibault wrote: > > Hello, > > > > On a french keyboard, '|' is typed by using alt-gr, and the non-breaking > > space is often typed by using alt-gr space. That often leads to this: > >

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Peter Stephenson
On Sat, 26 Apr 2008 16:05:48 +0100 Clint Adams <[EMAIL PROTECTED]> wrote: > On Sat, Apr 26, 2008 at 12:00:03PM +0100, Samuel Thibault wrote: > > On a french keyboard, '|' is typed by using alt-gr, and the non-breaking > > space is often typed by using alt-gr space. That often leads to this: > > >

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Samuel Thibault
Clint Adams, le Sat 26 Apr 2008 16:05:48 +0100, a écrit : > Having locale-based (and multibyte) word separators sounds like a nightmare > to me, but maybe someone has some ideas. iswspace() ? Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Clint Adams
On Sat, Apr 26, 2008 at 12:00:03PM +0100, Samuel Thibault wrote: > Hello, > > On a french keyboard, '|' is typed by using alt-gr, and the non-breaking > space is often typed by using alt-gr space. That often leads to this: > > € echo a | grep a > zsh: command not found:  grep > > Because zsh loo

Bug#478019: zsh: Should handle non-breaking space as word separator

2008-04-26 Thread Samuel Thibault
Package: zsh Version: 4.3.6-1 Severity: wishlist Hello, On a french keyboard, '|' is typed by using alt-gr, and the non-breaking space is often typed by using alt-gr space. That often leads to this: € echo a | grep a zsh: command not found:  grep Because zsh looks for a " grep" command, with le