stty settings override ~/.inputrc?

2005-08-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A complaint was raised on the cygwin list, where the user had default terminal settings (lnext set to ^v), and this line in their ~/.inputrc: "\C-v":paste-from-clipboard This report is against bash-3.0.16/readline-5.0. Within a single line, hitting \C

Re: stty settings override ~/.inputrc?

2005-08-05 Thread Chet Ramey
Eric Blake wrote: > A complaint was raised on the cygwin list, where the user had default > terminal settings (lnext set to ^v), and this line in their ~/.inputrc: > "\C-v":paste-from-clipboard > This report is against bash-3.0.16/readline-5.0. > > Within a single line, hitting \C-x\C-r to re-read

IFS=$'\xb2'

2005-08-05 Thread Xavier Kerestesy
Good day, we have tried the following command "IFS='²';" (ascii translated "0xb2") on 3 systems, Fedora, Ubuntu, and RH AS3. The code causes Seg Faults on Fedora and Ubuntu, but seems to works on RH AS3. We also tried "IFS=$'\xb2' ;" with the same results. The only thing I can see is that RH3