bug-bash
[Top][All Lists]
Advanced

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

Re: Tab completion misbehaves with newlines


From: Greg Wooledge
Subject: Re: Tab completion misbehaves with newlines
Date: Fri, 17 Jul 2015 09:47:11 -0400
User-agent: Mutt/1.4.2.3i

On Fri, Jul 17, 2015 at 09:41:04AM -0400, Chet Ramey wrote:
> On 7/15/15 11:25 AM, Greg Wooledge wrote:
> > I type:
> > 
> > $ cat bad
> > 
> > and press Tab twice.
[...]
> > So, quoting the filename works around the bug, but readline isn't quite
> > clever enough to do that on its own yet.

> Readline understands quoted strings using single and double quotes, and
> will allow you to quote the newline with a backslash.  But when you
> present readline with unquoted word separators, it will use them to
> separate words.

"Bug" may not have been the right word, and maybe the cleverness should
be in bash rather than readline, but the point is that given the first
few characters of a filename, and multiple matches, one of which contains
a newline character, it would have been nice if something had quoted the
filename for me.  It's not an urgently needed feature, though.



reply via email to

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