[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile.el
From: |
Ludovic Courtès |
Subject: |
Re: Guile.el |
Date: |
Mon, 29 Jun 2009 23:09:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Hi,
Tom Brooke <address@hidden> 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 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
provides a REPL, autodoc (documentation of the object at point), smart
completion, and more.
Thanks,
Ludo'.