| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
32.8 Expansing
For debug purposes, result of the source code macro expansion may be checked within the BEE.
Parts or the whole buffer may be sent to repl.
- C-c C-e C-e expands the whole buffer.
- C-c C-e C-d expands the define form the cursor is in.
- C-c C-e C-l expands the s-expression that preceeds the cursor.
- C-c C-e C-t expands the top level s-expression the cursor is in.
- C-c C-e C-r expands the marked region.
When a part of the buffer is expanded (by opposition to the whole buffer), the buffer is scan for macro definitions. These macros will be used for expanding the requested form.
