Re: 'declare -f|-F FUNCNAME' fails if FUNCNAME contains a '['

2017-10-24 Thread Chet Ramey
On 10/23/17 6:10 PM, oliver.phy...@gmail.com wrote: > Bash Version: 4.3 > Patch Level: 46 > Release Status: release > > Description: > If a function FUNCNAME contains the '[' character, 'declare -F > FUNCNAME' and 'declare -f FUNCNAME' > fails: > bash: declare: `[': not

Re: ctrl-w oddity on bash-4.4

2017-10-24 Thread Ángel
On 2017-10-22 at 21:08 -0500, Eduardo A. Bustamante López wrote: > On Sun, Oct 22, 2017 at 06:52:12PM -0400, Aron Griffis wrote: > > I'm seeing some strange behavior and don't know if it's a bug or intended. > [...] > > If this is intentional then I'd be curious about the rationale. > > Please rea

Re: ctrl-w oddity on bash-4.4

2017-10-24 Thread Chet Ramey
On 10/22/17 10:08 PM, Eduardo A. Bustamante López wrote: > http://lists.gnu.org/archive/html/help-bash/2016-11/msg4.html > > I believe this is the entry in the change log describing the change, although > I'm unable to find Carlos' original report in the archives: > > | lib/readline/vi_mode