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: [Emacs-diffs] /srv/bzr/emacs/trunk r108495: Find rcs2log in the source-directory when running uninstalled Date: Wed, 06 Jun 2012 16:04:31 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1339013087 8980 80.91.229.3 (6 Jun 2012 20:04:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2012 20:04:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 22:04:45 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 1ScMTF-0000Cp-9r for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2012 22:04:45 +0200 Original-Received: from localhost ([::1]:51198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScMTF-0000Z0-1M for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2012 16:04:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScMTB-0000Yj-Ag for emacs-devel@gnu.org; Wed, 06 Jun 2012 16:04:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScMT3-0007ya-08 for emacs-devel@gnu.org; Wed, 06 Jun 2012 16:04:40 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:59085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScMT2-0007yO-T8 for emacs-devel@gnu.org; Wed, 06 Jun 2012 16:04:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ScMT1-0005Pq-CD; Wed, 06 Jun 2012 16:04:31 -0400 X-Spook: class struggle USCODE computer terrorism War on Terrorism X-Ran: iy5!"d$gM8j|fa@p-Kt>D[!3:?wGeoR X-Hue: cyan X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Wed, 06 Jun 2012 15:26:54 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:150804 Archived-At: Stefan Monnier wrote: > 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. As you wish. I figured since I'm basically the only person who ever bothers to maintain these lines, no-one would else would care about their whitespace. However, maintain.info hasn't contained two spaces for years. Again: http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00346.html At Jim's suggestion, I replaced the two spaces with one in maintain.texi. http://cvs.savannah.gnu.org/viewvc/gnustandards/maintain.texi?revision=1.178&root=gnustandards&view=markup&pathrev=MAIN which is why I started doing this in the first place. On a semi-related subject, log-edit-font-lock-gnu-style claims to relate to the GNU coding standards. Where in those standards does it discourage putting a lone word on a single line, etc?