From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.help Subject: Re: Delete marked files from dired Date: Thu, 15 Jun 2017 11:17:30 +0200 Message-ID: References: <84fufjnefh.fsf@tm6592> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1497518440 3913 195.159.176.226 (15 Jun 2017 09:20:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Jun 2017 09:20:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 15 11:20:37 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 1dLQxA-0000pv-RX for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jun 2017 11:20:36 +0200 Original-Received: from localhost ([::1]:52887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQxG-0000Cy-8h for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jun 2017 05:20:42 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: individual.net W60sfkDz6ct6N7Vx+lDZMA3GLC5f8Omiq12nabJUcC2Fhc1H4= Cancel-Lock: sha1:Sv9toz/0xFMkvQ4wobqSDxuNqa0= sha1:uDShRi5mVaLgItC3thobl6SntXg= Original-Xref: usenet.stanford.edu gnu.emacs.help:219138 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:113473 Archived-At: * notbob | [...] If the variable dired-recursive-deletes is non-nil, then Dired | can delete nonempty directories including all their contents. That can | be somewhat risky." > | So, how do I set the above named variable or, better yet, how do I | invoke it w/o changing my emacs config file? M-x customize-variable RET dired-recursive-deletes RET But make sure you really really really want to delete non-empty directories (especially $HOME :-) without confirmation. HTH R'