--- 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 Guile jointly > provide > a sufficient set of Emacs-like primitives. >
I haven't looked at it before. I'll check it out. > One detail I couldn't understand: how does the use of GtkTextBuffer > go > with being a console application? > 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. GtkTextView is the "view", which I'd end up replacing. Thanks, Mike Gran _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user