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: Why @#! is not Emacs using the Recycle bin on w32? Date: Fri, 29 Aug 2008 13:35:35 +0200 Message-ID: <48B7DF07.4090907@gmx.at> References: <48B7288E.3040503@gmail.com> <48B73AA9.5090900@gnu.org> <48B73D8F.90501@gmail.com> <48B7AC10.6090800@gmail.com> <48B7B08B.6050103@gmail.com> <48B7D251.9080003@gnu.org> 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 1220009928 1142 80.91.229.12 (29 Aug 2008 11:38:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2008 11:38:48 +0000 (UTC) Cc: David House , Eli Zaretskii , "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 29 13:39:41 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 1KZ2KF-00047T-F2 for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2008 13:39:35 +0200 Original-Received: from localhost ([127.0.0.1]:48454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZ2JH-00065F-1A for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2008 07:38:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZ2Iz-0005sy-T1 for emacs-devel@gnu.org; Fri, 29 Aug 2008 07:38:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZ2Iw-0005ps-5T for emacs-devel@gnu.org; Fri, 29 Aug 2008 07:38:16 -0400 Original-Received: from [199.232.76.173] (port=34478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZ2Iv-0005pb-RR for emacs-devel@gnu.org; Fri, 29 Aug 2008 07:38:13 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:60348) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KZ2Iu-0008GN-Oc for emacs-devel@gnu.org; Fri, 29 Aug 2008 07:38:13 -0400 Original-Received: (qmail invoked by alias); 29 Aug 2008 11:38:11 -0000 Original-Received: from 62-47-33-217.adsl.highway.telekom.at (EHLO [62.47.33.217]) [62.47.33.217] by mail.gmx.net (mp049) with SMTP; 29 Aug 2008 13:38:11 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/X0wt4HvrXy63oe7KzhSL77F+fh6UDnEuVCay0C9 XQTM5nLmz3O19V User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <48B7D251.9080003@gnu.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:103165 > I'm not aware of ANY non-system program other than Emacs that takes > the trouble to use the Recycle Bin on Windows. All file-managers and packers on Windows I'm aware of (and I tested many of them) use the Recycle Bin by default. In general hitting DEL sends the file to the Recycle Bin while Shift DEL deletes it irrevocably. martin