1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/emacs
2005-05-23 19:57:22 +00:00
..
.cvsignore *** empty log message *** 2004-07-06 09:54:35 +00:00
ChangeLog Document removal of guileint. 2004-03-10 10:14:13 +00:00
gds-client.scm The FSF has a new address. 2005-05-23 19:57:22 +00:00
gds-problems.txt *** empty log message *** 2004-02-25 19:11:33 +00:00
gds-server.scm The FSF has a new address. 2005-05-23 19:57:22 +00:00
gds-tutorial.txt * gds-tutorial.txt, gds-problems.txt: New files. 2004-02-22 11:11:17 +00:00
gds.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
gds.texi Add GDS doc 2004-01-20 22:05:44 +00:00
gud-guile.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile-c.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile-emacs.scm The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile-scheme.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
Makefile.am The FSF has a new address. 2005-05-23 19:57:22 +00:00
multistring.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
patch.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
ppexpand.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
README Document removal of guileint. 2004-03-10 10:14:13 +00:00
README.GDS Moved all gds files here; plus ongoing work on them. 2003-11-11 23:30:06 +00:00
update-changelog.el The FSF has a new address. 2005-05-23 19:57:22 +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