ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
2
key nameSEdit functionSEdit Short DescriptionSEdit menu name
3
BSBACKSPACEdeletes back 1 character
4
C-C(COMPLETE DONE T)Complete this edit and leave the window open.done
5
C-L(VERIFY-STRUCTURE NIL T T)
6
C-M-; COMMENT-OUT-SELECTIONComment out selectionComment OUT
7
C-M-C(COMPLETE CLOSE T)Compile & close
8
C-M-F(FIND-OBJ NIL T)Find the current selection or prompt for structure to Find (searching backwards)Reverse Find
9
C-M-L(VERIFY-STRUCTURE NIL T NIL)verify structure
10
C-M-O(EDIT-SELECTION (CURRENT))Edit current definition of selectionEdit Fast
11
C-M-S(SUBSTITUTE-OBJ NIL NIL T)Remove structures from within the current selection.Remove
12
C-M-X(COMPLETE CLOSE)Complete this edit and close the window.Done and Close
13
C-WDELETE-WORD
14
C-X(COMPLETE DONE NIL)/Complete this edit and leave the window open.Done
15
DELDELETE-SELECTIONdeletes entire selection, looking backwards only
16
M-, (QUOTE-CURRENT-SELECTION COMMA)
17
M-;CONVERT-COMMENTConvert comments in current selectionConvert
18
M-.(QUOTE-CURRENT-SELECTION COMMA-DOT)
19
M-'(QUOTE-CURRENT-SELECTION QUOTE)Quote
20
M-((PARENTHESIZE-CURRENT-SELECTION NIL)Parenthesize the current selection.Parenthesize
21
M-)(PARENTHESIZE-CURRENT-SELECTION T)
22
M-@(QUOTE-CURRENT-SELECTION COMMA-AT)
23
M-/EXTRACT-CURRENT-SELECTIONxtract one level of structure: unquote or unlist.Extract
24
M-#(QUOTE-CURRENT-SELECTION FUNCTION)
25
M-`(QUOTE-CURRENT-SELECTION BQUOTE)
26
M-A(COMPLETE ABORT NIL)Complete this edit without installing changes.Abort
27
M-BCHANGE-PRINTBASESet the print-base for this edit.Set PrintBase
28
M-CSEDIT.COPYTOCLIPBOARD(copy selection to clipboard)(not shown)
29
M-EEVAL-SELECTIONEvaluate the corrent selectionEval
30
M-FFIND-OBJFind the current selection or prompt for structure to Find.Find
31
M-HEDIT-HELPShow the argument list for the selected function.Arglist
32
M-IINSPECT-SELECTIONInspect the current selection.Inspect
33
M-JJOINJoin selected items together.Join
34
M-MADD-MENUAttach a command menu.Attach Menu
35
M-NSKIP-TO-GAPSkip to the next fill in gap.Find Gap
36
M-OEDIT-SELECTIONEdit definition of current selectionEdit
37
M-PCHANGE-PACKAGESet the package to edit in.Set Package
38
M-RREDORedo the last change undone.Redo
39
M-SSUBSTITUTE-OBJSubstitute structures within the current selection.Substitute
40
M-UUNDOUndo the last change made.Undo
41
M-XEXPANDReplace the current selection with its definition.Expand
42
M-ZMUTATEPrompt for a function to operate on the current selection.Mutate
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100