Re: TAB completion bug

2023-12-08 Thread Chet Ramey
On 12/5/23 6:46 PM, Ole Tange via Bug reports for the GNU Bourne Again SHell wrote: Bash Version: 5.2 Patch Level: 21 Release Status: release Description: Tested on git (2023-12-06). For the (admitedly weirdly named) dirs below TAB completion does not work correctly. Thanks for t

Re: TAB completion bug

2023-12-08 Thread Chet Ramey
On 12/6/23 1:38 AM, Grisha Levit wrote: The problem seems to be not treating a single quote that follows a backslash as the end of a single-quoted string. Thanks for the patch; this is indeed a problem. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa

Re: TAB completion bug

2023-12-05 Thread Grisha Levit
The problem seems to be not treating a single quote that follows a backslash as the end of a single-quoted string. diff --git a/bashline.c b/bashline.c index 774f813f..b1837d43 100644 --- a/bashline.c +++ b/bashline.c @@ -4077,15 +4077,13 @@ bash_dequote_filename (char *text, int quote_char) ret

Re: TAB completion bug

2023-12-05 Thread Kerin Millar
On Wed, 6 Dec 2023 05:43:43 + Kerin Millar wrote: > On Tue, 5 Dec 2023 23:46:51 + > Ole Tange via Bug reports for the GNU Bourne Again SHell > wrote: > > > Configuration Information [Automatically generated, do not change]: > > Machine: x86_64 > > OS: linux-gnu > > Compiler: gcc > > Co

Re: TAB completion bug

2023-12-05 Thread Kerin Millar
On Tue, 5 Dec 2023 23:46:51 + Ole Tange via Bug reports for the GNU Bourne Again SHell wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -g -O2 > uname output: Linux aspire 5.15.0-88-generic #9

Re: tab completion bug

2012-02-04 Thread Chet Ramey
On 2/4/12 1:25 PM, Bruce Korb wrote: > Hi, > > In my home directory, I typed, > >emacs $PWD/ag/git-ag/autoopts/tpl/ag > > and pressed . The command line was rewritten thus: > >emacs \$PWD/ag/git-ag/autoopts/tpl/agtexi-cmd.tpl http://lists.gnu.org/archive/html/bug-bash/2011-12/msg00079