163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'emulators-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (autoloads (edt-emulation-on) "edt" "emulators/edt.el")
|
|
5
|
|
6 (autoload 'edt-emulation-on "edt" "\
|
|
7 Turn on EDT Emulation." t nil)
|
|
8
|
|
9 ;;;***
|
|
10
|
|
11 ;;;### (autoloads (teco-command) "teco" "emulators/teco.el")
|
|
12
|
|
13 (autoload 'teco-command "teco" "\
|
|
14 Read and execute a Teco command string." t nil)
|
|
15
|
|
16 ;;;***
|
|
17
|
|
18 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulators/tpu-edt.el")
|
|
19
|
|
20 (fset 'tpu-edt-mode 'tpu-edt-on)
|
|
21
|
|
22 (fset 'tpu-edt 'tpu-edt-on)
|
|
23
|
|
24 (autoload 'tpu-edt-on "tpu-edt" "\
|
|
25 Turn on TPU/edt emulation." t nil)
|
|
26
|
|
27 ;;;***
|
|
28
|
|
29 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) "tpu-extras" "emulators/tpu-extras.el")
|
|
30
|
|
31 (autoload 'tpu-set-scroll-margins "tpu-extras" "\
|
|
32 Set scroll margins." t nil)
|
|
33
|
|
34 (autoload 'tpu-set-cursor-free "tpu-extras" "\
|
|
35 Allow the cursor to move freely about the screen." t nil)
|
|
36
|
|
37 (autoload 'tpu-set-cursor-bound "tpu-extras" "\
|
|
38 Constrain the cursor to the flow of the text." t nil)
|
|
39
|
|
40 ;;;***
|
|
41
|
|
42 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulators/ws-mode.el")
|
|
43
|
|
44 (autoload 'wordstar-mode "ws-mode" "\
|
|
45 Major mode with WordStar-like key bindings.
|
|
46
|
|
47 BUGS:
|
|
48 - Help menus with WordStar commands (C-j just calls help-for-help)
|
|
49 are not implemented
|
|
50 - Options for search and replace
|
|
51 - Show markers (C-k h) is somewhat strange
|
|
52 - Search and replace (C-q a) is only available in forward direction
|
|
53
|
|
54 No key bindings beginning with ESC are installed, they will work
|
|
55 Emacs-like.
|
|
56
|
|
57 The key bindings are:
|
|
58
|
|
59 C-a backward-word
|
|
60 C-b fill-paragraph
|
|
61 C-c scroll-up-line
|
|
62 C-d forward-char
|
|
63 C-e previous-line
|
|
64 C-f forward-word
|
|
65 C-g delete-char
|
|
66 C-h backward-char
|
|
67 C-i indent-for-tab-command
|
|
68 C-j help-for-help
|
|
69 C-k ordstar-C-k-map
|
|
70 C-l ws-repeat-search
|
|
71 C-n open-line
|
|
72 C-p quoted-insert
|
|
73 C-r scroll-down-line
|
|
74 C-s backward-char
|
|
75 C-t kill-word
|
|
76 C-u keyboard-quit
|
|
77 C-v overwrite-mode
|
|
78 C-w scroll-down
|
|
79 C-x next-line
|
|
80 C-y kill-complete-line
|
|
81 C-z scroll-up
|
|
82
|
|
83 C-k 0 ws-set-marker-0
|
|
84 C-k 1 ws-set-marker-1
|
|
85 C-k 2 ws-set-marker-2
|
|
86 C-k 3 ws-set-marker-3
|
|
87 C-k 4 ws-set-marker-4
|
|
88 C-k 5 ws-set-marker-5
|
|
89 C-k 6 ws-set-marker-6
|
|
90 C-k 7 ws-set-marker-7
|
|
91 C-k 8 ws-set-marker-8
|
|
92 C-k 9 ws-set-marker-9
|
|
93 C-k b ws-begin-block
|
|
94 C-k c ws-copy-block
|
|
95 C-k d save-buffers-kill-emacs
|
|
96 C-k f find-file
|
|
97 C-k h ws-show-markers
|
|
98 C-k i ws-indent-block
|
|
99 C-k k ws-end-block
|
|
100 C-k p ws-print-block
|
|
101 C-k q kill-emacs
|
|
102 C-k r insert-file
|
|
103 C-k s save-some-buffers
|
|
104 C-k t ws-mark-word
|
|
105 C-k u ws-exdent-block
|
|
106 C-k C-u keyboard-quit
|
|
107 C-k v ws-move-block
|
|
108 C-k w ws-write-block
|
|
109 C-k x kill-emacs
|
|
110 C-k y ws-delete-block
|
|
111
|
|
112 C-o c wordstar-center-line
|
|
113 C-o b switch-to-buffer
|
|
114 C-o j justify-current-line
|
|
115 C-o k kill-buffer
|
|
116 C-o l list-buffers
|
|
117 C-o m auto-fill-mode
|
|
118 C-o r set-fill-column
|
|
119 C-o C-u keyboard-quit
|
|
120 C-o wd delete-other-windows
|
|
121 C-o wh split-window-horizontally
|
|
122 C-o wo other-window
|
|
123 C-o wv split-window-vertically
|
|
124
|
|
125 C-q 0 ws-find-marker-0
|
|
126 C-q 1 ws-find-marker-1
|
|
127 C-q 2 ws-find-marker-2
|
|
128 C-q 3 ws-find-marker-3
|
|
129 C-q 4 ws-find-marker-4
|
|
130 C-q 5 ws-find-marker-5
|
|
131 C-q 6 ws-find-marker-6
|
|
132 C-q 7 ws-find-marker-7
|
|
133 C-q 8 ws-find-marker-8
|
|
134 C-q 9 ws-find-marker-9
|
|
135 C-q a ws-query-replace
|
|
136 C-q b ws-to-block-begin
|
|
137 C-q c end-of-buffer
|
|
138 C-q d end-of-line
|
|
139 C-q f ws-search
|
|
140 C-q k ws-to-block-end
|
|
141 C-q l ws-undo
|
|
142 C-q p ws-last-cursorp
|
|
143 C-q r beginning-of-buffer
|
|
144 C-q C-u keyboard-quit
|
|
145 C-q w ws-last-error
|
|
146 C-q y ws-kill-eol
|
|
147 C-q DEL ws-kill-bol
|
|
148 " t nil)
|
|
149
|
|
150 ;;;***
|
|
151
|
|
152 (provide 'emulators-autoloads)
|