[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: end-of-buffer in Guile




On Mon, 22 Feb 1999, Marcus G. Daniels wrote:

> I don't see a way to get the occupied space of the spreadsheet grid in
> Guile without running end-of-buffer in Siod-land and passing R and C
> through a Guile call via an assembled string with exec-expr.  Is this
> the canonical way to do this sort of thing?  It would be nice to have
> more of the Siod functions for the Guile interpreter. 

These things are implemented on a scratch-where-it-itches basis, so if you
feel like helping out with the scratching, submit patches. ;-)

The exec-expr interface is intended as a way to make all the functionality
available to all the interpreters, but it may not always be very
efficient.

Ulric