Re: Guile and Curses

2007-10-26 Thread Neil Jerram
Mike Gran <[EMAIL PROTECTED]> writes: > GtkTextBuffer just stores the text of a buffer (as a B-Tree) and also > holds a list of "tags", which are generic attributes assigned to > characters, lines, or paragraphs. It is the "model" of the > model-view-controller. That's the part I'd port over. Gt

Re: Guile and Curses

2007-10-25 Thread Mike Gran
--- Neil Jerram <[EMAIL PROTECTED]> wrote: > Are you aware of the Emacs Lisp translation code in 1.8.x, in > lang/elisp/* ? I haven't touched it for a while, but in principle > (and when completed) it would allow an editor such as Gano to reuse > Emacs Lisp libraries - as long as the editor and

Re: Guile and Curses

2007-10-25 Thread Neil Jerram
Mike Gran <[EMAIL PROTECTED]> writes: > [3] http://gano.sourceforge.net/ Hi Mike, Gano is very interesting. I agree with you that it would make a great "toy" program. Are you aware of the Emacs Lisp translation code in 1.8.x, in lang/elisp/* ? I haven't touched it for a while, but in principl

Re: Guile and Curses

2007-10-24 Thread Julian Graham
Hi Mike, Thanks for the props! The Gano Project sounds like a very good idea. Are the first two Guile Ncurses projects actually abandoned? (From what I can tell, they are.) Regards, Julian On 10/24/07, Mike Gran <[EMAIL PROTECTED]> wrote: > Hi- > > I made some bindings for ncursesw. > > I kn