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


Groups > gnu.bash.bug > #16308

Re: $ becomes \$ upon tab expansion

Path csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Todd Zullinger <tmz@pobox.com>
Newsgroups gnu.bash.bug
Subject Re: $ becomes \$ upon tab expansion
Date Mon, 25 May 2020 22:14:39 -0400
Lines 17
Approved bug-bash@gnu.org
Message-ID <mailman.367.1590459289.2541.bug-bash@gnu.org> (permalink)
References <87d06tjbvh.5.fsf@jidanni.org> <2ab07dda-4802-1bca-029d-e5a396adbdda@case.edu> <87k10za4m4.5.fsf@jidanni.org> <20200526021439.GV6611@pobox.com>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding quoted-printable
X-Trace usenet.stanford.edu 1590459289 12292 209.51.188.17 (26 May 2020 02:14:49 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to:content-transfer-encoding; s=sasl; bh=egKD/SnHm6vkB Y/7XbeSArYAPYs=; b=fgEngOvhVjx+OHmvYkhJEkmd30r82zfuDiS+5npywXWck IMaW/VVwXv3kuhuBUBO+bVd4gT8RbnZXmKoqmWx2P31K223C+l3bYYW2UrqXYCXv p4TWPi7AxsxeL2mNN81/zjiaxn/44mFOW40mZCznVqVX9kWSA4X7gWU6jbxvy0=
DomainKey-Signature a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to:content-transfer-encoding; q=dns; s=sasl; b=Uz9YqXx 5MqJ+HiqYdezJK6izf4jeU2UtRGT5uNe5B8SyvCA+DHi0nwG/2sPaBUXEo/5k0p1 yVjJlnTqHABRnUZtOV76yL62SdLxz7CS9KaiMEOY93VLZ+if61fnOWTVWSOYkhrt X6XAWnWmHW+VxDezPkNvjzWTJujiarZREd0w=
Mail-Followup-To bug-bash@gnu.org
Content-Disposition inline
In-Reply-To <87k10za4m4.5.fsf@jidanni.org>
X-Pobox-Relay-ID A903B8B4-9EF6-11EA-BCB3-B0405B776F7B-09356542!pb-smtp20.pobox.com
Received-SPF pass client-ip=173.228.157.52; envelope-from=tmz@pobox.com; helo=pb-smtp20.pobox.com
X-detected-operating-system by eggs.gnu.org: First seen = 2020/05/25 22:14:45
X-ACL-Warn Detected OS = Linux 2.2.x-3.x [generic] [fuzzy]
X-Spam_score_int -27
X-Spam_score -2.8
X-Spam_bar --
X-Spam_report (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN
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 <20200526021439.GV6611@pobox.com>
X-Mailman-Original-References <87d06tjbvh.5.fsf@jidanni.org> <2ab07dda-4802-1bca-029d-e5a396adbdda@case.edu> <87k10za4m4.5.fsf@jidanni.org>
Xref csiph.com gnu.bash.bug:16308

Show key headers only | View raw


積丹尼 Dan Jacobson wrote:
> OK, filed https://github.com/scop/bash-completion/issues/417 .

I think https://github.com/scop/bash-completion/issues/323
is an earlier report of the same core issue.  That report
doesn't contain details, just links to older reports from
around the time bash-4.2 was released.

In many/most of those older reports, the issue was due to a
change in the expansion behavior from 4.1; 4.2 patch 29
adjusted it.  The #323 bash-completion ticket seems to be
conflating the issue in 4.2 (prior to patch 29) with the
existing bash-completion issue.

-- 
Todd

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


Thread

Re: $ becomes \$ upon tab expansion Todd Zullinger <tmz@pobox.com> - 2020-05-25 22:14 -0400

csiph-web