guile-user
[Top][All Lists]
Advanced

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

Re: Guile and Curses


From: Mike Gran
Subject: Re: Guile and Curses
Date: Thu, 25 Oct 2007 00:55:31 -0700 (PDT)

--- Neil Jerram <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]