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:19:56 -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 1278894006 2971 80.91.229.12 (12 Jul 2010 00:20:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 00:20:06 +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:20:04 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 1OY6ke-0004lb-Hk for guile-devel@m.gmane.org; Mon, 12 Jul 2010 02:20:04 +0200 Original-Received: from localhost ([127.0.0.1]:55370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY6kd-0006Ih-H2 for guile-devel@m.gmane.org; Sun, 11 Jul 2010 20:20:03 -0400 Original-Received: from [140.186.70.92] (port=49599 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY6kY-0006G9-Lg for guile-devel@gnu.org; Sun, 11 Jul 2010 20:20:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY6kX-0002iN-Fp for guile-devel@gnu.org; Sun, 11 Jul 2010 20:19:58 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:50347) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY6kX-0002iI-CQ; Sun, 11 Jul 2010 20:19:57 -0400 Original-Received: by qwk4 with SMTP id 4so1326125qwk.0 for ; Sun, 11 Jul 2010 17:19:56 -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=gIeHQ3TGsnM9Q0txv3GX1sMFek0CuIu+8mT0K6UiCns=; b=hmPlh+UE0OIPlzXEYtMZPSdnRJqw9HLWwcvMOQ0mB2f34lUaQyNQTzbfT+OfxgJMuc yMwipmMnsd/5FONcrFF/tA1uRYGeZQfMGnK8uTWrh+h+fuEysAqOFPBFFsJ03nTpN0SZ YJa44XEPIAYON3sjhq1AIzV2RUjew2M9Bqbo4= 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=FevJvrWGkYKGkG/S7CqVxOj8QE7loCtClRIDLhgs9w0EZxebVb6Zhlp/LQicz9m+g7 p8XJgmiwoETPAjcxE9iaW3ab73yzFGOdaVYb6UXULAUeexodDBF/peUMNNVn5EgZZfsR bVFekFfn8GnROUXMFiqwGF9rDr6bK0HGDiff8= Original-Received: by 10.224.54.140 with SMTP id q12mr5359090qag.319.1278893996692; Sun, 11 Jul 2010 17:19:56 -0700 (PDT) Original-Received: by 10.229.215.21 with HTTP; Sun, 11 Jul 2010 17:19:56 -0700 (PDT) In-Reply-To: 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:10647 Archived-At: See "[PATCH] Allow printing of malformed tree-il" On Sun, Jul 11, 2010 at 7:09 PM, No Itisnt wrote= : > 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 remov= e >> 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. >> >