From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: make-shared-substring Date: Tue, 07 Oct 2003 19:59:55 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <8765j17wtg.fsf@zagadka.ping.de> References: <87brsx7vdw.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065549774 5497 80.91.224.253 (7 Oct 2003 18:02:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 18:02:54 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 07 20:02:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6wAe-0001Fz-00 for ; Tue, 07 Oct 2003 20:02:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6wAS-0003PK-6F for guile-devel@m.gmane.org; Tue, 07 Oct 2003 14:02:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6w8u-0002ya-Ne for guile-devel@gnu.org; Tue, 07 Oct 2003 14:01:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6w7r-0002OJ-CL for guile-devel@gnu.org; Tue, 07 Oct 2003 14:00:30 -0400 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6w7q-0002Lv-B7 for guile-devel@gnu.org; Tue, 07 Oct 2003 13:59:58 -0400 Original-Received: from zagadka.ping.de (unknown [192.168.2.2]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with SMTP id 6786AD6A1 for ; Tue, 7 Oct 2003 19:59:57 +0200 (CEST) Original-Received: (qmail 31044 invoked by uid 1000); 7 Oct 2003 17:59:55 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <87brsx7vdw.fsf@zip.com.au> (Kevin Ryde's message of "Sat, 04 Oct 2003 09:29:31 +1000") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2857 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2857 Kevin Ryde writes: > I notice the guile-www module is using make-shared-substring, but that > function has been removed from the guile cvs. > > Should make-shared-substring still be provided for compatibility, or > should guile-www be updated? Guile-www should be updated. make-shared-substring is deprecated in 1.6. Providing it in 1.7 is too much hassle, I'd say, since it would need to whole shared string mechanism. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel