From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44556: 27.1; Ido deletes file without configuration with C-x C-v C-k Date: Thu, 10 Dec 2020 00:15:10 +0300 Message-ID: References: <87o8k4cicz.fsf@gnus.org> <87k0tr10a6.fsf@gnus.org> <86C0D40E-5DAD-452B-ACCB-C6E18E7F988D@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34907"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: Lars Ingebrigtsen , 44556@debbugs.gnu.org To: Christopher Sean Morrison Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 09 22:17:18 2020 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 1kn6po-0008rm-11 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 22:17:16 +0100 Original-Received: from localhost ([::1]:39338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn6pn-0006mQ-2T for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 16:17:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39446) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn6pZ-0006kL-Vd for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 16:17:01 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53043) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn6pZ-0000Vj-OQ for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 16:17:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn6pZ-0002uI-Ka for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 16:17:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Dec 2020 21:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44556 X-GNU-PR-Package: emacs Original-Received: via spool by 44556-submit@debbugs.gnu.org id=B44556.160754858911129 (code B ref 44556); Wed, 09 Dec 2020 21:17:01 +0000 Original-Received: (at 44556) by debbugs.gnu.org; 9 Dec 2020 21:16:29 +0000 Original-Received: from localhost ([127.0.0.1]:36355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn6p3-0002tR-7N for submit@debbugs.gnu.org; Wed, 09 Dec 2020 16:16:29 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:52453) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn6p0-0002t5-Um for 44556@debbugs.gnu.org; Wed, 09 Dec 2020 16:16:27 -0500 Original-Received: from localhost ([::ffff:41.202.241.31]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 000000000001E00D.000000005FD13EA2.00005D8D; Wed, 09 Dec 2020 14:16:18 -0700 Content-Disposition: inline In-Reply-To: <86C0D40E-5DAD-452B-ACCB-C6E18E7F988D@mac.com> 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:195601 Archived-At: * Christopher Sean Morrison via "Bug reports for GNU Emacs, the Swiss army knife of text editors [2020-12-09 23:05]: > I don’t know the inner workings of Ido to dig deeper on why it is > not prompting for confirmation as that's the crux of this report. > If I ctrl-k, file is deleted silently without confirmation. Do you have variable delete-by-moving-to-trash as T ? Then the file may be still in your trash to be recovered. It looks like C-k in ido would ask you to delete the file but if the variable is set, the file would go silently to Trash. Anyway I hope that function is completely removed by developers as it is close to C-j to expand the completion. Use Ivy for completion or helm. I found that standard Emacs completion is less obtrusive and equally efficient. I use Ivy or helm when I need relevance search to match words apart form each other. Otherwise using joker *artial-file-name in built-in completion is just quick.