Re: guile-debugging: how to access source properties from trap context

2006-01-03 Thread Neil Jerram
Holger Blasum <[EMAIL PROTECTED]> writes: > Hello Neil, > > On 01-02 and 02-02, Neil Jerram wrote: >> Neil Jerram <[EMAIL PROTECTED]> writes: > ... >> debug> step > ... >> debug> info frame > (iterate ad nauseam) > > Thanks that was I was looking for! Hadn't thought of using > "info frame" to spi

Re: emacs+guile

2006-01-03 Thread Ken Raeburn
On Jan 3, 2006, at 11:10, Mikael Djurfeldt wrote: Emacs behavior is to a large extent controlled by the state of a set of global and buffer-local variables. Elisp code often uses dynamic binding to temporarily change some state, such as: Yep. Especially when (if?) it comes to a multithreaded E

Re: emacs+guile

2006-01-03 Thread Per Bothner
Mikael Djurfeldt wrote: However, concerning moving from Elisp to Scheme, there is one usage pattern in Elisp code which I think does not yet have any good counterpart on the Scheme side: Emacs behavior is to a large extent controlled by the state of a set of global and buffer-local variables. El

Re: emacs+guile

2006-01-03 Thread Per Bothner
William Xu wrote: Ken Raeburn <[EMAIL PROTECTED]> writes: Some of you may remember the guile-emacs project I started on years ago. I let it slide a bit when other things got in the way, but the last year or so I've been putting some work into it again. [...] Great ! i'd really love to hav

Re: emacs+guile

2006-01-03 Thread Mikael Djurfeldt
On 1/3/06, Ken Raeburn <[EMAIL PROTECTED]> wrote: > Some of you may remember the guile-emacs project I started on years > ago. I let it slide a bit when other things got in the way, but the > last year or so I've been putting some work into it again. That is good news! However, concerning moving

Re: emacs+guile

2006-01-03 Thread William Xu
Ken Raeburn <[EMAIL PROTECTED]> writes: > Some of you may remember the guile-emacs project I started on years > ago. I let it slide a bit when other things got in the way, but the > last year or so I've been putting some work into it again. [...] Great ! i'd really love to have a scheme-emacs.

emacs+guile

2006-01-03 Thread Ken Raeburn
Some of you may remember the guile-emacs project I started on years ago. I let it slide a bit when other things got in the way, but the last year or so I've been putting some work into it again. I've got a source tree tracking the Emacs CVS sources which can be configured to use Guile for

Re: JIT compiler

2006-01-03 Thread Ludovic Courtès
Neil Jerram <[EMAIL PROTECTED]> writes: > There have also been a few attempts at a Guile VM, and compiling for > the VM, in case that is of interest to you. Indeed, I'm still slowly trying to revive Guile-VM, written by Keishude Nishida 5 years ago, and I'm making some progress. You can look

Re: Smobs & garbage collecting

2006-01-03 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Han-Wen Nienhuys) writes: > There was a memory leak in the display routines, which was recently > fixed in the CVS branch. It's here: http://lists.gnu.org/archive/html/guile-devel/2005-11/msg00021.html . You seem to be using Guile 1.6, so maybe you'll be able to apply the