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: Mon, 19 Jun 2017 11:21:24 +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 1497864335 31898 195.159.176.226 (19 Jun 2017 09:25:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2017 09:25:35 +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 Mon Jun 19 11:25:31 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 1dMsw7-00082Y-6t for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jun 2017 11:25:31 +0200 Original-Received: from localhost ([::1]:41386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMswC-0001an-7H for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jun 2017 05:25:36 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net U1iDlTcFqvRfRTkv1gY0kg3yz12UcZTi5/vXW2L7j4bLsuAMw= Cancel-Lock: sha1:PCSKb2UjZzYIDCF0rCO3tH5+/5Q= sha1:+uDJlnVFlnIP0MzyDGSy32gKy0o= Original-Xref: usenet.stanford.edu gnu.emacs.help:219142 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:113526 Archived-At: * notbob | OK, my bad. Turns out you gotta be IN dired mode fer the variable to | show up. I used another xterm to put me in an non-dired mode of emacs | and that does NOT work. Might be that the variable is not known to emacs until dired-mode is actually loaded. | Now all I gotta do is learn how the "customize" screen works. Might be easier to just put (setq dired-recursive-deletes 'always) in your .emacs (maybe accompanied by a comment indicating what this does), but I thought the 'GUI'-approach might be the way to go these days... :-) HTH R'