Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15046
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Vishal Verma <vishal@kernel.org> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: TAB completion of filenames beginning with colon is broken |
| Date | Thu, 13 Jun 2019 10:54:51 -0600 |
| Lines | 29 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.19.1560452319.10840.bug-bash@gnu.org> (permalink) |
| References | <CAATTgAenFZcEB+qnD0px7mrhZehBsmFtT=NU5OO=WgdOZgTQyw@mail.gmail.com> <a3ad447cf43ad4bff856a4e03f722fb4295e1839.camel@kernel.org> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1560452320 12873 209.51.188.17 (13 Jun 2019 18:58:40 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | Jason Tyler <jasonpaultyler@gmail.com>, bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560444893; bh=qeWT2Ha2IGRjVCC/2eUxzhFWgSuGwWhQ2Gv19nkfCHI=; h=Subject:From:To:Date:In-Reply-To:References:From; b=DywELxxbvLLstNQ1KOtZeqGCCynv9PS5A43HA42chvvOlyJ/xCkp/CtKY8tG5xk5j yFwOaLjdaAO/yyngtWhTzIAwuqV7ZGmfnAG+2cHOzRgzTynfYfWDaNdcpd2r8rsiaH qUBONEratnweDpvKQDLVQErpr/Stp7DmvoS55sQU= |
| In-Reply-To | <CAATTgAenFZcEB+qnD0px7mrhZehBsmFtT=NU5OO=WgdOZgTQyw@mail.gmail.com> |
| User-Agent | Evolution 3.30.5 (3.30.5-1.fc29) |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] |
| X-Received-From | 198.145.29.99 |
| X-Mailman-Approved-At | Thu, 13 Jun 2019 14:58:39 -0400 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <a3ad447cf43ad4bff856a4e03f722fb4295e1839.camel@kernel.org> |
| X-Mailman-Original-References | <CAATTgAenFZcEB+qnD0px7mrhZehBsmFtT=NU5OO=WgdOZgTQyw@mail.gmail.com> |
| Xref | csiph.com gnu.bash.bug:15046 |
Show key headers only | View raw
On Thu, 2019-06-13 at 16:56 +1000, Jason Tyler wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-LQgi2O/bash-5.0=. > -fstack-protector-strong -Wform$ > uname output: Linux jpt 5.0.0-16-generic #17-Ubuntu SMP Wed May 15 10:52:21 > UTC 2019 x86_64 x86_64 x86_64 G$ > Machine Type: x86_64-pc-linux-gnu > > Bash Version: 5.0 > Patch Level: 3 > Release Status: release > > Description: > if a filename begins with ":", then tab completion will turn the colon into > ":\:" > > Repeat-By: > touch ./: > type "ls :<TAB>" to have the command completed to "ls :\:" Known/expected behavior - this is described in 'E13' of Chet's Bash FAQ[1] [1]: https://tiswww.case.edu/php/chet/bash/FAQ
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: TAB completion of filenames beginning with colon is broken Vishal Verma <vishal@kernel.org> - 2019-06-13 10:54 -0600
csiph-web