blob: 7888f2c472bbb32c426d17a7b873a5d79c83fa88 (
plain)
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
|
$ Message catalogue for ex/vi
$ Sccsid @(#)en_US 1.4 (gritter) 3/18/03
$quote "
$set 1
1 "Usage: %s [- | -s] [-l] [-L] [-R] [-r [file]] [-t tag]\n\
[-v] [-V] [-w size] [+cmd | -c cmd] file...\n"
2 "%s: option requires an argument -- %c\n"
3 "%s: illegal option -- %c\n"
4 "Trace create error\n"
5 "Unknown option %s\n"
6 "Addr1 > addr2|First address exceeds second"
7 "Bad count|Nonzero count required"
8 "No address allowed@on this command"
9 "Badly formed address"
10 "No match to BOTTOM|Address search hit BOTTOM without matching pattern"
11 "No match to TOP|Address search hit TOP without matching pattern"
12 "Fail|Pattern not found"
13 "Marks are ' and a-z"
14 "Undefined mark@referenced"
15 "Negative address@- first buffer line is 1"
16 "Not that many lines@in buffer"
17 "Offset out-of-bounds|Offset after command too large"
18 "Home directory unknown"
19 "Mark what?|%s requires following letter"
20 "Bad mark|Mark must specify a letter"
21 "Preserve failed!"
22 "File preserved."
23 "No write@since last change (:rewind! overrides)"
24 "Old tty driver|Not using new tty driver/shell"
25 "Bad register"
26 "At EOF|At end-of-file"
27 "What?|Unknown command character '%c'"
28 "Extra chars|Extra characters at end of command"
29 " [Warning - %s is incomplete]"
30 "%d files@to edit"
31 "No more files@to edit"
$quote
32 Extra chars|Extra characters at end of "%s" command
$quote "
33 "%d more file"
34 "%s@to edit"
35 "No write@since last change (:%s! overrides)"
36 "What?|%s: No such command from open/visual"
37 "What?|%s: Not an editor command"
38 "[Hit return to continue] "
39 "Out of memory@- too many lines in file"
40 "Line overflow|Result line of join would be too long"
41 "That move would do nothing!"
42 "Move to a moved line"
43 "%s where?|%s requires a trailing address"
44 "Cannot put inside global/macro"
45 "Line too long|Result line after shift would be too long"
46 "Bad tag|Give one tag per line"
47 "No previous tag"
48 "%s: Bad tags file entry"
49 "No write@since last change (:tag! overrides)"
50 "No tags file"
51 "%s: No such tag@in tags file"
52 "Can't yank inside global/macro"
53 "\nAt EOF"
54 "At EOF"
55 "Hit BOTTOM"
56 "Hit TOP"
57 "Nothing to undo"
58 "Nothing changed|Last undoable command didn't change anything"
59 "Can't undo in global@commands"
60 "Missing lhs"
61 "Missing rhs"
62 "Missing rhs"
63 "No tail recursion"
64 "Too dangerous to map that"
65 "No tail recursion"
66 "Missing lhs"
67 "Not mapped|That macro wasn't mapped"
68 "Too many macros"
69 "Too much macro text"
70 "^H discarded\n"
71 "Input line too long"
72 "No file|No current filename"
73 " [Read only]"
74 " [Not edited]"
75 " [Modified]"
76 "No file "
77 " line %d of %d --%ld%%--"
78 "Pattern too long"
79 "Argument buffer overflow"
80 "No alternate filename@to substitute for #"
81 "No current filename@to substitute for %%"
82 "Can't make pipe to glob"
83 "Can't fork to do glob"
84 "Arg list too long"
85 "Arg list too long"
86 "No match"
87 "Missing filename"
88 "Ambiguous|Too many file names"
89 "Filename too long"
90 " [New file]"
91 " Block special file"
92 " Teletype"
93 " Character special file"
94 " Directory"
95 " Socket"
96 " Named pipe"
97 " Executable"
98 " Compressed Data"
99 " ELF object"
100 " Archive"
101 " Non-ascii file"
102 " [Read only]"
103 " %d/%d"
104 " %d line%s, %d character%s"
105 " ("
106 "%d null"
107 ", "
108 "%d non-ASCII"
109 "Write forms are 'w' and 'w>>'"
110 "No file|No current filename"
$quote #
111 # File exists| File exists - use "w! %s" to overwrite#
$quote "
112 " File is read only"
113 " File is read only"
$quote #
114 # Use "w!" to write partial buffer#
$quote "
115 " [New file]"
116 " [Existing file]"
117 " [Incomplete last line]"
118 " Line too long"
119 "Too many nested sources"
120 "Open and visual must be used interactively"
121 "Global within global@not allowed"
122 "Global needs re|Missing regular expression for global"
123 "Global command too long"
124 "substitution loop"
125 "Fail|Substitute pattern match failed"
126 "Substitute needs re|Missing regular expression for substitute"
127 "No previous re|No previous regular expression"
128 "No previous substitute re|No previous substitute to repeat"
129 "Replacement pattern too long@- limit 256 characters"
130 "Line overflow@in substitute"
131 "%d subs|%d substitutions"
132 " on %d lines"
133 "Regular expressions cannot be delimited by letters or digits"
134 "No previous scan re|No previous scanning regular expression"
135 "No previous substitute re|No previous substitute regular expression"
136 "Badly formed re|Regular expression \\ must be followed by / or ?"
137 "No previous re|No previous regular expression"
138 "Missing closing delimiter@for regular expression"
139 "Re too complex|Regular expression too complicated"
140 "Unmatched \\(|More \\('s than \\)'s in regular expression"
141 "Awash in \\('s!|Too many \\('d subexressions in a regular expression"
142 "Extra \\)|More \\)'s than \\('s in regular expression"
143 "Bad number|Bad number in regular expression"
144 "Range endpoint too large|Range endpoint too large in regular expression"
145 "More than 2 numbers given in \\{~\\}"
146 "} expected after \\"
147 "First number exceeds second in \\{~\\}"
$quote
148 "\\digit" out of range
$quote "
149 "Replacement pattern contains &@- cannot use in re"
150 "Replacement pattern contains \\d@- cannot use in re"
151 "Illegal *|Can't * a \\( ... \\) in regular expression")
152 "Illegal *|Can't * a \\n in regular expression"
153 "Bad character class|Empty character class '[]' or '[^]' cannot match"
154 "Missing ]"
155 "No newlines in re's|Can't escape newlines into regular expressions"
156 "Bad \\n|\\n in regular expression with n greater than the number of \\('s"
157 "Badly formed re|Missing closing delimiter for regular expression"
158 "Re internal error"
159 "%s: No such option@- 'set all' gives all option values"
160 "Option %s is not a toggle"
161 "Missing =@in assignment to option %s"
162 "Digits required@after ="
163 "String too long@in option assignment"
164 "Can't change type of terminal from within open/visual"
165 "%s%s"
166 ""
167 "no"
168 "%s=%d"
169 "%s=%s"
170 "%d lines"
171 " %c%s"
172 "Nonzero address required@on this command"
173 "No lines@in the buffer"
174 "more "
175 "fewer "
176 ""
177 "%d %slines@in file after %s"
178 ""
179 "s"
180 "Out of memory@saving lines for undo - try using ed"
181 "emt trap, _ovno is %d @ - try again"
182 "\nInterrupt"
183 " Tmp file too large"
184 " Tmp file too large"
185 " Tmp file too large"
186 "Out of register space (ugh)"
187 "Nothing in register %c"
188 "Can't put partial line inside macro"
189 "Nothing in register %c"
190 "Register too long@to fit in memory"
191 "%s: Unknown terminal type"
192 "Incomplete shell escape command@- use 'shell' to get a shell"
193 "Command too long"
194 "No previous command@to substitute for !"
195 "No alternate filename@to substitute for #"
196 "No filename@to substitute for %%"
197 "[No write]|[No write since last change]"
198 "No previous command@to repeat"
199 "Can't make pipe for filter"
200 "No more processes"
201 "No %s!\n"
202 "Can't make pipe"
203 "No more processes"
204 " Can't make pipe for recovery"
205 " Can't fork to execute recovery"
206 " No recovery routine"
207 "Fail|Pattern not found on addressed line"
208 "Can't use open/visual unless open option is set"
209 "Recursive open/visual not allowed"
210 "[Using open mode]"
211 "Visual needs addressible cursor or upline capability"
212 Can't use visual on a terminal which overstrikes"
213 "Visual requires clear screen capability"
214 "Visual requires scrolling"
215 "Screen too large for internal buffer"
216 "Don't know enough about your terminal to use %s"
217 "Terminal too wide"
218 "Screen too large"
219 "Internal error: vscroll"
220 "No lines in buffer"
221 "Internal error: vredraw"
222 "Input read error"
223 "%d %sline"
224 "Macro too long@ - maybe recursive?"
225 "Infinite macro loop"
226 "Q gets ex command mode, :q leaves vi"
227 " "
228 "AAPPEND MODE"
229 "CCHANGE MODE"
230 "OOPEN MODE"
231 "RREPLACE MODE"
232 "rREPLACE 1 CHAR"
233 "IINSERT MODE"
234 "Infinite macro loop"
235 "Line too long"
236 "Line too long"
237 "Internal error: vclreol"
238 "Internal error: vgoto"
239 "Line too long for open"
240 "Line too long"
241 "No memory pool"
242 "Memory pool exhausted"
243 "failed to memory map anonymous area"
244 "failed to open /dev/zero"
245 "failed to memory map /dev/zero"
246 "chunk of memory already in free list"
247 "out of memory"
248 "(null pointer)"
249 "y"
$ exrecover
$set 2
1 " Wrong number of arguments to exrecover"
2 " [Dated: %s"
3 ", newest of %d saved]"
4 "]"
5 " Not enough core for lines"
6 "No files saved.\n"
7 "On %s at "
$quote #
8 # saved %d lines of file "%s"\n#
$quote "
9 " File not found"
10 " [Lost line(s):"
11 " %d"
12 "-%d"
13 " [Lost line(s):"
14 " %d"
15 "-%d"
16 "]"
17 " Tmp file too large"
$ expreserve
$set 3
1 "NOT super user\n"
2 "the system went down"
3 "the editor was killed"
4 "Subject: editor saved ``LOST''\n"
5 "You were editing a file without a name\n"
6 "at <%s> on the machine ``%s'' when %s.\n"
$quote #
7 #Since the file had no name, it has been named "LOST".\n#
$quote "
8 "Subject: editor saved ``%s''\n"
$quote #
9 #You were editing the file "%s"\n#
$quote "
10 "at <%s> on the machine ``%s''\n"
11 "when %s.\n"
12 "\nYou can retrieve most of your changes to this file\n"
$quote #
13 #using the "recover" command of the editor.\n#
14 #An easy way to do this is to give the command "vi -r %s".\n#
15 #This method also works using "ex" and "edit".\n#
$quote "
16 "Buffer format error\t"
17 "Buffer read error"
18 "Can't find a name\t"
|