emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PR: dired-do-create-files now checks for trailing slashes in the tar


From: Eli Zaretskii
Subject: Re: PR: dired-do-create-files now checks for trailing slashes in the target
Date: Tue, 02 Nov 2021 17:15:22 +0200

> From: Rudi C <rudiwillalwaysloveyou@gmail.com>
> Date: Tue, 2 Nov 2021 18:38:08 +0330
> Cc: Eli Zaretskii <eliz@gnu.org>, Tassilo Horn <tsdh@gnu.org>, Stefan Kangas 
> <stefankangas@gmail.com>, 
>       emacs-devel@gnu.org
> 
> +(defcustom dired-create-destination-dirs-trailing-separator-special nil

This variable's name is a mouthful; please let's find a shorter name.

> +  "If t, when selecting a single destination in Dired, paths that end in a 
> path separator will be treated as a non-existent directory, and acted on 
> according to `dired-create-destination-dirs'.
> +
> +This option is only relevant if `dired-create-destination-dirs' is not 
> `nil', and you are moving/copying a single directory.
> +
> +For example, when renaming a directory named `old_name' to `new_name/' (note 
> the trailing path separator), `new_name' might be created depending on 
> `dired-create-destination-dirs' and `old_name' will be moved into it if it is 
> created; Otherwise `old_name' will be directly renamed to `new_name'."
> +  :type '(choice (const :tag "Do not treat paths with a trailing path 
> separator specially" nil)

These lines are too long; please divide them into shorter lines.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]