From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Olavi Niemitalo To: guile-emacs@sourceware.cygnus.com Subject: Re: import-lisp-macro Date: Sat, 18 Mar 2000 03:59:00 -0000 Message-id: <87hfe4mr29.fsf@PC486.Niemitalo.LAN> References: X-SW-Source: 2000-q1/msg00039.html Keisuke Nishida 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.