On 3/11/19 8:04 AM, Yakup wrote: > Bash Version: 4.3 > Patch Level: 30 > Release Status: release > > Description: > Bash gets unresponsive when trying to autocomplete within the > `pmount` command. > Bash gets responsive again, after canceling the autocomplete `C-c`. > So I can write again, but as soon as I try to autocomplete, it freezes > again. So something is broken with autocomplete using the `pmount` > command. > > Repeat-By: > Type: pmount /dev/sd[TAB] // autocomplete > Type: pmount [TAB] // autocomplete
This is likely due to the completion specification for `pmount' that bash-completion adds to your session. If you type `complete -p pmount' and see something, try `complete -r pmount' and go from there. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/