dsssl-mode

dsssl-mode is an interactive autoloaded compiled Lisp function in `scheme.el'.


(dsssl-mode)

Parent mode: `scheme-mode'.

Major mode for editing DSSSL code.
Editing commands are similar to those of `lisp-mode'.

Commands:
Delete converts tabs to spaces as it moves back.
Blank lines separate paragraphs. Semicolons start comments.
key binding
--- -------

C-c Prefix Command
C-x Prefix Command
ESC Prefix Command
DEL backward-delete-char-untabify

C-c C-b xscheme-send-breakpoint-interrupt
C-c C-c scheme-compile-definition-and-go
C-c C-e scheme-send-definition
C-c C-k scheme-compile-file
C-c C-l scheme-load-file
C-c C-r scheme-send-region
C-c C-s xscheme-select-process-buffer
C-c C-t scheme-trace-procedure
C-c C-u xscheme-send-control-u-interrupt
C-c C-x scheme-expand-current-form
C-c C-z switch-to-scheme
C-c ESC Prefix Command

C-x C-e scheme-send-last-sexp

M-RET xscheme-send-previous-expression
C-M-x scheme-send-definition
C-M-z xscheme-send-region
M-o xscheme-send-buffer
M-z xscheme-send-definition

C-M-q indent-sexp

C-M-q prog-indent-sexp
(that binding is currently shadowed by another mode)

C-c M-c scheme-compile-definition
C-c M-e scheme-send-definition-and-go
C-c M-r scheme-send-region-and-go


Entering this mode runs the hooks `scheme-mode-hook' and then
`dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
that variable's value is a string.