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, 27 May 2008 14:39:43 -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 1211913603 10396 80.91.229.12 (27 May 2008 18:40:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 18:40:03 +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 May 27 20:40:44 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 1K146E-00083Z-6C for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 20:40:42 +0200 Original-Received: from localhost ([127.0.0.1]:38463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K145T-0000aW-1d for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 14:39:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K145P-0000aJ-61 for emacs-devel@gnu.org; Tue, 27 May 2008 14:39:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K145N-0000Zt-Jv for emacs-devel@gnu.org; Tue, 27 May 2008 14:39:49 -0400 Original-Received: from [199.232.76.173] (port=50710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K145N-0000Zp-Eo for emacs-devel@gnu.org; Tue, 27 May 2008 14:39:49 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:42246 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K145N-0002MQ-9o for emacs-devel@gnu.org; Tue, 27 May 2008 14:39:49 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 719F5B408C; Tue, 27 May 2008 14:39:43 -0400 (EDT) In-Reply-To: (Toru TSUNEYOSHI's message of "Wed, 28 May 2008 02:11:21 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:97822 Archived-At: Can someone please install it? Stefan >>>>> "Toru" == Toru TSUNEYOSHI writes: > Thanks for your helping, Jason and Stefan. > I fixed a patch according to it. > (I read archives on http://lists.gnu.org/archive/html/emacs-devel/.) > (I write again.) > step to enable move-file-to-trash: > cd src > patch -i patch__enable_delete_to_trash.diff > make all install > Run emacs > (load-file "move-file-to-trash.el") > (setq delete-by-moving-to-trash t)