mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
(gds-guile-program): New. (gds-start): When starting or restarting, kill captive if it exists. Use gds-guile-program instead of just "guile". (gds-mode): Use widget minor mode. (gds-client-ref): New optional client arg. (gds-update-buffers): Don't call widget-setup. (gds-heading-face): New. (gds-insert-interaction): Various prettifications. (gds-heading-insert): New. (gds-choose-client): Check that numbers in client and gds-client are still valid. (gds-eval-expression, gds-apropos): Remove text properties from expression to evaluate. (gds-mode-map): Don't set widget-mode-map as parent. (gds-start-captive): Use gds-guile-program instead of just "guile". * gds-client.scm (install-breakpoints): Bugfix: avoid null lists in traversal. (eval-thread, gds-eval): Where expression has multiple parts, modify output to say which part is being evaluated. |
||
---|---|---|
.. | ||
guileint | ||
.cvsignore | ||
ChangeLog | ||
gds-client.scm | ||
gds-server.scm | ||
gds.el | ||
gds.texi | ||
gud-guile.el | ||
guile-c.el | ||
guile-emacs.scm | ||
guile-scheme.el | ||
guile.el | ||
Makefile.am | ||
multistring.el | ||
patch.el | ||
ppexpand.el | ||
README | ||
README.GDS | ||
update-changelog.el |
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