Re: Emacs on the metal
Frode Vatvedt Fjeld <[email protected]> Fri, 10 Jun 2005 14:32:34 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
[second attempt, apparently there's some trouble with gmane or clnet or ..wherever] Shawn Betts <[email protected]> writes: > Since vectors aren't resizable I manually resized the buffer data > vector by creating a new, larger array, and copying the data > over. Maybe that's what happened behind the scenes anyway :). > > In other cases where I accumulated data into an array with > vector-push-extend, I was able to hardcode the size of the array and > use a fill pointer. I've just committed some code to implement adjustable vectors. It's incomplete and most likely buggy still, but hopefully at least the basic vector-push-extend etc. should work. -- Frode Vatvedt Fjeld