From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add Unicode strings and symbols Date: Sat, 08 Aug 2009 03:01:26 -0700 Message-ID: <1249725686.30365.9.camel@localhost.localdomain> References: <1249256413.12325.9367.camel@localhost.localdomain> <1249724641.30365.1.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249725747 15162 80.91.229.12 (8 Aug 2009 10:02:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2009 10:02:27 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 08 12:02:20 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 1MZikk-0001tT-Gk for guile-devel@m.gmane.org; Sat, 08 Aug 2009 12:02:18 +0200 Original-Received: from localhost ([127.0.0.1]:49656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZikj-00073a-VE for guile-devel@m.gmane.org; Sat, 08 Aug 2009 06:02:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZikN-0006wg-5g for guile-devel@gnu.org; Sat, 08 Aug 2009 06:01:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZikJ-0006w0-Tu for guile-devel@gnu.org; Sat, 08 Aug 2009 06:01:52 -0400 Original-Received: from [199.232.76.173] (port=46980 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZikJ-0006vr-9F for guile-devel@gnu.org; Sat, 08 Aug 2009 06:01:51 -0400 Original-Received: from smtp102.prem.mail.sp1.yahoo.com ([98.136.44.57]:20676) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MZikI-0004qm-Fe for guile-devel@gnu.org; Sat, 08 Aug 2009 06:01:50 -0400 Original-Received: (qmail 9366 invoked from network); 8 Aug 2009 10:01:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=6Xpl08OQ8LvJ3WoL1ca2vXDvVvNl8MYCpaHdKIJme7C4iCPRmR3IG8gboq5v4tWH9FcGlWNjvHdhAWgTmHYbtAXpHOSBmSJKZc7S/OKPJ2/9HUYXxUI4XqdFKubrNQVi2wkrUFxbvSlnHqZIvLw3WZezy7xgolRasdKdFrAYFVw= ; Original-Received: from ppp-71-142-0-233.dsl.irvnca.pacbell.net (spk121@71.142.0.233 with plain) by smtp102.prem.mail.sp1.yahoo.com with SMTP; 08 Aug 2009 03:01:49 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: Cbs9WzgVM1lxAwPp_7Sni73fSF7L6O41_0S9AU_kZHLwoUooXa11XH9_h5P9.L_xvQMuCBmcqtuO2eL6g.GWCmzLMC51uiIrRZ0B7NENmKelcPFe3AQ3Xi26JbQKc.LvGUXz85drDnt73Epr4aD4VBqk1yGc1cF77d5tIm0p0YlFhfmAk7xVMbV3MqPw00vvoM4Kib6tnlCYzo.9kCmmzSAbGn4rwPRy_KD1jaMjysFvNZYN_H8pJuYGVgjiarm3KtApRR2a4Hjm17MQgT6xUinOf.Sh7mXJwfpU7fAmGxL51lQiC4eU_x9kkHdl1YoC0Ug- X-Yahoo-Newman-Property: ymail-3 In-Reply-To: <1249724641.30365.1.camel@localhost.localdomain> X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:9040 Archived-At: On Sat, 2009-08-08 at 02:44 -0700, Mike Gran wrote: > On Sun, 2009-08-02 at 16:40 -0700, Mike Gran wrote: > > Hi- > > > > I think I scared Ludo when I committed something, so let me try this > > instead. Attached please find the next patch toward Unicode strings. It > > is a big patch, but, it is the smallest patch I could make that added > > the next quantum of functionality yet returned master to a working > > state. > > > > > > Since I see no objection, I'll push this. > > Thanks, > > Mike Freakin' git. I was surprised to see that a commit named "Merge commit 'origin/master'" appeared in the main tree when I did that. Sorry. -Mike