From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Rolf Ade Newsgroups: gmane.emacs.devel Subject: Re: Don't complain about changed file when it hasn't changed Date: Mon, 26 Dec 2016 01:29:05 +0100 Organization: Me, myself and I Message-ID: <87mvfj354e.fsf@pointsman.de> References: <8737he3zpp.fsf@pointsman.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1482712190 3321 195.159.176.226 (26 Dec 2016 00:29:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2016 00:29:50 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 01:29:45 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cLJAc-0007zD-Kn for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2016 01:29:43 +0100 Original-Received: from localhost ([::1]:48327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLJAd-0003cq-R5 for ged-emacs-devel@m.gmane.org; Sun, 25 Dec 2016 19:29:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLJAT-0003bY-6r for emacs-devel@gnu.org; Sun, 25 Dec 2016 19:29:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLJAQ-0000Qo-4C for emacs-devel@gnu.org; Sun, 25 Dec 2016 19:29:33 -0500 Original-Received: from [195.159.176.226] (port=37792 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cLJAP-0000Pr-Tm for emacs-devel@gnu.org; Sun, 25 Dec 2016 19:29:30 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cLJAG-0005eB-Vs for emacs-devel@gnu.org; Mon, 26 Dec 2016 01:29:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:C1FD26HXNoKP6nx4t8FEqzY5Q5E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:210812 Archived-At: Stefan Monnier writes: >>> The patch below is supposed to change Emacs such that if the file's >>> timestamp has changed, but the contents is still the same, it doesn't >>> prompt the user about a supersession-threat. >> What happend to this? > > AFAIK it's in Emacs's master branch. Great! And a big thank you, for stepping forward with this. (I looked throu NEWS on master, before asking here, but somehow missed the related entry (in "Editing Changes in Emacs 26.1"): ** No more prompt about changed file when the file's content is unchanged. Instead of only checking the modification time, Emacs now also checks the file's actual content before prompting the user. )