From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Weird scm_to_latin1_string() behavior. Date: Sat, 10 Sep 2011 11:39:15 -0700 Message-ID: <87vct0s0mk.fsf@pobox.com> References: <877h5hji54.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1315679972 2015 80.91.229.12 (10 Sep 2011 18:39:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2011 18:39:32 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Sep 10 20:39:26 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R2SSa-0000lq-K9 for guile-bugs@m.gmane.org; Sat, 10 Sep 2011 20:39:24 +0200 Original-Received: from localhost ([::1]:41885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2SSa-0007dr-4C for guile-bugs@m.gmane.org; Sat, 10 Sep 2011 14:39:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2SSY-0007db-4A for bug-guile@gnu.org; Sat, 10 Sep 2011 14:39:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2SSW-0006qW-Je for bug-guile@gnu.org; Sat, 10 Sep 2011 14:39:22 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:40040 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2SSW-0006qF-9t for bug-guile@gnu.org; Sat, 10 Sep 2011 14:39:20 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id B26306E90 for ; Sat, 10 Sep 2011 14:39:19 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=0G3bsSat6+Be046anQ5xZrTU5ds=; b=FNfMJc mBzFKhPFPfPzmndHpHTpgcOOxBhpxaXFxHfWU4m88b2O/Yahrkhh4+kZmM660IyK NEP0qEmw8qN5qiqrQk8tVUfCCCXV9VvW3AWmY6/uo1CjktYh/e2sCpz2XuepTBAy aVPafQiP861NSt0RtDFgFalH5EbfdirXOBrQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=JIEYdNIWcWl61iPZdg/eA3fQOmRm2+QL 46koy8gYayImT92M9dFX0MIoUe2aWKlUoNDABvf3+uB0UbpFRIwfO1ZZdNylTxcS O6avxDebJqIwbjPq95l/7kXEnmLOyiRRk9hNyp2XzO9fHTWVgU8Hd9sStXOCaGs2 xmxCRwHJAa8= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id AB4306E8F for ; Sat, 10 Sep 2011 14:39:19 -0400 (EDT) Original-Received: from badger (unknown [173.8.133.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 3F7806E8E for ; Sat, 10 Sep 2011 14:39:19 -0400 (EDT) In-Reply-To: <877h5hji54.fsf@localhorst.mine.nu> (David Hansen's message of "Sat, 10 Sep 2011 03:33:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 31A97114-DBDC-11E0-85BC-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5825 Archived-At: On Fri 09 Sep 2011 18:33, David Hansen writes: > the attached code produces > > $ ./a.out > foo,bar > bar > > while I would expect > > $ ./a.out > foo > bar I applied Stefan's fix. Thanks for the report, and thanks to Stefan for the patch. Andy -- http://wingolog.org/