From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: delete-file default to buffer-file-name if non-nil Date: Sat, 15 May 2010 20:05:06 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273946740 17076 80.91.229.12 (15 May 2010 18:05:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 May 2010 18:05:40 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 15 20:05:39 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 1ODLk1-00024R-N1 for ged-emacs-devel@m.gmane.org; Sat, 15 May 2010 20:05:37 +0200 Original-Received: from localhost ([127.0.0.1]:43554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODLk1-0007H2-9a for ged-emacs-devel@m.gmane.org; Sat, 15 May 2010 14:05:37 -0400 Original-Received: from [140.186.70.92] (port=37867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODLjt-0007Gu-K5 for emacs-devel@gnu.org; Sat, 15 May 2010 14:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODLjs-0003mz-4B for emacs-devel@gnu.org; Sat, 15 May 2010 14:05:29 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:41748) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODLjr-0003mA-Tm for emacs-devel@gnu.org; Sat, 15 May 2010 14:05:28 -0400 Original-Received: by wyb40 with SMTP id 40so1236266wyb.0 for ; Sat, 15 May 2010 11:05:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=7c1AsnO7SEVCK9fpPEOIwrsfQrleIKIDib4GZ1wTG1Q=; b=vcaEYibsY9O64YQ3yZL26NOQXIVFdkw+dd6sjvBO5AjdKyopGLwzsRmdjuN1o/Y3N4 b0iXqCCLbRd3vNAZ2tKDkdmEIiPG70F1dku0lEPE0vACCEgHzoM1kRQPDa2nDhCnPKLA 3MpFnO7Yr1nMK4QkpFLCeJoowYbo4eL2/Ki4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Tg0G126nqLot4XKeAko1R4BUekXWjFnguS/d9a5FCUc+pf99SLmNOWk/sqkvDc+kOS AorP71V0K1qgvm3LmGVKBecagVc3OEzxc7tGZS3C5Jy9b4L2QgQAVSkX0kHZ8lbQHMD0 XRP4Kv6uDMMl8ts0OYfbnS7IXrjfHHu+eNg+g= Original-Received: by 10.216.188.146 with SMTP id a18mr425389wen.22.1273946726551; Sat, 15 May 2010 11:05:26 -0700 (PDT) Original-Received: by 10.216.67.204 with HTTP; Sat, 15 May 2010 11:05:06 -0700 (PDT) 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:124811 Archived-At: Could we change the behavior of delete-file so that it defaults to buffer-file-name if non-nil, otherwise the current directory, if called interactively? If not, could we make it do so if the command is given an argument? -- Deniz Dogan