From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 55ba8c0: Make src headers idempotent and standalone Date: Fri, 16 Oct 2015 15:11:00 -0700 Organization: New Artisans LLC Message-ID: References: <20151016215615.4156.40445@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445033517 4253 80.91.229.3 (16 Oct 2015 22:11:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2015 22:11:57 +0000 (UTC) Cc: Paul Eggert To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 17 00:11:52 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZnDE5-0001lI-LY for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2015 00:11:49 +0200 Original-Received: from localhost ([::1]:56096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnDE4-0003cQ-M7 for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 18:11:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnDE0-0003cD-7s for emacs-devel@gnu.org; Fri, 16 Oct 2015 18:11:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnDDv-0003PC-8C for emacs-devel@gnu.org; Fri, 16 Oct 2015 18:11:44 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:32931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnDDv-0003Op-2e for emacs-devel@gnu.org; Fri, 16 Oct 2015 18:11:39 -0400 Original-Received: by pabrc13 with SMTP id rc13so131562159pab.0 for ; Fri, 16 Oct 2015 15:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=xXty1N7NkpGmS4T0CEx8HevxnQI3cfselPhTAAh+91E=; b=O4pRBvJty36zBKFFLpcFXWMBG8EF/CCuwBW7CoDfRMtGYNM2VMsSQpFUqkY23vP4Wl xxmQdLy89Vy7M4G8RyLwQ/qOjVt3IXwdhSO1i45zPHL/12IYVUqPKbyMjgKqQE/reWb5 TfZ3borWJyu67TAVmC9LrzvAez7PMk3HGt0PET6NNEn4s/RqTk3i2h8W3aVjwcna9/IY TLPUOK4eC+7AnC9bHUcWOIOxLow5+JD+HJqjDm5MqBBCz0+IxEMvpCJ8AOAoFgnNgcUp HtEUXfTbMKnXyC05wYjLJGTxHRkwHCypPwyCXipkhMvNlHDALxHsyel8d3D5LmssNQDH Wqsw== X-Received: by 10.68.174.193 with SMTP id bu1mr18985033pbc.136.1445033498448; Fri, 16 Oct 2015 15:11:38 -0700 (PDT) Original-Received: from Hermes-2.local (99-121-201-99.lightspeed.frokca.sbcglobal.net. [99.121.201.99]) by smtp.gmail.com with ESMTPSA id pq4sm23008149pbc.53.2015.10.16.15.11.37 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 16 Oct 2015 15:11:37 -0700 (PDT) Original-Received: by Hermes-2.local (Postfix, from userid 501) id 1F8F74783E68; Fri, 16 Oct 2015 15:11:37 -0700 (PDT) In-Reply-To: (Paul Eggert's message of "Fri, 16 Oct 2015 21:56:15 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: emacs-devel@gnu.org, Paul Eggert X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191796 Archived-At: >>>>> Paul Eggert writes: > Make src headers idempotent and standalone I do like this change; but can you elaborate the problem we were having before this, which this now fixes? John