On Jan 17, 11:40 pm, Samus_ <mail2sa...@gmail.com> wrote: > to reproduce simply try to glob-expand the following code: "$(" *
You can reproduce that without the asterisk. I doubt that that's a bug in readline. The errors you're getting are from tab-completion which is done in a script. It's not handling the quotes properly when there's a command substitution started. When I try this, I get line numbers like 4505. If I cancel and do it again, the line numbers of the errors increase.