[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: possible bug on readline
From: |
DennisW |
Subject: |
Re: possible bug on readline |
Date: |
Mon, 18 Jan 2010 02:53:52 -0800 (PST) |
User-agent: |
G2/1.0 |
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.