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.bugs Subject: Re: [PATCH] Fix bug: Init auto var to unrandomize `stack_depth' rv. Date: Sun, 10 Jan 2010 18:41:36 +0100 Message-ID: <87skadrh67.fsf@ambire.localdomain> References: <877hrroaux.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 1263145483 31168 80.91.229.12 (10 Jan 2010 17:44:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2010 17:44:43 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Jan 10 18:44:36 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NU1q7-0006XP-KQ for guile-bugs@m.gmane.org; Sun, 10 Jan 2010 18:44:35 +0100 Original-Received: from localhost ([127.0.0.1]:45077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU1q8-0002KC-CI for guile-bugs@m.gmane.org; Sun, 10 Jan 2010 12:44:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NU1pe-0001w7-QF for bug-guile@gnu.org; Sun, 10 Jan 2010 12:44:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NU1pd-0001ut-Nu for bug-guile@gnu.org; Sun, 10 Jan 2010 12:44:06 -0500 Original-Received: from [199.232.76.173] (port=40538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU1pd-0001uZ-DE for bug-guile@gnu.org; Sun, 10 Jan 2010 12:44:05 -0500 Original-Received: from smtp-out13.alice.it ([85.33.2.18]:4152) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NU1pc-0004nG-U3 for bug-guile@gnu.org; Sun, 10 Jan 2010 12:44:05 -0500 Original-Received: from fbcmmo06.fbc.local ([192.168.184.137]) by smtp-out13.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sun, 10 Jan 2010 18:44:03 +0100 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by fbcmmo06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 10 Jan 2010 18:44:02 +0100 Original-Received: from ambire.localdomain ([79.21.72.27]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 10 Jan 2010 18:44:02 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NU1nE-0001ys-7O for bug-guile@gnu.org; Sun, 10 Jan 2010 18:41:36 +0100 In-Reply-To: (Andy Wingo's message of "Sat, 09 Jan 2010 23:29:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-OriginalArrivalTime: 10 Jan 2010 17:44:02.0268 (UTC) FILETIME=[7F1AC1C0:01CA921C] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4440 Archived-At: () Andy Wingo () Sat, 09 Jan 2010 23:29:34 +0100 Applied, along with some other patches. Cool, thanks. If you're going to send patches like this, I'm very happy to apply them; but it would be easier for me if you just sent the messages produced by git-format-patch, so I could just pipe your whole message through git-am. As it is I have to edit the commit logs to cut until the git-format-patch body. Often i include some kind of commentary describing the patch or the motivation of the patch, etc. Where should i include that info? Maybe "git-format-patch --attach"? thi