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: PR: dired-do-create-files now checks for trailing slashes in the target Date: Tue, 28 Sep 2021 22:55:18 +0300 Message-ID: <83tui4iift.fsf@gnu.org> References: <831r58k0cx.fsf@gnu.org> <87tui4qyni.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1935"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudiwillalwaysloveyou@gmail.com, stefankangas@gmail.com, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 28 21:56:27 2021 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 1mVJDH-0000JV-AR for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Sep 2021 21:56:27 +0200 Original-Received: from localhost ([::1]:36066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mVJDF-0000QG-UU for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Sep 2021 15:56:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVJCb-00088e-Nd for emacs-devel@gnu.org; Tue, 28 Sep 2021 15:55:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57494) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mVJCb-0005E3-FV; Tue, 28 Sep 2021 15:55:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1938 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVJC6-0003qC-Vm; Tue, 28 Sep 2021 15:55:39 -0400 In-Reply-To: <87tui4qyni.fsf@gnu.org> (message from Tassilo Horn on Tue, 28 Sep 2021 21:29:04 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:275741 Archived-At: > From: Tassilo Horn > Cc: Stefan Kangas , rudiwillalwaysloveyou@gmail.com, > emacs-devel@gnu.org > Date: Tue, 28 Sep 2021 21:29:04 +0200 > > > It may or may not be, but I'd suggest first to have a reproducible > > recipe that demonstrates the problem. Because I don't think I > > understand what this is trying to solve. > > It solves the problem of moving/copying a file or directory into a > not-yet-existing directory. So with the above example, you can do > > R /new_name/ RET So the behavior will now differ depending on whether new_name already exists or not? because if the user types R /new_ TAB Emacs will complete it to "/new_name/", including the trailing slash.