summaryrefslogtreecommitdiff
path: root/emacs/README
blob: 4d39c6111d69d269630090d26c14ae8948b4ba82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

guileint --- directory containing experimental Emacs interface for Guile

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