From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Fabrice Niessen" Newsgroups: gmane.emacs.devel Subject: Re: [emacs-leuven-theme] diff-index foreground (#2bis) Date: Tue, 01 Oct 2013 21:56:00 +0200 Organization: My Googlest Message-ID: <864n90zrxr.fsf@somewhere.org> References: <86ioy9n78u.fsf_-_@somewhere.org> <864n96uzcq.fsf@somewhere.org> <86mwmytknx.fsf@somewhere.org> <5247395B.1030602@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1380686092 22645 80.91.229.3 (2 Oct 2013 03:54:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2013 03:54:52 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Oct 02 05:54:53 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 1VRDWW-0003iZ-Bq for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2013 05:54:52 +0200 Original-Received: from localhost ([::1]:33763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRDWV-0002oD-UF for ged-emacs-devel@m.gmane.org; Tue, 01 Oct 2013 23:54:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR63x-0000FA-Mx for emacs-devel-mXXj517/zsQ@public.gmane.org; Tue, 01 Oct 2013 15:56:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR63r-0002Kx-N9 for emacs-devel-mXXj517/zsQ@public.gmane.org; Tue, 01 Oct 2013 15:56:53 -0400 Original-Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:13538 helo=mail.missioncriticalit.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR63r-0002Kp-Gk for emacs-devel-mXXj517/zsQ@public.gmane.org; Tue, 01 Oct 2013 15:56:47 -0400 Original-Received: from MUNDANEUM.i-did-not-set--mail-host-address--so-tickle-me (unknown [10.10.4.62]) by mail.missioncriticalit.com (Postfix) with ESMTPS id 793D8503C51; Tue, 1 Oct 2013 21:56:44 +0200 (CEST) X-Url: http://www.MyGooglest.com/fni X-Archive: encrypt In-Reply-To: <5247395B.1030602-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org> (Dmitry Gutov's message of "Sat, 28 Sep 2013 23:17:31 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 213.224.53.58 X-Mailman-Approved-At: Tue, 01 Oct 2013 23:54:50 -0400 X-BeenThere: emacs-devel-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.devel:163790 Archived-At: Hello Dmitry, Dmitry Gutov wrote: > On 27.09.2013 17:16, Fabrice Niessen wrote: > >> While thinking at it, even if there are still improvements which can be = made >> (and which I will try to do) to leuven-theme.el, could you commit the cu= rrent >> version into Emacs trunk? Thanks a lot! > > Sure, no problem, but please keep emacs-devel in Cc, since this kind of > discussion belongs there. OK. There it is. > Could you explain the following additions: > > - "Version:" header, apparently carrying the date of the commit. The "Version:" header contains the date (and time) of the last `save-file' operation... > - time-stamp-* local variables at the bottom of the file. ... *thanks to* the local variables: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 ;; Local Variables: =E2=94=82 ;; time-stamp-format: "%:y%02m%02d.%02H%02M" =E2=94=82 ;; time-stamp-start: "Version: " =E2=94=82 ;; time-stamp-end: "$" =E2=94=82 ;; End: =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 This instructs the time-stamp package to update the "Version:" time stamp e= very time you save the buffer ("last change"), if you have the following in your `.emacs' config file: (add-hook 'before-save-hook 'time-stamp) > Melpa does not use the version header (just sets the version to the time = of the > last commit), and the time-stamp vars just seem useless to me. > > Shall I remove both of these additions before checking in the new version? This version number seems useful to me, to always know when different versi= ons have been saved, even outside of any VC system. May I ask to leave them, if possible? Best regards, Fabrice --=20 Fabrice Niessen Leuven, Belgium