Re: guile 1.8 and x86_64

2006-05-07 Thread Marius Vollmer
Miroslav Lichvar <[EMAIL PROTECTED]> writes: > On Fri, May 05, 2006 at 04:05:34PM +0200, Miroslav Lichvar wrote: > > The scm_mark_locations function in gc-mark.c calls scm_gc_mark on > > everything located in one of the allocated segments. Shouldn't there > > be a check if the address is at least

Re: Emacs-like file buffers

2006-05-07 Thread Rob Browning
"Jason Meade" <[EMAIL PROTECTED]> writes: > Under the "Cool Ideas" section of the Guile website, Emacs-like > buffers are mentioned. I'm thinking this would be a really useful > library, even independent of Guile. Once such a library is built, > then extending it into guile shouldn't be too much e

Emacs-like file buffers

2006-05-07 Thread Jason Meade
Under the "Cool Ideas" section of the Guile website, Emacs-like buffers are mentioned. I'm thinking this would be a really useful library, even independent of Guile. Once such a library is built, then extending it into guile shouldn't be too much extra effort. Is anyone actively pursuing this? If