From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dired delete(d) the wrong file! Date: Fri, 05 Jul 2024 08:43:23 +0300 Message-ID: <86r0c875s4.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2115"; mail-complaints-to="usenet@ciao.gmane.io" Cc: deego3@gmail.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 05 07:44:19 2024 Return-path: Envelope-to: ged-emacs-devel@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 1sPbk2-0000Kt-GQ for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Jul 2024 07:44:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sPbjJ-0003yk-L6; Fri, 05 Jul 2024 01:43:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPbjD-0003yP-Ie for emacs-devel@gnu.org; Fri, 05 Jul 2024 01:43:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPbjC-0000o6-90; Fri, 05 Jul 2024 01:43:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=t7YBKD0Zjnf16GSg+dt2OVfJaIIKaPVc8nWFbxSlcAk=; b=UBadJrOFnFF4 88jExpqWl4NBz8F/SSxqjMiqQazSnr4MV3uEmrHZDIn5d6umnD81xJ5DpHvMnvmZoMwULWhN2Ahu7 J5XOOTPm/o2dUSlAaYlwOKRkHGKEN1KqIQW2tPojMNwC8GEqSafr88V7tuiCFLHt2ySdXv482qbzd OyMuiXDD6e9+et1Ad0M8BwGPm4o5rnrCNjBsFnxpkDfDLYhaDX+eF5vCc1WjtCGLshGUUXdmpwkLL pT2oaASCeENEW4fwh7DDLMQH54YEMzEOk4OCkJ3PO08hHedha5P7bGwj5vdw8ZLsWeyB/HvKuz0SO Zsj4phRdpIfAvNLPq1MsDQ==; In-Reply-To: (message from Po Lu on Fri, 05 Jul 2024 09:24:40 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321373 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Fri, 05 Jul 2024 09:24:40 +0800 > > Dave Goel writes: > > > Is there a way for dired to dtrt? Is regexp the only way? > > Dired should use the `--dired' option in GNU ls to extract the true > positions of printed file names. And it does, by default at least. Doesn't it?