From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: patch about moving file (or directory) to the Recycle Bin on Windows NT series Date: Tue, 22 Apr 2008 11:47:17 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208879338 22834 80.91.229.12 (22 Apr 2008 15:48:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2008 15:48:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Toru TSUNEYOSHI" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 22 17:49:32 2008 connect(): Connection refused 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 1JoKjK-0001u3-Ly for ged-emacs-devel@m.gmane.org; Tue, 22 Apr 2008 17:48:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoKie-0001Uj-TT for ged-emacs-devel@m.gmane.org; Tue, 22 Apr 2008 11:47:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JoKia-0001UV-SU for emacs-devel@gnu.org; Tue, 22 Apr 2008 11:47:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JoKiZ-0001TX-A3 for emacs-devel@gnu.org; Tue, 22 Apr 2008 11:47:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoKiZ-0001TU-2P for emacs-devel@gnu.org; Tue, 22 Apr 2008 11:47:39 -0400 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JoKiY-0001wm-Bc for emacs-devel@gnu.org; Tue, 22 Apr 2008 11:47:38 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id D8DAA2CFA6D; Tue, 22 Apr 2008 11:47:37 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id A5E793FE0; Tue, 22 Apr 2008 11:47:17 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 9208BAF5C7; Tue, 22 Apr 2008 11:47:17 -0400 (EDT) In-Reply-To: (Toru TSUNEYOSHI's message of "Tue, 22 Apr 2008 18:02:48 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca 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:95776 Archived-At: > I wrote the reason for sending the patch. > I made it many years ago. I patched it every Emacs release. But, > recently it's a bother. > And I have seen the QandA "Can move file to the Recycle Bin on Windows > NT series? => No" in (NT)Emacs (or Emacsen) FAQ, several times. > So, I sent it. > (I wish it is applied to Emacs source.) Can someone here take a look at it, please? It may not be the best solution (especially I'm thinking of what happens with temp-files accumulating in the RecycleBin if `delete-file' moves them there). But some support might make sense. Of course similar support should be added for Gnome's trash can. Stefan