From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.lisp.guile.user Subject: Re: shared-substrings missing in 1.7 Date: Fri, 16 Jan 2004 12:29:09 -0800 (PST) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <200401162029.MAA05844@morrowfield.regexps.com> References: <1074242951.6739.5.camel@localhost> <871xq0dpjg.fsf@marc0.dyndns.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1074284762 18215 80.91.224.253 (16 Jan 2004 20:26:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 20:26:02 +0000 (UTC) Cc: guile-user@gnu.org, orre@nada.kth.se Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jan 16 21:25:58 2004 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 1AhaXV-0007Pq-00 for ; Fri, 16 Jan 2004 21:25:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhaTH-000284-1l for guile-user@m.gmane.org; Fri, 16 Jan 2004 15:21:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AhaST-00025Q-3p for guile-user@gnu.org; Fri, 16 Jan 2004 15:20:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AhaPp-0001CL-Q1 for guile-user@gnu.org; Fri, 16 Jan 2004 15:18:33 -0500 Original-Received: from [65.234.195.89] (helo=morrowfield.regexps.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhaPo-0001Ae-6U for guile-user@gnu.org; Fri, 16 Jan 2004 15:18:00 -0500 Original-Received: (from lord@localhost) by morrowfield.regexps.com (8.9.1/8.9.1) id MAA05844; Fri, 16 Jan 2004 12:29:09 -0800 (PST) (envelope-from lord@morrowfield.regexps.com) Original-To: marc0@autistici.org In-reply-to: <871xq0dpjg.fsf@marc0.dyndns.org> (message from Marco Parrone on Fri, 16 Jan 2004 13:52:03 +0100) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2618 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2618 > From: Marco Parrone > Why don't you copy the make-shared-substring code into a new Guile > module? So you can use it whithout needing to patch Guile (and so > whithout needing to syncronize your modifications with the main tree). > Then all what you have to change will be adding and :use-module to the > needed modules, right? If someone makes a dynamically loadable module to "add back" shared substrings, will other dynamically loaded modules and the core of guile interoperate with the new string type as a string type? or will it be disjoint from STRING?. If it's disjoint from STRING?, would it be difficult to compile a new version of the core and the other modules in which it wouldn't be disjoint? -t _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user