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: [PATCH] Unicode string normalization Date: Sun, 03 Jan 2010 13:43:51 +0100 Message-ID: References: <2bc5f8211001012138r20128284k824f24e332c37a1e@mail.gmail.com> <87skaocdrh.fsf@gnu.org> <2bc5f8211001022215k722228e5wae43c4b23c384ac@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262522649 23253 80.91.229.12 (3 Jan 2010 12:44:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2010 12:44:09 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-devel@gnu.org To: Julian Graham Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 03 13:44:02 2010 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 1NRPoO-0000Op-Qg for guile-devel@m.gmane.org; Sun, 03 Jan 2010 13:44:01 +0100 Original-Received: from localhost ([127.0.0.1]:44314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRPoP-0002rf-AS for guile-devel@m.gmane.org; Sun, 03 Jan 2010 07:44:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRPo8-0002hh-3C for guile-devel@gnu.org; Sun, 03 Jan 2010 07:43:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRPo2-0002bB-IJ for guile-devel@gnu.org; Sun, 03 Jan 2010 07:43:43 -0500 Original-Received: from [199.232.76.173] (port=53204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRPo2-0002ap-6A for guile-devel@gnu.org; Sun, 03 Jan 2010 07:43:38 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:48875 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRPnz-00030H-PX; Sun, 03 Jan 2010 07:43:35 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 16A088D6B5; Sun, 3 Jan 2010 07:43:35 -0500 (EST) 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:content-transfer-encoding; s=sasl; bh=0BC0QEbPCsBm +jrCAuttfcQvAik=; b=xDCtxR1HYYTdK5ZlAPEv6XEL7fyQIQz4tIpx9lgYqt3y /EZgvIwBGKFgpofkNwaogo4Kj63CxFGNyDtXmkNWSEh7qypYkL3dAM6fPoc71IwQ wLIDxJF4njC3cTrjoVWkIFIeU2XExf3mMbi/AJNJkIiodFntdTFiOL/kQx3CR1k= 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:content-transfer-encoding; q=dns; s=sasl; b=TAGPz0 ozn3Khp8pfjAUnEQ2WjcxyxYRxgFRC3Fpxh9+L4nTR/RjCSL6zvkcUQPwIaXR3En ZHNtMdGLcPefo9sPYa/pvq4oBYcfBipv8gul0FpFdXjDFLTMLxCIWqiSsqEcBDGO xdUbuTVkijzI8erCn5d15KK+HmvWetBJH5YNE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E22868D6B4; Sun, 3 Jan 2010 07:43:32 -0500 (EST) Original-Received: from unquote (unknown [82.123.112.1]) (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 4E4A18D6B3; Sun, 3 Jan 2010 07:43:30 -0500 (EST) In-Reply-To: <2bc5f8211001022215k722228e5wae43c4b23c384ac@mail.gmail.com> (Julian Graham's message of "Sun, 3 Jan 2010 01:15:15 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 9A1FE72A-F865-11DE-91F2-9D59EE7EF46B-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:9818 Archived-At: On Sun 03 Jan 2010 07:15, Julian Graham writes: >> + =C2=A0 =C2=A0} >> + =C2=A0else w_str =3D (scm_t_uint32 *) scm_i_string_wide_chars (string); >> >> Indentation slightly wrong here. > > Huh. Looked okay in Emacs, but I've re-spaced everything -- hope > that's cleared things up. I think Ludovic's point was to have the statement on a separate line from the "else" keyword. Cheers, Andy --=20 http://wingolog.org/