Bash completion error — quote_readline.
2010-04-11
108 words
1 min read
There is a problem with bash completion with quote_readline that causes the completion to fail. The problem is fixed in the bash completion package but there are still some other programs which are using the problematic code. Here is a way to find and resolve it.
First find the problematic program, most likely the recent one after which you started having the problems. Once that is found, find the file containing the definition of the function ”_filedirs()”. Now, delete this file and create a symbolic link to the bash_completion file in the /etc directory. If this file is not present then you need to install the bashcompletion package.
Related Articles:
- 2010/03/23 unbound variable – bash completion not working and having issues with other stuff like command not found.
- 2010/03/04 Bash histoy – common history in different terminals
- 2009/11/25 internal error from PackageKit — packagekit Error Type: <type ’exceptions.TypeError'>
- 2010/04/11 bash script to change vim colorscheme based on the available themes
- 2010/03/31 Detecting URLs in a Block of Text
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.