From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: ice-9 gap-buffer and substring-move Date: Mon, 24 Mar 2003 08:58:23 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87vfy9lmgg.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048460388 17238 80.91.224.249 (23 Mar 2003 22:59:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2003 22:59:48 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 23 23:59:46 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xERO-0004Tr-00 for ; Sun, 23 Mar 2003 23:59:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xER2-0004rD-0A for guile-devel@m.gmane.org; Sun, 23 Mar 2003 17:59:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xEQr-0004g6-00 for guile-devel@gnu.org; Sun, 23 Mar 2003 17:59:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xEQi-0004Im-00 for guile-devel@gnu.org; Sun, 23 Mar 2003 17:59:04 -0500 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18xEQV-0003cE-00 for guile-devel@gnu.org; Sun, 23 Mar 2003 17:58:51 -0500 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h2NMwmiL029648 for ; Mon, 24 Mar 2003 09:58:48 +1100 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h2NMwmoJ004970 for ; Mon, 24 Mar 2003 09:58:48 +1100 (EST) Original-Received: from localhost (ppp109.dyn228.pacific.net.au [203.143.228.109]) by wisma.pacific.net.au (8.12.8/8.12.8) with ESMTP id h2NMwlqn010435 for ; Mon, 24 Mar 2003 09:58:47 +1100 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 18xEQ4-0003Bq-00; Mon, 24 Mar 2003 08:58:24 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2106 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2106 In the current cvs, while nosing around (ice-9 gap-buffer) I noticed calls to substring-move-left! and substring-move-right!, which don't seem to exist. I haven't actually tried to run the code, so it's quite possible I'm horribly mistaken, but if the NEWS file is to be believed I guess those functions are superceded by the single substring-move!. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel