From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Don't complain about changed file when it hasn't changed Date: Mon, 29 Aug 2016 20:37:42 -0400 Message-ID: References: <83oa4bbq5b.fsf@gnu.org> <28f1147e-3aa7-b574-b420-ef18ebe699b5@lanl.gov> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472517300 1255 195.159.176.226 (30 Aug 2016 00:35:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2016 00:35:00 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Davis Herring Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 30 02:34:53 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 1beX0u-0007z4-Di for ged-emacs-devel@m.gmane.org; Tue, 30 Aug 2016 02:34:52 +0200 Original-Received: from localhost ([::1]:46314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beX0s-0007tg-35 for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2016 20:34:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beX0m-0007tQ-R8 for emacs-devel@gnu.org; Mon, 29 Aug 2016 20:34:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beX0i-0003kk-K5 for emacs-devel@gnu.org; Mon, 29 Aug 2016 20:34:43 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:60477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beX0i-0003kg-Fh; Mon, 29 Aug 2016 20:34:40 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u7U0ZJv1016790; Mon, 29 Aug 2016 20:35:19 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CF17B66274; Mon, 29 Aug 2016 20:37:42 -0400 (EDT) In-Reply-To: <28f1147e-3aa7-b574-b420-ef18ebe699b5@lanl.gov> (Davis Herring's message of "Mon, 29 Aug 2016 11:50:43 -0600") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5781=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5781> : inlines <5153> : streams <1692178> : uri <2277662> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:206909 Archived-At: > To me, avoiding the prompt is nice, but retaining the undo list is the > important part. (Thanks, Stefan!) Should it be what is mentioned in NEWS? AFAIK the undo list was preserved (revert-buffer used to throw away the undo list, but I changed that a few years ago). Stefan