From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: rfc: (add-hook 'before-save-hook 'delete-trailing-whitespace) Date: Wed, 13 Jan 2010 21:02:03 +0100 Message-ID: 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 1263413187 11927 80.91.229.12 (13 Jan 2010 20:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 20:06:27 +0000 (UTC) Cc: guile-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 13 21:06:20 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 1NV9Tm-00033U-QX for guile-devel@m.gmane.org; Wed, 13 Jan 2010 21:06:11 +0100 Original-Received: from localhost ([127.0.0.1]:52106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV9Tn-0002bB-9i for guile-devel@m.gmane.org; Wed, 13 Jan 2010 15:06:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV9TU-0002GW-DZ for guile-devel@gnu.org; Wed, 13 Jan 2010 15:05:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV9TP-00027j-87 for guile-devel@gnu.org; Wed, 13 Jan 2010 15:05:51 -0500 Original-Received: from [199.232.76.173] (port=40288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV9TP-00027P-4R for guile-devel@gnu.org; Wed, 13 Jan 2010 15:05:47 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:34657 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV9TO-00056u-Lm for guile-devel@gnu.org; Wed, 13 Jan 2010 15:05:46 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 6CC5E90CF5; Wed, 13 Jan 2010 15:03:36 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=+HYFLNC8mixer+N9st60wkJ+HX4=; b=pXKaF4 vNIsfW0nfihKlBzJ1HnAxajzTGBep2mMcVHpC0QAlEcIFofPMRWP7YDAbMnPtlas IK5kbQr1mwuqxhnzqBYAxX4ASn3fLC4j0mPQzFwvybx/eqYZ7qp0jxG12odd4ing Y1dPpLoDxCZ3gqC+YOs1+AE9j0NIfbPagYtoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=EFsT54v7qz/Mu4y3oqcFJS0X5/VXiwMO 3guk0D2ujky1bHT5g0MLfmCU7h6KUCIE8uLExKjeV23CkQ4OgIXTcddiT/cZYPjD X1utw7TT32IvDKZFJ+VEdHhuvhv7eYzIX1NvRQHZ2N7rnI9FfC6JDiqjePDfSeyE JivDLFD6Tec= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 5AA8A90CF4; Wed, 13 Jan 2010 15:03:35 -0500 (EST) Original-Received: from unquote (unknown [81.38.180.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 8A68590CF0; Wed, 13 Jan 2010 15:03:32 -0500 (EST) In-Reply-To: <87d41ewezl.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Wed, 13 Jan 2010 10:06:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: BB5878F0-007E-11DF-8940-6AF7ED7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:9880 Archived-At: On Wed 13 Jan 2010 10:06, Thien-Thi Nguyen writes: > I propose Guile also not tolerate trailing whitespace. What do people > think? To change all that code is a bit of a pain, for not very much gain. I personally don't care about the topic. I would be happier if my use of Emacs didn't leave me often with trailing whitespace. But such as it is, I don't want to play manual garbage collector for stray spaces, which have no detriment on code. Andy -- http://wingolog.org/