* ice-9 gap-buffer and substring-move
@ 2003-03-23 22:58 Kevin Ryde
2003-05-03 21:27 ` Marius Vollmer
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Ryde @ 2003-03-23 22:58 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ice-9 gap-buffer and substring-move
2003-03-23 22:58 ice-9 gap-buffer and substring-move Kevin Ryde
@ 2003-05-03 21:27 ` Marius Vollmer
2003-05-11 22:17 ` Kevin Ryde
0 siblings, 1 reply; 4+ messages in thread
From: Marius Vollmer @ 2003-05-03 21:27 UTC (permalink / raw)
Cc: guile-devel
Kevin Ryde <user42@zip.com.au> writes:
> 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.
Right. substring-move-left! and -right! have just returned, as
deprecated functions, but (ice-9 gap-buffer) still shouldn't use them.
I made it use substring-move!.
Thanks!
--
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ice-9 gap-buffer and substring-move
2003-05-03 21:27 ` Marius Vollmer
@ 2003-05-11 22:17 ` Kevin Ryde
2003-05-16 23:41 ` Kevin Ryde
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Ryde @ 2003-05-11 22:17 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 318 bytes --]
Marius Vollmer <mvo@zagadka.de> writes:
>
> substring-move-left! and -right! have just returned, as
> deprecated functions,
I guess the news file can be updated accordingly (below).
(That news file is pretty big, almost 1000 lines back to version 1.6.
I suspect a good fraction of that text belongs in the manual.)
[-- Attachment #2: NEWS.substring-move.diff --]
[-- Type: text/plain, Size: 463 bytes --]
--- NEWS.~1.389.~ 2003-05-03 09:15:32.000000000 +1000
+++ NEWS 2003-05-11 13:51:03.000000000 +1000
@@ -482,10 +482,6 @@
You can now use an empty `begin' form. It will yield #<unspecified>
when evaluated and simply be ignored in a definition context.
-** Removed: substring-move-left!, substring-move-right!
-
-Use `substring-move!' instead.
-
** Deprecated: procedure->macro
Change your code to use either procedure->memoizing-macro or, probably better,
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-05-16 23:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-23 22:58 ice-9 gap-buffer and substring-move Kevin Ryde
2003-05-03 21:27 ` Marius Vollmer
2003-05-11 22:17 ` Kevin Ryde
2003-05-16 23:41 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).