emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch to cmuscheme: commands for tracing procedures and expanding syntac


From: Emilio Lopes
Subject: patch to cmuscheme: commands for tracing procedures and expanding syntactic forms
Date: Sun, 24 Jul 2005 16:14:10 +0200
User-agent: Emacs Gnus

Modern Scheme systems provide a myriad of debugging facilities to
their users.  Among the most ubiquitous features available are
mechanisms for tracing procedure calls as well as expansion of
syntactic forms.

This patch adds support for these features in the "cmuscheme"
library, including key bindings and customization for different
Scheme interpreters.


2005-06-26  Emilio C. Lopes  <address@hidden>

        * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
        (scheme-macro-expand-command): new user options.
        (scheme-trace-procedure, scheme-expand-current-form): new commands.
        (scheme-form-at-point): new function.

Attachment: cmuscheme-trace.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]