From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108495: Find rcs2log in the source-directory when running uninstalled Date: Wed, 06 Jun 2012 15:26:54 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339010828 24384 80.91.229.3 (6 Jun 2012 19:27:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2012 19:27:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 21:27:07 2012 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 1ScLso-0005Ps-VK for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2012 21:27:07 +0200 Original-Received: from localhost ([::1]:42485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScLso-0001zl-Mi for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2012 15:27:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScLsi-0001yi-Ma for emacs-devel@gnu.org; Wed, 06 Jun 2012 15:27:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScLse-0000pO-Jm for emacs-devel@gnu.org; Wed, 06 Jun 2012 15:27:00 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:64318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScLse-0000pI-G4; Wed, 06 Jun 2012 15:26:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlMFAG6Zu09MCqoy/2dsb2JhbABEoiWRbIEIghYBAQEDAQJTIxALDiYHCxQUBA0kiCELuX6LCIU8A5J2gzSNCYFYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="190140106" Original-Received: from 76-10-170-50.dsl.teksavvy.com (HELO pastel.home) ([76.10.170.50]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Jun 2012 15:26:54 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4B5AB59113; Wed, 6 Jun 2012 15:26:54 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Wed, 06 Jun 2012 12:23:01 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:150803 Archived-At: >>> -;; Copyright (C) 1992-2012 Free Software Foundation, Inc. >>> +;; Copyright (C) 1992-2012 Free Software Foundation, Inc. >> I notice you've installed such changes recently. >> I'm not sure why you do that > For a long time, the example in maintain.info had two spaces here, and > being literal-minded, I assumed there was was some deep legal > significance to that, so I dutifully went around putting in two spaces. > Then I found out there wasn't any reason for two spaces > http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00346.html > so now I'm taking it out again when I remember to. Since there's no good technical reason either way, I suggest we stay with what we've had for years (and what is still in maintain.info), i.e. 2 spaces. >> (I personally prefer the two spaces here, tho it doesn't keep me up at >> night), but I also recently noticed that the template used for new >> file uses two spaces, so if we decide to change the layout, we should >> change it there as well. > What is the "template used for new files"? autoinsert.el. Stefan