-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Chet Ramey on 7/9/2005 12:29 PM:
>
>>Repeat-By:
>>zsh$ echo `echo '${'`
>>${
>>zsh$ bash
>>bash$ echo `echo '${'`
>>
>># Hmm - I was just incorrectly presented PS2, asking to try to continue
>>what bash thought was an incomplete ${ variab
Eric Blake wrote:
> According to Chet Ramey on 7/9/2005 12:29 PM:
>
Repeat-By:
zsh$ echo `echo '${'`
${
zsh$ bash
bash$ echo `echo '${'`
# Hmm - I was just incorrectly presented PS2, asking to try to continue
what bash thought was an incomplete ${ variable substitu
For your reading pleasure, this is a copy of what I posted to
, and other mandatory cross-posting...
I'm very excited to announce shell interface to GTK+2 (2.6.1) for Bash.
It read XML syntax describing the widget layout, and returns user
selection as shell variable or runs shell command as callb
Short version: bash-2.05b/lib/readline/display.c:update_line:1353
calculates _rl_last_c_pos incorrectly if multibyte support is enabled
and there are invisible characters in the line that include zero-width
characters.
Long version:
I have in my .bashrc:
PS1='[EMAIL PROTECTED]:\w\$\[\e[0m\] '
Ho