X-Loop: help-debbugs@HIDDEN Subject: bug#10607: Handle all the escapes used by ls -b Resent-From: Lars Ingebrigtsen <larsi@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Wed, 20 Jan 2021 17:42:01 +0000 Resent-Message-ID: <handler.10607.B10607.161116449427960 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 10607 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris <rgm@HIDDEN> Cc: 10607 <at> debbugs.gnu.org Received: via spool by 10607-submit <at> debbugs.gnu.org id=B10607.161116449427960 (code B ref 10607); Wed, 20 Jan 2021 17:42:01 +0000 Received: (at 10607) by debbugs.gnu.org; 20 Jan 2021 17:41:34 +0000 Received: from localhost ([127.0.0.1]:56235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1l2HU6-0007Gu-6h for submit <at> debbugs.gnu.org; Wed, 20 Jan 2021 12:41:34 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1l2HU3-0007Gc-To for 10607 <at> debbugs.gnu.org; Wed, 20 Jan 2021 12:41:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z1hg/xZtjHMGzjBx8i/bFxTP7J14rMpMHyhSwdU2Qrw=; b=hNpdKEq+ENjDmLwch6pebbYUE7 8fj4iIDlhP4XjrNIRi8hZ1HmemqyXxZTZxN8owxlbXpG/a8AWjkP7Bl20WgCQ1PmhNF2GLJq6lYPp LWRYeqdssLBIUI/2Qi2/2XuEsgijzSpr1ikjrBIaTUzK0caNeCUvoXmbiJuIgky8graE=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <larsi@HIDDEN>) id 1l2HTs-0001zz-Pu; Wed, 20 Jan 2021 18:41:25 +0100 From: Lars Ingebrigtsen <larsi@HIDDEN> References: <6o62fzm010.fsf@HIDDEN> X-Now-Playing: Joe Jackson's _Live 1980-86 (2)_: "Memphis" Date: Wed, 20 Jan 2021 18:41:19 +0100 In-Reply-To: <6o62fzm010.fsf@HIDDEN> (Glenn Morris's message of "Thu, 26 Jan 2012 01:48:59 -0500") Message-ID: <87pn1zmrpc.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Glenn Morris <rgm@HIDDEN> writes: > Emacs only partially handles (setq dired-listing-switches "-alb") at the > moment. Ideally, should add handling for all possible file-name > characters (eg =?UTF-8?Q?=07?= = \a, etc). dired-goto-file needs this, [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Glenn Morris <rgm@HIDDEN> writes: > Emacs only partially handles (setq dired-listing-switches "-alb") at the > moment. Ideally, should add handling for all possible file-name > characters (eg = \a, etc). dired-goto-file needs this, possibly other > places. This problem is still present in Emacs 28. Case to reproduce: (progn (setq dired-listing-switches "-alb") (shell-command "touch /tmp/a\ab") (dired "/tmp/") (dired-goto-file "/tmp/a\ab")) This will not go to the a^Gb file. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
Received: (at control) by debbugs.gnu.org; 20 Jan 2021 17:41:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 20 12:41:37 2021 Received: from localhost ([127.0.0.1]:56238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1l2HU9-0007H9-Fb for submit <at> debbugs.gnu.org; Wed, 20 Jan 2021 12:41:37 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1l2HU8-0007Gj-75 for control <at> debbugs.gnu.org; Wed, 20 Jan 2021 12:41:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Gmtxq6hS46O7eUqJA2mMYPCfi8aDpJaSle1/B8GfXm8=; b=KLTyER1lTdfTOIGMxQ+/x9HWSR AhEjlTa5xy5REwpjzHibPiAbQ6VfhQsILNnu42D6TKHEdBZ0YXJww5AbrM06AIwKfG4lTvIS166Jh 8NZKJelcbBbWjkVPCj25U5aFyJ5kJkaVf8o0AbUdvS0GZvmUFVpQrfuQzp5sC6dT2l2Q=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <larsi@HIDDEN>) id 1l2HU0-000206-MC for control <at> debbugs.gnu.org; Wed, 20 Jan 2021 18:41:30 +0100 Date: Wed, 20 Jan 2021 18:41:27 +0100 Message-Id: <87o8hjmrp4.fsf@HIDDEN> To: control <at> debbugs.gnu.org From: Lars Ingebrigtsen <larsi@HIDDEN> Subject: control message for bug #10607 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 10607 + confirmed quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) tags 10607 + confirmed quit
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.