Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16796

Re: Is this a bug?

Path csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From worley@alum.mit.edu (Dale R. Worley)
Newsgroups gnu.bash.bug
Subject Re: Is this a bug?
Date Sun, 23 Aug 2020 22:53:07 -0400
Lines 28
Approved bug-bash@gnu.org
Message-ID <mailman.930.1598237599.2469.bug-bash@gnu.org> (permalink)
References <1760547595.6084259.1598131557465@mail.yahoo.com> <87r1rwoiuk.fsf@hobgoblin.ariadne.com>
NNTP-Posting-Host lists.gnu.org
X-Trace usenet.stanford.edu 1598237600 8502 209.51.188.17 (24 Aug 2020 02:53:20 GMT)
X-Complaints-To action@cs.stanford.edu
Cc bug-bash@gnu.org, chet.ramey@case.edu
To George R Goffe <grgoffe@yahoo.com>
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1598237589; bh=NbwhaHZ+vnR1jLKUj/HoNOABinPTzkKfA4gvz6YfMP8=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-ID; b=R1ZdK63hJEaROgA3Umvi/McLb2vs99PjM+dJtQ152SEtwTV1ZrZ68PLtni4Ja7rhv tb64nbUk56jB98OycuznhfVMR70PxITVojCCDDPt4GVzycAa1sPtBfdCsPDyOfm8gx bq1O0U7OL4dWuvDGf9nscHN+FMoe31+jL36QdtZv0Kz4KKf/HqbFNs9TOdfR20I967 UoMNCVWJX3XPPb28NiATNSIX1Jzvx3IKvpJAawSsr9bViiBvU7BmgnT3TaqklYNeO2 YFrH52VPGGhPiWH2PLN0hIoobO7iLaRq139zl03wDLoofo9DfJqlNLQGMQH2pVyWDD OaCBCmXXwBrSg==
X-Xfinity-VMeta sc=-100.00;st=legit
X-Authentication-Warning hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f
In-Reply-To <1760547595.6084259.1598131557465@mail.yahoo.com> (grgoffe@yahoo.com)
Received-SPF softfail client-ip=2001:558:fe21:29:69:252:207:44; envelope-from=worley@alum.mit.edu; helo=resqmta-ch2-12v.sys.comcast.net
X-detected-operating-system by eggs.gnu.org: First seen = 2020/08/23 22:53:10
X-ACL-Warn Detected OS = ???
X-Spam_score_int -11
X-Spam_score -1.2
X-Spam_bar -
X-Spam_report (-1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no
X-Spam_action no action
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 <87r1rwoiuk.fsf@hobgoblin.ariadne.com>
Xref csiph.com gnu.bash.bug:16796

Show key headers only | View raw


George R Goffe <grgoffe@yahoo.com> writes:
> Shouldn't there be a message about no file found presented by bash?
> There appears to be NO indication that filename completion has failed
> to find a file.

I'm not very experienced using filename completion, but my understanding
is that completion indicates "there is no file with this prefix" by
ringing the bell, and I assume that specifically means emitting a \007
character.  bash depends on whatever "terminal program" it is running
under to give the user an indication that \007 has been emitted.

In the one system to hand, the terminal program is xterm, but it gives
no indication for \007.  And my memory is that over the years, support
for "the bell" has been poor and inconsistent.

Now maybe there's a way to configure bash to indicate
no-completion-choices in a different way.

> I'm at a loss as to what to do at this point. What I would like to be
> able to ctrl-c out of filename completion.

Sorry, I've re-read your messages and I can't tell what your situation
really is.  Can you describe a test case where you can't ctrl-c out of
filename cmopletion, including the facts about the files involved, the
exact sequence of what you type, and the behavior you observer?

Dale

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: Is this a bug? worley@alum.mit.edu (Dale R. Worley) - 2020-08-23 22:53 -0400

csiph-web