Next: , Previous: , Up: Interacting With Lisp   [Contents][Index]


9.9 Manipulating the Editor Process

When developing Hemlock customizations, it is useful to be able to manipulate the editor Lisp environment from Hemlock.

Command: Editor Describe (bound to Home t, C-_ t)

This command prompts for an expression, and then evaluates and describes it in the editor process.

Command: Room

Call the room function in the editor process, displaying information about allocated storage in a pop-up window.

Command: Editor Load File

This command is analogous to Load File, but loads the file into the editor process.