From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: What's the matter with "scm_string_p()"? Date: Mon, 05 Dec 2005 14:57:15 +0100 Message-ID: <4394473B.3060201@xs4all.nl> References: <200512031326.18173.bkorb@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133798021 11567 80.91.229.2 (5 Dec 2005 15:53:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2005 15:53:41 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Dec 05 16:53:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjIcy-0008GI-W4 for guile-devel@m.gmane.org; Mon, 05 Dec 2005 16:51:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjId7-0001LW-Lw for guile-devel@m.gmane.org; Mon, 05 Dec 2005 10:51:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjGtG-0003zg-2h for guile-devel@gnu.org; Mon, 05 Dec 2005 09:00:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjGtA-0003xx-2N for guile-devel@gnu.org; Mon, 05 Dec 2005 09:00:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjGt6-0003xW-H9 for guile-devel@gnu.org; Mon, 05 Dec 2005 09:00:19 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EjGtb-0005Mc-RJ for guile-devel@gnu.org; Mon, 05 Dec 2005 09:00:48 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EjGru-00011g-R8 for guile-devel@gnu.org; Mon, 05 Dec 2005 14:59:02 +0100 Original-Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Dec 2005 14:59:02 +0100 Original-Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Dec 2005 14:59:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en In-Reply-To: <200512031326.18173.bkorb@gnu.org> 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:5458 Archived-At: Bruce Korb wrote: > Hi Guys, > > In trying to "upgrade" things and expunge the "gh_" interface, I > tried to use "scm_string_p()" as a replacement for "gh_string_p()". you're looking for scm_is_string() -- Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel