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 * 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.