This is the mail archive of the guile-emacs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: import-lisp-macro


Keisuke Nishida <kxn30@po.cwru.edu> writes:

>   http://sourceforge.net/cvs/?group_id=3545

Got it.

> It seems this version has some GC-related bugs

Is there a way to fix them?

> An important change has been made.  All imported lisp functions now
> returns a kind of pointer to a lisp value.

I think this is bad.  A function like buffer-substring should
return a Scheme string directly, because that's what it will do
in a Guile-based Emacs.  There could be a separate function
buffer-substring-lispref for cases where the Lisp reference is
needed.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]