Re: problem in cd in bash (maybe an RFE);

2017-07-24 Thread L A Walsh
Chet Ramey wrote: I can't reproduce this; I think you'd probably get different results if you turned off programmable completion. tested with: shopt -u progcomp "Problem" no longer reproducible. Seems some completion "stuff" (pkg, orphan or distro change) seems to be at fault. Than

Re: problem in cd in bash (maybe an RFE);

2017-07-24 Thread Chet Ramey
On 7/17/17 8:31 PM, L A Walsh wrote: > In Bash Ver 4.4.5, cdspell is confused by non-directory > items in the same dir. > > >> uname -a > Linux Ishtar 4.10.8-Isht-Van #4 SMP PREEMPT Thu Apr 20 10:46:50 PDT 2017 > x86_64 GNU/Linux > >> set -o|grep on|sed -r 's/[ ].*$//'|tr "\n" " " # (se

Re: stty not restored in trap when executing read with options

2017-07-24 Thread Chet Ramey
On 7/16/17 6:59 PM, Quentin L'Hours wrote: > Hello, > > bash: 4.4.12(1)-release > stty: 8.25 (GNU version) > > When running this small script: > >> trap 'stty echo; exit 0' INT >> stty -echo >> read -d a > > and hitting Ctrl-c > > stty should be restored in the trap, but doesn't (the trap code