Re: Sv: TAB completion bug

2023-12-11 Thread Chet Ramey
On 12/10/23 7:23 PM, Ole Tange wrote: *Fra:* Chet Ramey On 12/5/23 6:46 PM, Ole Tange via Bug reports for the GNU Bourne Again SHell wrote:   For the (admitedly weirdly named) dirs below TAB completion does not work correctly. Thanks for the report. Where did you encounter these dire

Sv: TAB completion bug

2023-12-10 Thread Ole Tange via Bug reports for the GNU Bourne Again SHell
Fra: Chet Ramey >On 12/5/23 6:46 PM, Ole Tange via Bug reports for the GNU Bourne Again SHell wrote: >> For the (admitedly weirdly named) dirs below TAB completion does not >> work correctly. >Thanks for the report. Where did you encounter these directory names? Test purposes. GNU Paral

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

TAB completion bug

2023-12-05 Thread Ole Tange via Bug reports for the GNU Bourne Again SHell
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 #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash

Re: Serious tab completion bug

2015-03-14 Thread Chet Ramey
On 3/14/15 10:12 AM, Linda Walsh wrote: > > > Chet Ramey wrote: > >> >> Thanks for the report. This isn't a bug; it's intentional behavior. You >> have presented bash with an ambiguous situation: it doesn't know whether >> or not you want to look for a filename in the current directory or perf

Re: Serious tab completion bug

2015-03-14 Thread Linda Walsh
Chet Ramey wrote: Thanks for the report. This isn't a bug; it's intentional behavior. You have presented bash with an ambiguous situation: it doesn't know whether or not you want to look for a filename in the current directory or perform variable expansion. Bash assumes you want filename c

Re: Serious tab completion bug

2015-03-08 Thread Chet Ramey
On 3/6/15 4:54 PM, Joseph Graham wrote: > Hi, > > I don't know what the etiquette is for using this mailing list but I hope > it's OK to just get straight to the bug. > > *STEPS TO REPRODUCE* > 1. run the following commands to get everything set up: >$ touch hiya >$ mkdir '$HOME' >$

Serious tab completion bug

2015-03-06 Thread Joseph Graham
Hi, I don't know what the etiquette is for using this mailing list but I hope it's OK to just get straight to the bug. *STEPS TO REPRODUCE* 1. run the following commands to get everything set up: $ touch hiya $ mkdir '$HOME' $ touch '$HOME/hiya' 2. Now to reproduce the bug, type: $ r

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

tab completion bug

2012-02-04 Thread Bruce Korb
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 That seemed to be what I wanted, but when emacs came up, the file was: ~/ag/git-ag/$$PWD/ag/git-ag/autoopts/t