-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patheditor-commands.lisp
More file actions
525 lines (525 loc) · 10.9 KB
/
editor-commands.lisp
File metadata and controls
525 lines (525 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
("Abbrev Expand Only"
"Abbrev Mode"
"Abbreviated Complete Symbol"
"Abbreviated In-Place Complete Symbol"
"Abort Recursive Edit"
"Activate Interface"
"Add Global Word Abbrev"
"Add Mode Word Abbrev"
"Append Next Kill"
"Append To File"
"Append to Register"
"Append to Word Abbrev File"
"Apropos"
"Apropos Command"
"Argument Digit"
"Auto Fill Linefeed"
"Auto Fill Mode"
"Auto Fill Return"
"Auto Fill Space"
"Auto Save Toggle"
"Back to Indentation"
"Backup File"
"Backward Character"
"Backward Form"
"Backward Kill Form"
"Backward Kill Line"
"Backward Kill Sentence"
"Backward List"
"Backward Paragraph"
"Backward Search"
"Backward Sentence"
"Backward Up List"
"Backward Word"
"Beginning of Buffer"
"Beginning Of Buffer Preserving Point"
"Beginning of Defun"
"Beginning of Line"
"Beginning of Line After Prompt"
"Beginning of Parse"
"Beginning of Parse or Line"
"Beginning of Window"
"Bind Key"
"Bind String To Key"
"Bottom of Window"
"Break Definition"
"Break Definition On Exit"
"Break Function"
"Break Function On Exit"
"Buffer Changed Definitions"
"Buffer Not Modified"
"Buffers Query Replace"
"Buffers Search"
"Bug Report"
"Build Application"
"Bury Buffer"
"C Mode"
"Capitalize Region"
"Capitalize Word"
"cd"
"Center Line"
"Change Directory"
"Change Package"
"Check Buffer Modified"
"Circulate Buffers"
"Clear Eval Record"
"Clear Listener"
"Clear Output"
"Clear Undo"
"Comment Region"
"Compare Buffers"
"Compare File And Buffer"
"Compare Windows"
"Compile and Load Buffer File"
"Compile and Load File"
"Compile ASDF System"
"Compile Buffer"
"Compile Buffer Changed Definitions"
"Compile Buffer File"
"Compile Changed Definitions"
"Compile Defun"
"Compile File"
"Compile Region"
"Compile System"
"Compile System Changed Definitions"
"Complete Field"
"Complete Input"
"Complete Symbol"
"Complete Symbol Without Dialog"
"Confirm Parse"
"Continue Tags Search"
"Copy To Cut Buffer"
"Copy to Register"
"Count Lines Page"
"Count Lines Region"
"Count Matches"
"Count Occurrences"
"Count Words Region"
"Create Buffer"
"Create Tags Buffer"
"Debugger Abort"
"Debugger Backtrace"
"Debugger Continue"
"Debugger Edit"
"Debugger Next"
"Debugger Previous"
"Debugger Print"
"Debugger Top"
"Defindent"
"Define Command Synonym"
"Define Keyboard Macro"
"Define Word Abbrevs"
"Delete All Word Abbrevs"
"Delete Blank Lines"
"Delete File"
"Delete File And Kill Buffer"
"Delete Global Word Abbrev"
"Delete Horizontal Space"
"Delete Indentation"
"Delete Key Binding"
"Delete Matching Lines"
"Delete Mode Word Abbrev"
"Delete Next Character"
"Delete Next Window"
"Delete Non-Matching Lines"
"Delete Other Windows"
"Delete Previous Character"
"Delete Previous Character Expanding Tabs"
"Delete Region"
"Delete Selection Mode"
"Delete Window"
"Describe Bindings"
"Describe Class"
"Describe Command"
"Describe Editor Variable"
"Describe Generic Function"
"Describe Key"
"Describe Method Call"
"Describe Symbol"
"Describe System"
"Diff"
"Diff Ignoring Whitespace"
"Directory Query Replace"
"Directory Search"
"Disassemble Definition"
"Do Nothing"
"Document Command"
"Document Key"
"Document Variable"
"Down Comment Line"
"Down List"
"Dynamic Completion"
"Echo Area Backward Character"
"Echo Area Backward Word"
"Echo Area Delete Previous Character"
"Echo Area Kill Previous Word"
"Edit Buffer"
"Edit Callees"
"Edit Callers"
"Edit Compiler Warnings"
"Edit Editor Command"
"Edit Recognized Source"
"Edit Word Abbrevs"
"End Keyboard Macro"
"End of Buffer"
"End Of Buffer Preserving Point"
"End of Defun"
"End of Line"
"End of Window"
"Evaluate Buffer"
"Evaluate Buffer Changed Definitions"
"Evaluate Changed Definitions"
"Evaluate Defun"
"Evaluate Defun In Listener"
"Evaluate Expression"
"Evaluate Last Form"
"Evaluate Last Form And Describe"
"Evaluate Last Form And Inspect"
"Evaluate Last Form In Listener"
"Evaluate Region"
"Evaluate Region In Listener"
"Evaluate System Changed Definitions"
"Exchange Point and Mark"
"Execute or Insert Newline or Yank from Previous Prompt"
"Exit Lisp"
"Exit Recursive Edit"
"Expand File Name"
"Expand File Name With Space"
"Extended Command"
"Extract List"
"Fill Paragraph"
"Fill Region"
"Find Alternate File"
"Find Command Definition"
"Find File"
"Find Key Definition"
"Find Matching Parse"
"Find Mismatch"
"Find Non-Base-Char"
"Find Source"
"Find Source For Dspec"
"Find Tag"
"Find Unbalanced Parentheses"
"Find Unwritable Character"
"Flush Sections"
"Font Lock Fontify Block"
"Font Lock Fontify Buffer"
"Font Lock Mode"
"Forward Character"
"Forward Form"
"Forward Kill Form"
"Forward Kill Sentence"
"Forward List"
"Forward Paragraph"
"Forward Search"
"Forward Sentence"
"Forward Up List"
"Forward Word"
"Function Arglist"
"Function Arglist Displayer"
"Function Argument List"
"Function Documentation"
"Fundamental Mode"
"Generic Describe"
"Get Register"
"Global Font Lock Mode"
"Go Back"
"Go Forward"
"Goto Line"
"Goto Page"
"Goto Point"
"Grep"
"Help"
"Help on Parse"
"History First"
"History Kill Current"
"History Last"
"History Next"
"History Previous"
"History Search"
"History Search From Input"
"History Select"
"History Yank"
"hl off"
"hl on"
"IDL Mode"
"Illegal"
"In-Place Complete Input"
"In-Place Complete Symbol"
"In-Place Expand File Name"
"In-Place Expand File Name With Space"
"Incremental Search"
"Indent"
"Indent And Complete Symbol"
"Indent for Comment"
"Indent Form"
"Indent New Comment Line"
"Indent New Line"
"Indent or Complete Symbol"
"Indent Region"
"Indent Rigidly"
"Indent Selection"
"Indent Selection or Complete Symbol"
"Insert ()"
"Insert Buffer"
"Insert Cut Buffer"
"Insert Double Quotes For Selection"
"Insert File"
"Insert From Previous Prompt"
"Insert Multi Line Comment For Selection"
"Insert Page Directory"
"Insert Parentheses For Selection"
"Insert Parse Default"
"Insert Register"
"Insert Selected Text"
"Insert Space And Show Arglist"
"Insert Word Abbrevs"
"Inspect Star"
"Inspect Variable"
"Interrupt Shell Subjob"
"Inverse Add Global Word Abbrev"
"Inverse Add Mode Word Abbrev"
"Invoke Listener Shortcut"
"Invoke Menu Item"
"Invoke Tool"
"ISearch Backward Regexp"
"ISearch Forward Regexp"
"Jump to Register"
"Jump to Saved Position"
"Just One Space"
"Keyboard Macro Query"
"Kill Backward Up List"
"Kill Buffer"
"Kill Comment"
"Kill Line"
"Kill Next Word"
"Kill Parse"
"Kill Previous Word"
"Kill Region"
"Kill Register"
"kill Shell Subjob"
"Last Keyboard Macro"
"Line to Top of Window"
"Lisp Insert )"
"Lisp Insert ) Indenting Top Level"
"LISP Mode"
"List Buffer Definitions"
"List Buffers"
"List Callees"
"List Callers"
"List Definitions"
"List Definitions For Dspec"
"List Faces Display"
"List Matching Lines"
"List Registers"
"List Unwritable Characters"
"List Word Abbrevs"
"Load ASDF System"
"Load File"
"Lowercase Region"
"Lowercase Word"
"Mac Mode"
"Macroexpand Form"
"Make Directory"
"Make Word Abbrev"
"Manual Entry"
"Mark Defun"
"Mark Form"
"Mark Page"
"Mark Paragraph"
"Mark Sentence"
"Mark Whole Buffer"
"Mark Word"
"Maybe Invoke Listener Shortcut"
"Meta Documentation"
"Move Over )"
"Move To Window Line"
"Name Keyboard Macro"
"Negative Argument"
"New Buffer"
"New Line"
"New Window"
"Next Breakpoint"
"Next Grep"
"Next Line"
"Next Ordinary Window"
"Next Page"
"Next Parse"
"Next Search Match"
"Next Window"
"Open Line"
"Overwrite Delete Previous Character"
"Overwrite Mode"
"Point to Register"
"Pop and Goto Mark"
"Pop Mark"
"Prepend to Register"
"Previous Breakpoint"
"Previous Focus Window"
"Previous Line"
"Previous Page"
"Previous Parse"
"Previous Window"
"Print Buffer"
"Print File"
"Print Region"
"Process Buffer Options"
"Process File Options"
"Put Register"
"Query Replace"
"Query Replace Regexp"
"Quit"
"Quote Tab"
"Quoted Insert"
"Re-evaluate Defvar"
"Read Word Abbrev File"
"Redo"
"Reevaluate Defvar"
"Refresh Screen"
"Regexp Forward Search"
"Regexp Reverse Search"
"Register to Point"
"Remote Manual Entry"
"Remote Shell"
"Remove Nroff Backspaces"
"Rename Buffer"
"Rename File"
"Replace Regexp"
"Replace String"
"Report Bug"
"Report Manual Bug"
"Reset Echo Area"
"Return Default"
"Reverse Incremental Search"
"Reverse Search"
"Revert Buffer"
"Room"
"Rotate Active Finders"
"Rotate Kill Ring"
"Run Command"
"Save All Files"
"Save All Files And Exit"
"Save File"
"Save Position"
"Save Region"
"Scroll Next Window Down"
"Scroll Next Window Up"
"Scroll Window Down"
"Scroll Window Down In Place"
"Scroll Window Down Moving Point"
"Scroll Window Down Preserving Point"
"Scroll Window Up"
"Scroll Window Up In Place"
"Scroll Window Up Moving Point"
"Scroll Window Up Preserving Point"
"Search All Buffers"
"Search Files"
"Search Files Matching Patterns"
"Search System"
"Select Buffer"
"Select Buffer Other Window"
"Select Go Back"
"Select Previous Buffer"
"Self Insert"
"Self Overwrite"
"Set Buffer Output"
"Set Buffer Package"
"Set Buffer Transient Edit"
"Set Comment Column"
"Set External Format"
"Set Fill Column"
"Set Fill Prefix"
"Set Mark"
"Set Mark And Highlight"
"Set Prefix Argument"
"Set Title"
"Set Variable"
"Shell"
"Shell Command"
"Shell Command On Region"
"Shell Send Eof"
"Show Directory"
"Show Documentation"
"Show Documentation For Dspec"
"Show Paths From"
"Show Paths To"
"Show Variable"
"Skip Whitespace"
"Split Window Horizontally"
"Split Window Vertically"
"Stepper Breakpoint"
"Stepper Continue"
"Stepper Macroexpand"
"Stepper Next"
"Stepper Restart"
"Stepper Show Current Source"
"Stepper Step"
"Stepper Step Through Call"
"Stepper Step To Call"
"Stepper Step To Cursor"
"Stepper Step To End"
"Stepper Step To Value"
"Stepper Undo Macroexpand"
"Stop Shell Subjob"
"System Query Replace"
"System Search"
"Tags Query Replace"
"Tags Search"
"Terminate Shell Subjob"
"Test ASDF System"
"Text Mode"
"Throw out of Debugger"
"Throw To Top Level"
"Toggle Auto Save"
"Toggle Breakpoint"
"Toggle Buffer Read-Only"
"Toggle Count Newlines"
"Toggle Error Catch"
"Toggle Global Simple Undo"
"Toggle Showing Cursor Info"
"Toggle Trace"
"Tools Apropos"
"Tools Editor"
"Tools Listener"
"Top of Window"
"Trace Definition"
"Trace Definition Inside Definition"
"Trace Function"
"Trace Function Inside Definition"
"Transpose Characters"
"Transpose Forms"
"Transpose Lines"
"Transpose Regions"
"Transpose Words"
"Un-Kill"
"Undefine"
"Undefine Buffer"
"Undefine Command"
"Undefine Region"
"Undo"
"Unexpand Last Word"
"Unsplit Window"
"Untrace All"
"Untrace Definition"
"Untrace Function"
"Up Comment Line"
"Uppercase Region"
"Uppercase Word"
"View Page Directory"
"View Source Search"
"Visit File"
"Visit Other Tags File"
"Visit Tags File"
"Walk Form"
"Wfind File"
"What Command"
"What Cursor Position"
"What Line"
"What Lossage"
"Where Is"
"Where is Point"
"Word Abbrev Apropos"
"Word Abbrev Prefix Point"
"Write File"
"Write Region"
"Write Word Abbrev File")