From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Mon, 11 Nov 2013 21:56:54 -0500 Message-ID: References: <83txhkpszv.fsf@gnu.org> <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83bo3pmc8b.fsf@gnu.org> <8361txm9r1.fsf@gnu.org> <834n9hm87s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1384225018 6302 80.91.229.3 (12 Nov 2013 02:56:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2013 02:56:58 +0000 (UTC) Cc: Emacs development discussions To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 12 03:57:03 2013 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 1Vg4A0-0004ST-Vt for ged-emacs-devel@m.gmane.org; Tue, 12 Nov 2013 03:57:01 +0100 Original-Received: from localhost ([::1]:40560 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg4A0-0005b4-Dr for ged-emacs-devel@m.gmane.org; Mon, 11 Nov 2013 21:57:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg49w-0005ak-QF for emacs-devel@gnu.org; Mon, 11 Nov 2013 21:56:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vg49v-0001iY-Cp for emacs-devel@gnu.org; Mon, 11 Nov 2013 21:56:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg49v-0001iT-8m for emacs-devel@gnu.org; Mon, 11 Nov 2013 21:56:55 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vg49u-0001Pn-C3; Mon, 11 Nov 2013 21:56:54 -0500 X-Spook: Ron Brown morse USCODE Yukon [Hello to all my friends and X-Ran: (_kQQ}mVN[/H*,>#EX/,BQ~-Aem,n|%SaZ7Qoi+>^z3D>/Akns-^Il>!/I$D/c6Su*m!1k X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:165187 Archived-At: I can't comment on any of the actual details, since I can't test it, but here are some pedantic nitpicks! :) > +VERSION='2013-11-10 14:48'; # UTC Things like that are generally a nuisance with VCS (merge conflicts). I don't think it serves any useful purpose in this case. I guess you have this because you copied the template of move-if-change. That has more of an excuse for including such a thing; since, as part of gnulib, it will be included in many projects that have varying version numbers of their own. But for yours, the version will just be that of the Emacs that it came with. > +# Copyright (C) 2002-2013 Free Software Foundation, Inc. Probably should just be 2013. > +Copyright (C) 2011 Free Software Foundation, Inc. Probably should just be 2013. > +## Local Variables: > +## eval: (add-hook 'write-file-functions 'time-stamp) > +## time-stamp-start: "VERSION='" > +## time-stamp-format: "%:y-%02m-%02d %02H:%02M" > +## time-stamp-time-zone: "UTC" > +## time-stamp-end: "'; # UTC" > +## End: Not needed IMO.