From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: delete-file to trash Date: Fri, 21 May 2010 23:46:58 +0200 Message-ID: References: <83mxvtylwg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274478450 5386 80.91.229.12 (21 May 2010 21:47:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 21:47:30 +0000 (UTC) Cc: Leo , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 23:47:28 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OFa3y-0001nu-56 for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 23:47:26 +0200 Original-Received: from localhost ([127.0.0.1]:60130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFa3x-0007aD-Nq for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 17:47:25 -0400 Original-Received: from [140.186.70.92] (port=49777 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFa3s-0007Ys-IF for emacs-devel@gnu.org; Fri, 21 May 2010 17:47:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFa3r-0004gC-5Z for emacs-devel@gnu.org; Fri, 21 May 2010 17:47:20 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:45984) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFa3r-0004g6-33; Fri, 21 May 2010 17:47:19 -0400 Original-Received: by gwb20 with SMTP id 20so921767gwb.0 for ; Fri, 21 May 2010 14:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=GDmPndjV9mH4VBImXpuyTsDkRqFYXW3QtUFv7c+VJvw=; b=OP0+thdTK+TbuASmmbIx+z0tnCIZsaQ2uzkZmQKs+ojAo5TI+B4LsTyDEpIlOlXjKc J7NP2EgNt3lBh89/XyEy1hm4TO9lg2HydOccXc3lZEJcRQdHjLqZYqjVIsq2UUXf1IOP rEnWxs64xCsxEeTVWom0aPdFS/G+7vvxOZD/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=fdMiVSxLdHNw9haJ1yR92IY9SyJqn/LL02YLi1r1zOB28YIeAEnWXeV2viVxVcgWBR EeHCcMvqKuEbP+IzvbBsVc+Wf80dHd1Y+KeEmIv4UT1tMWpym+du7vIpi+cZbo4RZv0R yB1MAOgetML/LbAO4T7s+IFAPIdSgjaGbI1Xc= Original-Received: by 10.100.26.12 with SMTP id 12mr2794110anz.177.1274478438221; Fri, 21 May 2010 14:47:18 -0700 (PDT) Original-Received: by 10.100.177.20 with HTTP; Fri, 21 May 2010 14:46:58 -0700 (PDT) In-Reply-To: <83mxvtylwg.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125013 Archived-At: On Fri, May 21, 2010 at 11:39 PM, Eli Zaretskii wrote: >> From: Leo >> Date: Fri, 21 May 2010 20:48:43 +0100 >> >> Anyway it seems it is harmful to use this feature. > > I think the whole idea is fundamentally flawed. =C2=A0Somebody got enviou= s > of the terrible MS invention and wanted to have it on Posix platforms. Maybe it is instead bad structures within Emacs that is the problem? The calls to delete files in Emacs simply does not have an argument to tell if the user somehow deleted the file or if it was deleted programmatically.