From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marco Parrone Newsgroups: gmane.lisp.guile.user Subject: Re: shared-substrings missing in 1.7 Date: Fri, 16 Jan 2004 13:52:03 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <871xq0dpjg.fsf@marc0.dyndns.org> References: <1074242951.6739.5.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074269816 14612 80.91.224.253 (16 Jan 2004 16:16:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 16:16:56 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jan 16 17:16:51 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 1AhWeQ-0004a9-01 for ; Fri, 16 Jan 2004 17:16:50 +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 1AhWdA-0006A1-2t for guile-user@m.gmane.org; Fri, 16 Jan 2004 11:15:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AhTyi-0006Ra-1r for guile-user@gnu.org; Fri, 16 Jan 2004 08:25:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AhTy6-0006PP-DH for guile-user@gnu.org; Fri, 16 Jan 2004 08:25:30 -0500 Original-Received: from [212.216.176.118] (helo=vsmtp14.tin.it) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhTi1-00043Y-T7 for guile-user@gnu.org; Fri, 16 Jan 2004 08:08:22 -0500 Original-Received: from marc0.dyndns.org (82.48.202.146) by vsmtp14.tin.it (7.0.019) id 3FE986970032B430; Fri, 16 Jan 2004 14:05:45 +0100 Original-To: Roland Orre X-Attribution: marc0 In-Reply-To: <1074242951.6739.5.camel@localhost> (Roland Orre's message of "Fri, 16 Jan 2004 09:49:11 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) 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:2613 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2613 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roland Orre on Fri, 16 Jan 2004 09:49:11 +0100 writes: > In about half of my code I can easily replace make-shared-substring > with normal substring, as I there have used them for efficiecny > reasons only, but in the rest of the code the functionality of shared > substrings is essential so I need to reimplement them. 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? - -- Marco Parrone - marc0@autistici.org - 0x45070AD6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAB95di2MRZ0UHCtYRAghfAKCEoMNnvY/qqhsqS7QfY+l9vtqBCwCfWOjI FQq/Dr5W6CQlcb4HaFjSPpo= =BCX6 -----END PGP SIGNATURE----- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user