From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: rfc: (add-hook 'before-save-hook 'delete-trailing-whitespace) Date: Thu, 21 Jan 2010 20:31:56 +0000 Message-ID: <87iqav2o8z.fsf@ossau.uklinux.net> References: <87d41ewezl.fsf@ambire.localdomain> <87bpgy5l9u.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1264105962 3500 80.91.229.12 (21 Jan 2010 20:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2010 20:32:42 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 21 21:32:34 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 1NY3hg-0005Gb-P7 for guile-devel@m.gmane.org; Thu, 21 Jan 2010 21:32:32 +0100 Original-Received: from localhost ([127.0.0.1]:52090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY3hh-0006WO-QW for guile-devel@m.gmane.org; Thu, 21 Jan 2010 15:32:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NY3ha-0006Rx-4D for guile-devel@gnu.org; Thu, 21 Jan 2010 15:32:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NY3hV-0006Hm-8y for guile-devel@gnu.org; Thu, 21 Jan 2010 15:32:25 -0500 Original-Received: from [199.232.76.173] (port=35336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY3hV-0006HU-4S for guile-devel@gnu.org; Thu, 21 Jan 2010 15:32:21 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:35205) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NY3hT-000695-LN; Thu, 21 Jan 2010 15:32:19 -0500 Original-Received: from arudy (host86-182-229-157.range86-182.btcentralplus.com [86.182.229.157]) by mail3.uklinux.net (Postfix) with ESMTP id 0C2321F6AB0; Thu, 21 Jan 2010 20:32:18 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 565253801F; Thu, 21 Jan 2010 20:31:56 +0000 (GMT) In-Reply-To: <87bpgy5l9u.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Wed, 13 Jan 2010 11:53:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:9910 Archived-At: ludo@gnu.org (Ludovic Court=A8=A8s) writes: > (using =A1=AEgit blame=A1=AF becomes almost useless). Wouldn't `git blame -w' solve that problem? Neil