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: Sting abstraction 2 Date: Fri, 22 May 2009 17:59:26 +0200 Message-ID: References: <1242833049.32575.7271.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243008924 18474 80.91.229.12 (22 May 2009 16:15:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 May 2009 16:15:24 +0000 (UTC) Cc: Guile Devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 22 18:15:17 2009 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 1M7XOs-00006I-M0 for guile-devel@m.gmane.org; Fri, 22 May 2009 18:15:15 +0200 Original-Received: from localhost ([127.0.0.1]:40119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7XOs-0008RB-18 for guile-devel@m.gmane.org; Fri, 22 May 2009 12:15:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7XEZ-0008QT-JY for guile-devel@gnu.org; Fri, 22 May 2009 12:04:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7XEU-0008G7-Ot for guile-devel@gnu.org; Fri, 22 May 2009 12:04:35 -0400 Original-Received: from [199.232.76.173] (port=56323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7XEU-0008Fq-Fd for guile-devel@gnu.org; Fri, 22 May 2009 12:04:30 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:55485 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7XEU-0002Bw-1K for guile-devel@gnu.org; Fri, 22 May 2009 12:04:30 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 32028B5B48; Fri, 22 May 2009 12:04:29 -0400 (EDT) Original-Received: from unquote (unknown [80.24.4.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 539D8B5B47; Fri, 22 May 2009 12:04:26 -0400 (EDT) In-Reply-To: <1242833049.32575.7271.camel@localhost.localdomain> (Mike Gran's message of "Wed, 20 May 2009 08:24:09 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 3ADEFA3A-46EA-11DE-B0D3-F6BA321C86B1-02397024!a-sasl-fastnet.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:8504 Archived-At: On Wed 20 May 2009 17:24, Mike Gran writes: > I've been working on the Unicode problem in Guile, and I had been too > ambitious. I hacked it up pretty harsh and started getting errors that > were tough to debug. > > Anyway, I backtracked a bit. FWIW this has happened to me a number of times. Bite off something big, understand the problem better, then come back and move from known-good state to known-good state. Yay git! :) Happy hacking, Andy -- http://wingolog.org/