From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii 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 20:04:28 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1208883951 9790 80.91.229.12 (22 Apr 2008 17:05:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2008 17:05:51 +0000 (UTC) Cc: t_tuneyosi@hotmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 22 19:06:26 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 1JoLvr-0001dq-Ny for ged-emacs-devel@m.gmane.org; Tue, 22 Apr 2008 19:05:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoLvC-0005Xa-AO for ged-emacs-devel@m.gmane.org; Tue, 22 Apr 2008 13:04:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JoLv7-0005XV-QN for emacs-devel@gnu.org; Tue, 22 Apr 2008 13:04:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JoLv6-0005XJ-8R for emacs-devel@gnu.org; Tue, 22 Apr 2008 13:04:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoLv6-0005XG-3J for emacs-devel@gnu.org; Tue, 22 Apr 2008 13:04:40 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JoLv5-0001yo-HE for emacs-devel@gnu.org; Tue, 22 Apr 2008 13:04:39 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.1.82]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JZQ002IRLF1DPO4@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Tue, 22 Apr 2008 20:18:42 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 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:95788 Archived-At: > From: Stefan Monnier > Date: Tue, 22 Apr 2008 11:47:17 -0400 > Cc: emacs-devel@gnu.org > > Can someone here take a look at it, please? I will, if no one beats me to it. > 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. AFAICS, the patch makes it an optional feature. As long as it's off by default, I think it's okay.