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: frozen! Date: Sun, 18 Oct 2009 12:27:57 +0200 Message-ID: References: <375101.49884.qm@web37901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255862550 2633 80.91.229.12 (18 Oct 2009 10:42:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 10:42:30 +0000 (UTC) Cc: guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 18 12:42: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 1MzTDM-0001gr-7W for guile-devel@m.gmane.org; Sun, 18 Oct 2009 12:42:16 +0200 Original-Received: from localhost ([127.0.0.1]:43320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzTDL-0007aT-44 for guile-devel@m.gmane.org; Sun, 18 Oct 2009 06:42:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzT9H-0006kV-G2 for guile-devel@gnu.org; Sun, 18 Oct 2009 06:38:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzT97-0006io-Op for guile-devel@gnu.org; Sun, 18 Oct 2009 06:38:00 -0400 Original-Received: from [199.232.76.173] (port=58126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzT96-0006iO-PF for guile-devel@gnu.org; Sun, 18 Oct 2009 06:37:52 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:53751 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzT96-0002A5-FR for guile-devel@gnu.org; Sun, 18 Oct 2009 06:37:52 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 9D3FA5D0FC; Sun, 18 Oct 2009 06:37:51 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=koPPH4HRIgLVxxbeE1zD9DNABFo=; b=oWfIGe lclYzuP+zCudStJU2yiFp/7WWka/9mzy1tEBAQOqvdDKMoIVS+p8OgGqkASV4IKM Xrs8VEr2MPz558ZZFYJ1a++qFDV86vYmoM+qminEUCSSFWcM242ymIycZxKMYq5E YNUXPKgAEOeVc91650UU0j9llPy9HUev4dnAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ZLPfUihMNoR/Ys6yaHWGlSJFVC2pox99 uahNXUNi+4qiFk8NB22ceFvxpzixqQ1CSGs1rjVNUIdtGlURg+cdWl8nkB3TcdYI Gttar9TVGDmsvqHOzekwOrZvOvoHLKt2E3MtlXWtwmS9dRy5SkR1kcnuMknUQj74 f7exFXoJ7XI= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8C9A35D0FB; Sun, 18 Oct 2009 06:37:50 -0400 (EDT) Original-Received: from unquote (unknown [83.202.40.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 209BB5D0F9; Sun, 18 Oct 2009 06:37:48 -0400 (EDT) In-Reply-To: <375101.49884.qm@web37901.mail.mud.yahoo.com> (Mike Gran's message of "Tue, 6 Oct 2009 14:35:22 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 48BBDDDC-BBD2-11DE-8292-1B12EE7EF46B-02397024!a-pb-sasl-quonix.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:9497 Archived-At: Hi Mike, On Tue 06 Oct 2009 23:35, Mike Gran writes: >> From: Andy Wingo >> Subject: frozen! > > I need to roll back the changes made to i18n.c > that made locale-specific case conversion of strings > work on GNU but break on Darwin. Locale-specific > case conversion of strings works, but only when > the locale is set using setlocale. > > Also, I need to revert the regexp.test which seems > to be broken on Darwin but work elsewhere. So I think you got to these, no? > And I want to put in aliases for some Emacs > "coding:" declarations. And perhaps this will land for 1.9.5 :) Thanks (again!) for all of the great work! Peace, Andy -- http://wingolog.org/