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: Changes to copy-file? Date: Sat, 13 Jun 2009 12:07:04 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244887638 30609 80.91.229.12 (13 Jun 2009 10:07:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 10:07:18 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 13 12:07:16 2009 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 1MFQ8q-0001tm-Ea for ged-emacs-devel@m.gmane.org; Sat, 13 Jun 2009 12:07:16 +0200 Original-Received: from localhost ([127.0.0.1]:37424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFQ8p-0003so-Ua for ged-emacs-devel@m.gmane.org; Sat, 13 Jun 2009 06:07:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFQ8l-0003sj-7z for emacs-devel@gnu.org; Sat, 13 Jun 2009 06:07:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFQ8g-0003sX-J8 for emacs-devel@gnu.org; Sat, 13 Jun 2009 06:07:10 -0400 Original-Received: from [199.232.76.173] (port=39567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFQ8g-0003sU-E0 for emacs-devel@gnu.org; Sat, 13 Jun 2009 06:07:06 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:56396) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFQ8f-0002BS-WD for emacs-devel@gnu.org; Sat, 13 Jun 2009 06:07:06 -0400 Original-Received: by fxm17 with SMTP id 17so4026843fxm.42 for ; Sat, 13 Jun 2009 03:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xrz0QGL2qeW21mKh8SfHlcOS5/67BxRe14hvMbf0Vx8=; b=g4CCpNYMXaHV6pClaoaKMxsge8QZeQd94J3iIvLtneZls1DoF2ouLmOvPt2MMWiuo7 f8e2NAd/mb9FSPIn9BtPOHO5i1qWX5kK1ax27Rg3NKj1ndckJjIl/cG/XPV96cwrptPc bCSQCAiYlB/RXRVpt4TEAc6w0z1/tGM5kEb3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=QP2ObRPTqFik/TdVQEtBXaHoWYA0Et2iXj4CWSneWiSlcM+reYBqvNcLvhMHZM9i2x jSA7GspWGgcJ4u83F7SFII3uPWeJA6QiHK+rR684t+RKJ0KtnBViyw7OyH4Y6oy+w39A UPSO/FZCZhWqthrrYcMkpCy/vnYi94Tm6c3R8= Original-Received: by 10.239.157.65 with SMTP id p1mr379911hbc.156.1244887624648; Sat, 13 Jun 2009 03:07:04 -0700 (PDT) X-detected-operating-system: by monty-python.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:111485 Archived-At: I use a function in Emacs to upload files. This uses copy-file. Before I always got a question if I want to overwrite the existing file, but with an Emacs from 2009-06-10 I do not get that question any more. I have no idea whether this is a change in Emacs, in my web host ... or perhaps the bug fix I have added for 3467. Can anyone think of any changes that could have affected copy-file this way?