From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Concerning delete-by-moving-to-trash on free systems Date: Thu, 27 Nov 2008 14:43:55 +0100 Message-ID: <492EA41B.5040507@gmx.at> References: <87od01tr8o.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227794224 8998 80.91.229.12 (27 Nov 2008 13:57:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2008 13:57:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 14:58:06 2008 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.50) id 1L5hNc-0000on-Vd for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 14:58:05 +0100 Original-Received: from localhost ([127.0.0.1]:54920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5hMS-0006yJ-Kz for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 08:56:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5hCn-0002zT-Ez for emacs-devel@gnu.org; Thu, 27 Nov 2008 08:46:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5hCl-0002xl-OU for emacs-devel@gnu.org; Thu, 27 Nov 2008 08:46:52 -0500 Original-Received: from [199.232.76.173] (port=42528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5hCk-0002xR-3H for emacs-devel@gnu.org; Thu, 27 Nov 2008 08:46:50 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:36424) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L5hCj-0002rm-GA for emacs-devel@gnu.org; Thu, 27 Nov 2008 08:46:49 -0500 Original-Received: (qmail invoked by alias); 27 Nov 2008 13:46:47 -0000 Original-Received: from 62-47-58-151.adsl.highway.telekom.at (EHLO [62.47.58.151]) [62.47.58.151] by mail.gmx.net (mp064) with SMTP; 27 Nov 2008 14:46:47 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18rL6x/kswrm4yesWFxnfe6+DDtPpPfuNBFwj0P9V 8ufxjKmZlNgxZ5 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <87od01tr8o.fsf@thinkpad.tsdh.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.8 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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:106227 Archived-At: > - Now delete another file named a. This file is really deleted, > because a already exists in trash. (Overwriting would be as bad as > the current decision.) IMHO, this qualifies as a very severe bug. martin