1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/emacs
Neil Jerram 8b08722023 Add a GDS protocol hook, that we can use for testing
* emacs/gds.el (gds-protocol-hook): New hook.
  (gds-debug-protocol): Run this hook for each received protocol form.
2008-12-11 21:40:03 +00:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
gds-scheme.el Remove everything to do with GDS Breakpoints 2008-12-10 00:19:11 +00:00
gds-server.el * gds.el (gds-run-debug-server): Use variable 2006-10-12 23:24:02 +00:00
gds.el Add a GDS protocol hook, that we can use for testing 2008-12-11 21:40:03 +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 Add `ChangeLog-2008' files to the distribution. 2008-09-12 21:57:52 +02: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