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: Wed, 9 Dec 2020 18:24:17 +0300 Message-ID: References: <87o8k4cicz.fsf@gnus.org> <87k0tr10a6.fsf@gnus.org> 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="40491"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: Christopher Sean Morrison , 44556@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 09 16:27:26 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 1kn1NF-000AQ5-Hq for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 16:27:25 +0100 Original-Received: from localhost ([::1]:33782 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn1NE-0001by-Hm for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 10:27:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn1Ms-0001ag-NX for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 10:27:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn1Ms-0008Uy-GN for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 10:27:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn1Ms-0000CV-C6 for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 10:27:02 -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 15:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44556 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 44556-submit@debbugs.gnu.org id=B44556.1607527588723 (code B ref 44556); Wed, 09 Dec 2020 15:27:02 +0000 Original-Received: (at 44556) by debbugs.gnu.org; 9 Dec 2020 15:26:28 +0000 Original-Received: from localhost ([127.0.0.1]:35739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn1MK-0000Bb-Ic for submit@debbugs.gnu.org; Wed, 09 Dec 2020 10:26:28 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:46281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn1MI-0000BN-Ub for 44556@debbugs.gnu.org; Wed, 09 Dec 2020 10:26:27 -0500 Original-Received: from localhost ([::ffff:41.202.241.31]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C1AEB.000000005FD0EC9C.000026C0; Wed, 09 Dec 2020 15:26:19 +0000 Content-Disposition: inline In-Reply-To: <87k0tr10a6.fsf@gnus.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:195523 Archived-At: * Lars Ingebrigtsen [2020-12-09 18:13]: > Lars Ingebrigtsen writes: > > > Can you give a recipe for reproducing this bug, starting from > > "emacs -Q"? I do not have Graphene installed (which seems to be a package > > from Melpa), so a recipe for reproducing the bug without installing that > > package would be nice. > > More information was requested, but no response was given within a > month, so I'm closing this bug report. If the problem still exists, > please respond to this email and we'll reopen the bug report. I have tried C-x C-v and that completes to open file literally and then C-k is bound to the function below. I cannot see the bug, it is rather key binding in ido to delete the file. C-k runs the command ido-delete-file-at-head (found in ido-completion-map), which is an interactive compiled Lisp function in ‘ido.el’. It is bound to C-k. (ido-delete-file-at-head) Delete the file at the head of ‘ido-matches’. Trash the file if ‘delete-by-moving-to-trash’ is non-nil. If cursor is not at the end of the user input, delete to end of input.