From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: What's the alternative for SCM_STRING_CHARS ? Date: Thu, 24 Feb 2011 10:12:18 +0100 Message-ID: References: <1298524664.2596.8.camel@Renee-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298538450 9402 80.91.229.12 (24 Feb 2011 09:07:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 09:07:30 +0000 (UTC) Cc: guile-user@gnu.org To: NalaGinrut@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 24 10:07:24 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsXAQ-0007CX-3h for guile-user@m.gmane.org; Thu, 24 Feb 2011 10:07:22 +0100 Original-Received: from localhost ([127.0.0.1]:49130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsXAN-0004Jy-Er for guile-user@m.gmane.org; Thu, 24 Feb 2011 04:07:19 -0500 Original-Received: from [140.186.70.92] (port=39734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsXA9-0004Iz-MS for guile-user@gnu.org; Thu, 24 Feb 2011 04:07:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsXA8-0002Ub-R0 for guile-user@gnu.org; Thu, 24 Feb 2011 04:07:05 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:50918 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsXA8-0002UX-Or for guile-user@gnu.org; Thu, 24 Feb 2011 04:07:04 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 8100F28DA; Thu, 24 Feb 2011 04:08:17 -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; s=sasl; bh=okioeRwWuicUhwEGPaG5acckmRM=; b=SXQM2/ b4r0NY0a8tXJxbxLxft6EtBsdsD+vOx3CvggPCTpJw9QOlqajHIvVkLoKWyXtpR2 pEmfljyQjAqI6uipCcTZ2IVMT/nMxCSKtLXlu0rXQh8lbNHUvu9dc+icOmZHFARQ 4fwMGCGMmknzs+ZJiZ1BH0dfMtTNlnxWywo68= 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=vIOyV+5mP/YAQjf10h3oDn2h8K9GAk6B A44/QbXBwbX+lHC3KwFc7PZiFPGd9uvE+AikDy6f25RUDMhDfIXHNxOkWBX/KU1A 0UPAxQGVlmdTr++q9shlYz/u09ShD0T3kBCTNWhU4gVBLHB/XjT7bd0XPYyL0jy1 A9r7M4c28KM= 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 6D71428D9; Thu, 24 Feb 2011 04:08:16 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (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 ADFCB28D8; Thu, 24 Feb 2011 04:08:14 -0500 (EST) In-Reply-To: <1298524664.2596.8.camel@Renee-desktop> (nalaginrut@gmail.com's message of "Thu, 24 Feb 2011 13:17:44 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 9D810F7E-3FF5-11E0-906F-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8463 Archived-At: On Thu 24 Feb 2011 06:17, nalaginrut writes: > hi all! > I found SCM_STRING_CHARS is deprecated, but I didn't find it's > alternative from NEWS. Could anybody tell me where to find it? Search down farther :) It is in the 1.8.0 NEWS. Regards, Andy -- http://wingolog.org/