From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Don't complain about changed file when it hasn't changed Date: Tue, 6 Sep 2016 14:59:41 -0700 Organization: UCLA Computer Science Department Message-ID: References: <87oa40k8oq.fsf@red-bean.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1473199207 6011 195.159.176.226 (6 Sep 2016 22:00:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2016 22:00:07 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 Cc: emacs-devel@gnu.org To: Karl Fogel , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 00:00:03 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 1bhOPS-00011w-8M for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2016 00:00:02 +0200 Original-Received: from localhost ([::1]:36277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhOPP-0007IW-VN for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2016 17:59:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhOPF-0007Ft-Fc for emacs-devel@gnu.org; Tue, 06 Sep 2016 17:59:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhOP9-00065i-Lz for emacs-devel@gnu.org; Tue, 06 Sep 2016 17:59:48 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:36622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhOP9-00065e-GK for emacs-devel@gnu.org; Tue, 06 Sep 2016 17:59:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 628C4160195; Tue, 6 Sep 2016 14:59:42 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id KlrPNKcdl_mD; Tue, 6 Sep 2016 14:59:41 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id BEABD160D1E; Tue, 6 Sep 2016 14:59:41 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GLG0J22P_oIj; Tue, 6 Sep 2016 14:59:41 -0700 (PDT) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id A2A40160195; Tue, 6 Sep 2016 14:59:41 -0700 (PDT) In-Reply-To: <87oa40k8oq.fsf@red-bean.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:207226 Archived-At: On 09/06/2016 02:41 PM, Karl Fogel wrote: > E.g., compressed, encrypted... what else? Using some coding system other than Emacs native coding, e.g., CRLF instead of LF.