bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash autocomplete, results in unresponsiveness


From: Chet Ramey
Subject: Re: Bash autocomplete, results in unresponsiveness
Date: Mon, 11 Mar 2019 09:00:04 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.5.3

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    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]