From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: No Itisnt Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-164-gd26a26f Date: Sun, 11 Jul 2010 19:09:31 -0500 Message-ID: References: <874og539yq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278893382 1751 80.91.229.12 (12 Jul 2010 00:09:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 00:09:42 +0000 (UTC) Cc: guile-devel@gnu.org, No Itisnt To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 12 02:09:41 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OY6aZ-0002cu-MC for guile-devel@m.gmane.org; Mon, 12 Jul 2010 02:09:39 +0200 Original-Received: from localhost ([127.0.0.1]:57685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY6aZ-00043D-2h for guile-devel@m.gmane.org; Sun, 11 Jul 2010 20:09:39 -0400 Original-Received: from [140.186.70.92] (port=59122 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY6aU-00042X-Uk for guile-devel@gnu.org; Sun, 11 Jul 2010 20:09:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY6aT-0001cF-37 for guile-devel@gnu.org; Sun, 11 Jul 2010 20:09:34 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:33497) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY6aS-0001c7-VS; Sun, 11 Jul 2010 20:09:33 -0400 Original-Received: by vws1 with SMTP id 1so1862360vws.0 for ; Sun, 11 Jul 2010 17:09:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Sx8BYKU/vN3iFb+ADjFsGZ9OiFXLz6r7rwuz73ezXe8=; b=g94uN3wM6Zp4NHcjkaLx07SoqtSejVSlgdvF/MIFOjAD703fP5Jy4Phw6w+7U6Dxz4 jY1jwil+Mjyc/s6GyxY7N0opFj48w068llRtMAj71Z9FmXBalL3gk5iiFZgqpEXlM6jK jhUl7xB76B86QBrFFNzHWFsVRzSVuuVqrpIms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mxKFiUXjzqcdm1lig5Uxfu3jBWci2Uz5cyoZf237xGQEd9y0RlNwoKYjSLpAStkDU6 KUHKDg44Mv3jQMN+StRvoTPb2NrpWR3sllQUdTOQPLjXp9J27e+opmsk65gkypcqTqbd dvifCFSZh0FIeQBz5kCShbE7cNvvPKI/cDZWc= Original-Received: by 10.229.88.147 with SMTP id a19mr7861497qcm.1.1278893371383; Sun, 11 Jul 2010 17:09:31 -0700 (PDT) Original-Received: by 10.229.215.21 with HTTP; Sun, 11 Jul 2010 17:09:31 -0700 (PDT) In-Reply-To: <874og539yq.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10646 Archived-At: Hi, yes that was part of a patch Andy approved but I never committed the second part due to issues. On Sun, Jul 11, 2010 at 5:55 PM, Ludovic Court=E8s wrote: > Hi! > > "No Itisnt" writes: > >> commit d26a26f6c0fbdb971995d1b3dcf3345831eb12d7 >> Author: No Itisnt >> Date: =A0 Fri Jul 9 21:22:27 2010 -0500 >> >> =A0 =A0 Remove trailing whitespace >> >> =A0 =A0 * module/language/tree-il.scm: Remove trailing whitespace > > Unless you have an explicit OK, please avoid commits =93just=94 to remove > whitespace. > > I think people on this list had +/- agreed that trailing whitespaces are > Bad(TM), and that we would avoid them (e.g., using an Emacs hook), but > that we could nonetheless live with them and would avoid whitespace > commits. > > Thanks, > Ludo=92. >