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: frozen! Date: Mon, 12 Oct 2009 06:56:51 -0700 Message-ID: <1255355811.3553.45.camel@localhost.localdomain> References: <375101.49884.qm@web37901.mail.mud.yahoo.com> <92B05ECF-EEE9-41B9-BE0F-C25778E10067@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255356160 23374 80.91.229.12 (12 Oct 2009 14:02:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2009 14:02:40 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 12 16:02:32 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 1MxLTk-0007J6-F8 for guile-devel@m.gmane.org; Mon, 12 Oct 2009 16:02:24 +0200 Original-Received: from localhost ([127.0.0.1]:44333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxLTj-0003eb-Uy for guile-devel@m.gmane.org; Mon, 12 Oct 2009 10:02:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxLP9-0001Iy-5u for guile-devel@gnu.org; Mon, 12 Oct 2009 09:57:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxLP8-0001IJ-Gd for guile-devel@gnu.org; Mon, 12 Oct 2009 09:57:38 -0400 Original-Received: from [199.232.76.173] (port=37267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxLP8-0001I9-9j for guile-devel@gnu.org; Mon, 12 Oct 2009 09:57:38 -0400 Original-Received: from smtp109.prem.mail.sp1.yahoo.com ([98.136.44.54]:33960) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MxLP7-0001s3-Mh for guile-devel@gnu.org; Mon, 12 Oct 2009 09:57:38 -0400 Original-Received: (qmail 23980 invoked from network); 12 Oct 2009 13:57:37 -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:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=m6FIPBAlpTVOj3YEzZVOVmWnTQBb58vt2K22gvVR1c55v4OSG9IK9lznf1xW+1XoIWfVVwEXi+5dpxUDEXiLQi+F1WH9idtWtwF8TEGl0BXGCKXsA5vMgRJgjeXNxu2gEyK/fykmY++NbpDMOT/2/8pWvOSfN0yasIVQF5NulH0= ; Original-Received: from ppp-71-140-101-38.dsl.irvnca.pacbell.net (spk121@71.140.101.38 with plain) by smtp109.prem.mail.sp1.yahoo.com with SMTP; 12 Oct 2009 06:57:36 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: DkK_VSQVM1mzEAx1l.2oTXUkqpUt5chC34JP4o2QdeS8xOOiTfNWwCBPDWZTW6wO7N9c6sLSuNW67BrJQ3.HL.d39xlOSZvodGWPE9NwTkrshQBiQ9rRPIjpGDhAQp1LQXjk3NyI2JnC2dzyb1EQfSIepP4G.Tw0FoHk.Vv.g4HIbz424xJes2_DQVCHgofNV5wMrgN5.UrYCGHw8hzw2buix_ayYNovor2l83QK08q2QglxIBojn0qt8pkayrL6Y17zkBhe4yrAm1NCt7o97m.kiA-- X-Yahoo-Newman-Property: ymail-3 In-Reply-To: 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:9475 Archived-At: On Sat, 2009-10-10 at 10:43 -0400, Ken Raeburn wrote: > On Oct 9, 2009, at 03:54, Ken Raeburn wrote: > > The code in regexp.test tries the suffixes ".ISO-8859-1" and > > ".iso88591" when selecting locale names. I take it that means > > there's inadequate standardization on the naming of encodings across > > systems? Well, when I make it try ".ISO8859-1", most of the tests > > pass on Mac OS X. The "string of all chars" ones still fail; I'm > > looking into those. > > The "string of all chars" test calls setbinary before performing the > test. The documentation for setbinary says it sets the encoding for > current input, output and error streams to ISO-8859-1, as well as > making it the default for new ports. Is that supposed to affect make- > regexp and regexp-exec as well? > > If I replace the call with a call to set-latin-1 (modified to try > ".ISO8859-1", as described above), which sets the locale, the test > passes on the Mac. Excellent. I pushed that. > > Ken -Mike