From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: rfc: (add-hook 'before-save-hook 'delete-trailing-whitespace) Date: Wed, 13 Jan 2010 21:45:49 +0100 Message-ID: <876375hgxu.fsf@ambire.localdomain> References: <87d41ewezl.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263415736 21555 80.91.229.12 (13 Jan 2010 20:48:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 20:48:56 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 13 21:48:49 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.50) id 1NVA8o-0001Te-2B for guile-devel@m.gmane.org; Wed, 13 Jan 2010 21:48:34 +0100 Original-Received: from localhost ([127.0.0.1]:44633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVA8o-0001fr-Dj for guile-devel@m.gmane.org; Wed, 13 Jan 2010 15:48:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVA8g-0001fC-RO for guile-devel@gnu.org; Wed, 13 Jan 2010 15:48:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVA8f-0001ex-TU for guile-devel@gnu.org; Wed, 13 Jan 2010 15:48:26 -0500 Original-Received: from [199.232.76.173] (port=57990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVA8f-0001et-Ps for guile-devel@gnu.org; Wed, 13 Jan 2010 15:48:25 -0500 Original-Received: from smtp-out01.alice.it ([85.33.2.12]:4950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVA8f-0008LG-Dz for guile-devel@gnu.org; Wed, 13 Jan 2010 15:48:25 -0500 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out01.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:48:23 +0100 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:48:23 +0100 Original-Received: from ambire.localdomain ([79.45.68.35]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:48:22 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NVA69-0003AZ-SB for guile-devel@gnu.org; Wed, 13 Jan 2010 21:45:49 +0100 In-Reply-To: (Andy Wingo's message of "Wed, 13 Jan 2010 21:02:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-OriginalArrivalTime: 13 Jan 2010 20:48:22.0564 (UTC) FILETIME=[BECB3E40:01CA9491] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:9881 Archived-At: () Andy Wingo () Wed, 13 Jan 2010 21:02:03 +0100 I would be happier if my use of Emacs didn't leave me often with trailing whitespace. See subject line. But such as it is, I don't want to play manual garbage collector for stray spaces, which have no detriment on code. Well, if there's concensus, i'm happy to do the janitorial duties. thi