From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: delete-file to trash Date: Fri, 21 May 2010 23:32:03 +0200 Message-ID: <201005212332.03856.tassilo@member.fsf.org> References: <201005212215.13527.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274477753 3110 80.91.229.12 (21 May 2010 21:35:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 21:35:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 23:35:49 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OFZsh-0005kx-Mh for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 23:35:48 +0200 Original-Received: from localhost ([127.0.0.1]:54593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFZsg-0006bf-Uc for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 17:35:47 -0400 Original-Received: from [140.186.70.92] (port=55916 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFZpB-0004ru-53 for emacs-devel@gnu.org; Fri, 21 May 2010 17:32:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFZp8-0002jr-WE for emacs-devel@gnu.org; Fri, 21 May 2010 17:32:08 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]:60205) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFZp8-0002jm-UA for emacs-devel@gnu.org; Fri, 21 May 2010 17:32:06 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 580FCF49EE for ; Fri, 21 May 2010 17:32:06 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 21 May 2010 17:32:06 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:date:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; s=smtpout; bh=dVXVQF8g9Aij8m+5iRas5njawHo=; b=Ho4hQSw5jeLI74WFKK48lTWBBFSamcBbIq+s/w3qtE4zShHMfCMhQeWTNray9PVyil/YsJOqaZOhjYaTpy5Y0C+ZJAPsfhxrqC61lHw8Aqh/YRZBngFXNuI7h0MIONwX+w3TiTiXxIS6Y+lqMWhAputpq/1vKDuN/EKzmZ1Pwn4= X-Sasl-enc: xWETSsJPYMfHN7xzY77+3tWHb6CGCOxpUIOmB8LGKxDK 1274477525 Original-Received: from thinkpad.localnet (p54AF17E0.dip0.t-ipconnect.de [84.175.23.224]) by mail.messagingengine.com (Postfix) with ESMTPSA id E1CDC4E16B9 for ; Fri, 21 May 2010 17:32:05 -0400 (EDT) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; x86_64; ; ) In-Reply-To: X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?iso-8859-1?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB?= =?iso-8859-1?q?=7D5/Ea=5BhU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125009 Archived-At: On Friday 21 May 2010 23:12:30 Lennart Borgman wrote: > Wouldn't it be strange if Emacs as the only application had moving to > trunk disabled by default? Basically no application except file managers delete by moving to trash. So dired (and eshell) should do that by default, too, and maybe even `delete-file' when called interactively. But when I expire the Gnus agent cache, I really don't want gazillions of cached news articles end up in my trashcan. > I suggest a better approach would be to identify those cases where it > should not be on and send bug reports/patches for them as soon as > possible. I think there are far more cases where you want to delete than move to trash. Bye, Tassilo