1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/emacs
Neil Jerram 091baf9edf Single stepping through code from Emacs
When you use GDS to evaluate Scheme code from Emacs, you can now use
`C-u' to indicate that you want to single step through that code. See
`Evaluating Scheme Code' in the manual for more details.

	* scheme-using.texi (Evaluating Scheme Code): Document use of
        `C-u' prefix with evaluation commands.

        * gds-scheme.el (gds-eval-region, gds-eval-expression)
        (gds-eval-defun, gds-eval-last-sexp): Support `C-u' prefix,
        meaning that user wants to single step through the code.

        * gds-client.scm (handle-nondebug-protocol): Add support for
        setting a trap on code that is about to be evaluated.
2008-07-17 23:05:57 +01:00
..
.cvsignore *** empty log message *** 2004-07-06 09:54:35 +00:00
ChangeLog Single stepping through code from Emacs 2008-07-17 23:05:57 +01:00
gds-scheme.el Single stepping through code from Emacs 2008-07-17 23:05:57 +01:00
gds-server.el * gds.el (gds-run-debug-server): Use variable 2006-10-12 23:24:02 +00:00
gds.el (gds-socket-type-alist): New. 2006-10-14 16:34:16 +00:00
gud-guile.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
guile-c.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
guile-emacs.scm The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile-scheme.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
guile.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
Makefile.am * Makefile.am: New file. 2006-06-19 22:01:23 +00:00
multistring.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
patch.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
ppexpand.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00
README Document removal of guileint. 2004-03-10 10:14:13 +00:00
update-changelog.el merge from 1.8 branch 2006-04-16 23:37:40 +00:00

Index

gud-guile.el --- Support for debugging guile internals
guile-c.el --- Guile C editing commands
guile-scheme.el --- Guile Scheme editing mode
guile.el --- Emacs Guile interface
multistring.el --- editing multiline strings.
patch.el --- mail/apply a patch
ppexpand.el --- temporarily expanding macros in a pretty way.
update-changelog.el --- stitch rcs2log output to ChangeLog

Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done