Re: Guile.el

2009-07-27 Thread Jose A. Ortega Ruiz
Neil Jerram writes: > 2. Not relying on standard input and output for communication with the > Guile process that is being debugged. I think this is important, > because apps often use standard input and output for other things! geiser is based on comint-mode, meaning (as i'm sure you know) tha

Re: Guile.el

2009-07-27 Thread Neil Jerram
Dmitry Dzhus writes: > Ludovic Courtès wrote: > >> The "new debugging support" mentioned in 1.8.5's `NEWS' is GDS (info >> "(guile) Using Guile in Emacs"), which allows users to evaluate Scheme >> code, single-step through it, display backtraces, etc. > >> You may also want to look at Geiser, as

Re: Guile.el

2009-07-15 Thread Dmitry Dzhus
Ludovic Courtès wrote: > The "new debugging support" mentioned in 1.8.5's `NEWS' is GDS (info > "(guile) Using Guile in Emacs"), which allows users to evaluate Scheme > code, single-step through it, display backtraces, etc. > You may also want to look at Geiser, as was already mentioned. It > pr

Re: Guile.el

2009-06-29 Thread Ludovic Courtès
Hi, Tom Brooke writes: > No Problem the scheme modes work fine - I just thought I read somewhere about > new improved debugger support that I thought was incorporated in the .el The "new debugging support" mentioned in 1.8.5's `NEWS' is GDS (info "(guile) Using Guile in Emacs"), which allows us

Re: Guile.el

2009-06-29 Thread Neil Jerram
Andrew Bagdanov writes: > On Mon, Jun 29, 2009 at 9:59 PM, Tom Brooke wrote: >> No Problem the scheme modes work fine - I just thought I read somewhere >> about new improved debugger support that I thought was incorporated in the >> .el >> > > For what it's worth, I have been fiddling with guile

Re: Guile.el

2009-06-29 Thread Andrew Bagdanov
and Geiser works pretty damn well for me: http://programming-musings.org/2009/05/14/geiser/ Best, -Andy > On Mon, Jun 29, 2009 at 2:40 PM, Neil Jerram wrote: >> >> tbrooke writes: >> >> > I've been trying to load guile.el from 1.90 without any luck. I'

Re: Guile.el

2009-06-29 Thread Tom Brooke
No Problem the scheme modes work fine - I just thought I read somewhere about new improved debugger support that I thought was incorporated in the .el On Mon, Jun 29, 2009 at 2:40 PM, Neil Jerram wrote: > tbrooke writes: > > > I've been trying to load guile.el from 1.90 with

Re: Guile.el

2009-06-29 Thread Neil Jerram
tbrooke writes: > I've been trying to load guile.el from 1.90 without any luck. I'm not sure > it adds much to the existing scheme modes but I wanted to try it. It asks > for channels.scm and guile-scheme.scm but still doesn't seem to work. I'm > using Emacs 23

Guile.el

2009-06-29 Thread tbrooke
I've been trying to load guile.el from 1.90 without any luck. I'm not sure it adds much to the existing scheme modes but I wanted to try it. It asks for channels.scm and guile-scheme.scm but still doesn't seem to work. I'm using Emacs 23.1.50 Any thought Tom -- View thi