From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.bugs Subject: bug#51501: 28.0.60; shell-quote-argument quotes "^!" incorrectly on MS-Windows Date: Sat, 30 Oct 2021 08:51:18 +0000 Message-ID: <04203f39462b1d1585ed@heytings.org> References: <83h7cyq4pe.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24479"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51501@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 30 10:52:09 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mgk5x-0006BG-2Z for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 30 Oct 2021 10:52:09 +0200 Original-Received: from localhost ([::1]:52734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgk5v-0001wC-Pv for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 30 Oct 2021 04:52:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgk5p-0001vo-Se for bug-gnu-emacs@gnu.org; Sat, 30 Oct 2021 04:52:01 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45073) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgk5p-0001zI-K2 for bug-gnu-emacs@gnu.org; Sat, 30 Oct 2021 04:52:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgk5p-0007rw-J5 for bug-gnu-emacs@gnu.org; Sat, 30 Oct 2021 04:52:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Gregory Heytings Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Oct 2021 08:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51501 X-GNU-PR-Package: emacs Original-Received: via spool by 51501-submit@debbugs.gnu.org id=B51501.163558388130194 (code B ref 51501); Sat, 30 Oct 2021 08:52:01 +0000 Original-Received: (at 51501) by debbugs.gnu.org; 30 Oct 2021 08:51:21 +0000 Original-Received: from localhost ([127.0.0.1]:56619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgk5A-0007qw-Oc for submit@debbugs.gnu.org; Sat, 30 Oct 2021 04:51:20 -0400 Original-Received: from heytings.org ([95.142.160.155]:41712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgk59-0007qp-GL for 51501@debbugs.gnu.org; Sat, 30 Oct 2021 04:51:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1635583878; bh=5xvc8lw1VgZw+t9eiF4Kc10jWBOvWMVS8RF4UTGuOm0=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=YzGOeROOh7oOXIuMoXfOzUXoNXtEyk3iHjX9BCWmUVZv3E+SinwbARFWNUA4xhygB 84spkNEqNaEvLhQFTyRec/5lWquZSehIb46HgP4cKSIGcoMyQ9EXhJiyLsuVf+YvNA 8L0hRLOtG0zjF4BmJAElTG5yeD5+1H4y18AZv0TzPu8kx/zCznVN2TOUL/mKL+NVzA A/oD3ghv8m4OsUU1zrB3eWf+Lzo3R4ptZar3ZWyIu0u12YeOkkH8n3NtMeocwJAKFM SWAe+pXslOu/+GCnB7yUdNWT8m7fTrOYh/z1YPfAJ+oih9yRGmPO/dbBwk52zmWSiN 6X412CYfgqrqg== In-Reply-To: <83h7cyq4pe.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:218603 Archived-At: > > (shell-quote-argument "foo^!") => "^\"foo^^^!^\"" > > This is definitely NOT okay. > Is this with emacs -Q? I get "foo\\^\\!".