From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: notbob Newsgroups: gmane.emacs.help Subject: Re: Delete marked files from dired Date: 20 Jun 2017 01:03:55 GMT Message-ID: References: <84fufjnefh.fsf@tm6592> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1497920745 15549 195.159.176.226 (20 Jun 2017 01:05:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Jun 2017 01:05:45 +0000 (UTC) User-Agent: slrn/1.0.1 (Linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 20 03:05:40 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dN7bu-0003XC-6y for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jun 2017 03:05:38 +0200 Original-Received: from localhost ([::1]:45054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN7bw-00080F-1F for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jun 2017 21:05:40 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net lFVL1c/rI9HarHBFxHoZwwhAo4Bz7kh4roco8UPocCxt61NuWi Cancel-Lock: sha1:ELvjVxrJCbNuUn+0a2AvkgsciCI= Original-Xref: usenet.stanford.edu gnu.emacs.help:219143 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113530 Archived-At: On 2017-06-19, Ralf Fassel wrote: > Might be easier to just put > > (setq dired-recursive-deletes 'always) Not sure if it is actually easier, but at least it works! Thank you, Ralf. Apparently, "nil" is not acceptable. I had "t" in there, before. With "'always", it always seems to work. DUH! Thank you to all you emacs fans. I asked this question a few yrs ago and no one answered. Looks like we have some new blood. ;) nb