Re: Emacs on the metal

Frode Vatvedt Fjeld <[email protected]> Fri, 10 Jun 2005 00:25:06 +0200
Newsgroups gmane.lisp.movitz.devel
Message-ID <[email protected]>
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