Blame


1 cfa37a7b 2004-04-10 devnull .TH ACME 1
2 cfa37a7b 2004-04-10 devnull .SH NAME
3 cfa37a7b 2004-04-10 devnull acme, win, awd \- interactive text windows
4 cfa37a7b 2004-04-10 devnull .SH SYNOPSIS
5 cfa37a7b 2004-04-10 devnull .B acme
6 cfa37a7b 2004-04-10 devnull [
7 b9771a80 2005-01-30 devnull .B -abr
8 b9771a80 2005-01-30 devnull ]
9 b9771a80 2005-01-30 devnull [
10 cfa37a7b 2004-04-10 devnull .B -f
11 cfa37a7b 2004-04-10 devnull .I varfont
12 cfa37a7b 2004-04-10 devnull ]
13 cfa37a7b 2004-04-10 devnull [
14 cfa37a7b 2004-04-10 devnull .B -F
15 cfa37a7b 2004-04-10 devnull .I fixfont
16 cfa37a7b 2004-04-10 devnull ]
17 cfa37a7b 2004-04-10 devnull [
18 cfa37a7b 2004-04-10 devnull .B -c
19 cfa37a7b 2004-04-10 devnull .I ncol
20 cfa37a7b 2004-04-10 devnull ]
21 cfa37a7b 2004-04-10 devnull [
22 cfa37a7b 2004-04-10 devnull .B -l
23 cfa37a7b 2004-04-10 devnull .I file
24 cfa37a7b 2004-04-10 devnull |
25 cfa37a7b 2004-04-10 devnull .I file
26 cfa37a7b 2004-04-10 devnull \&... ]
27 cfa37a7b 2004-04-10 devnull .LP
28 cfa37a7b 2004-04-10 devnull .B win
29 cfa37a7b 2004-04-10 devnull [
30 cfa37a7b 2004-04-10 devnull .I command
31 cfa37a7b 2004-04-10 devnull ]
32 cfa37a7b 2004-04-10 devnull .LP
33 cfa37a7b 2004-04-10 devnull .B awd
34 cfa37a7b 2004-04-10 devnull [
35 cfa37a7b 2004-04-10 devnull .I label
36 cfa37a7b 2004-04-10 devnull ]
37 cfa37a7b 2004-04-10 devnull .SH DESCRIPTION
38 cfa37a7b 2004-04-10 devnull .I Acme
39 cfa37a7b 2004-04-10 devnull manages windows of text that may be edited interactively or by external programs.
40 cfa37a7b 2004-04-10 devnull The interactive interface uses the keyboard and mouse; external programs
41 cfa37a7b 2004-04-10 devnull use a set of files served by
42 cfa37a7b 2004-04-10 devnull .IR acme ;
43 cfa37a7b 2004-04-10 devnull these are discussed in
44 cfa37a7b 2004-04-10 devnull .IR acme (4).
45 cfa37a7b 2004-04-10 devnull .PP
46 cfa37a7b 2004-04-10 devnull Any named
47 cfa37a7b 2004-04-10 devnull .I files
48 cfa37a7b 2004-04-10 devnull are read into
49 cfa37a7b 2004-04-10 devnull .I acme
50 cfa37a7b 2004-04-10 devnull windows before
51 cfa37a7b 2004-04-10 devnull .I acme
52 cfa37a7b 2004-04-10 devnull accepts input.
53 cfa37a7b 2004-04-10 devnull With the
54 cfa37a7b 2004-04-10 devnull .B -l
55 cfa37a7b 2004-04-10 devnull option, the state of the entire system is loaded
56 cfa37a7b 2004-04-10 devnull from
57 cfa37a7b 2004-04-10 devnull .IR file ,
58 cfa37a7b 2004-04-10 devnull which should have been created by a
59 cfa37a7b 2004-04-10 devnull .B Dump
60 cfa37a7b 2004-04-10 devnull command (q.v.),
61 cfa37a7b 2004-04-10 devnull and subsequent
62 cfa37a7b 2004-04-10 devnull .I file
63 cfa37a7b 2004-04-10 devnull names are ignored.
64 cfa37a7b 2004-04-10 devnull Plain files display as text; directories display as columnated lists of the
65 cfa37a7b 2004-04-10 devnull names of their components, as in
66 cfa37a7b 2004-04-10 devnull .B "ls -p directory|mc
67 cfa37a7b 2004-04-10 devnull except that the names of subdirectories have a slash appended.
68 cfa37a7b 2004-04-10 devnull .PP
69 cfa37a7b 2004-04-10 devnull The
70 cfa37a7b 2004-04-10 devnull .B -f
71 cfa37a7b 2004-04-10 devnull .RB ( -F )
72 cfa37a7b 2004-04-10 devnull option sets the main font, usually variable-pitch (alternate, usually fixed-pitch);
73 cfa37a7b 2004-04-10 devnull the default is
74 adc93f60 2005-01-14 devnull .B \*9/font/lucidasans/euro.8.font
75 cfa37a7b 2004-04-10 devnull .RB ( \&.../lucm/unicode.9.font ).
76 cfa37a7b 2004-04-10 devnull Tab intervals are set to the width of 4 (or the value of
77 cfa37a7b 2004-04-10 devnull .BR $tabstop )
78 cfa37a7b 2004-04-10 devnull numeral zeros in the appropriate font.
79 cfa37a7b 2004-04-10 devnull .PP
80 cfa37a7b 2004-04-10 devnull .SS Windows
81 cfa37a7b 2004-04-10 devnull .I Acme
82 cfa37a7b 2004-04-10 devnull windows are in two parts: a one-line
83 cfa37a7b 2004-04-10 devnull .I tag
84 cfa37a7b 2004-04-10 devnull above a multi-line
85 cfa37a7b 2004-04-10 devnull .IR body .
86 cfa37a7b 2004-04-10 devnull The body typically contains an image of a file, as in
87 cfa37a7b 2004-04-10 devnull .IR sam (1),
88 cfa37a7b 2004-04-10 devnull or the output of a
89 cfa37a7b 2004-04-10 devnull program, as in an
90 cfa37a7b 2004-04-10 devnull .IR rio (1)
91 cfa37a7b 2004-04-10 devnull window.
92 cfa37a7b 2004-04-10 devnull The tag contains a number of
93 cfa37a7b 2004-04-10 devnull blank-separated words, followed by a vertical bar character, followed by anything.
94 cfa37a7b 2004-04-10 devnull The first word is the name of the window, typically the name of the associated
95 cfa37a7b 2004-04-10 devnull file or directory, and the other words are commands available in that window.
96 cfa37a7b 2004-04-10 devnull Any text may be added after the bar; examples are strings to search for or
97 cfa37a7b 2004-04-10 devnull commands to execute in that window.
98 cfa37a7b 2004-04-10 devnull Changes to the text left of the bar will be ignored,
99 cfa37a7b 2004-04-10 devnull unless the result is to change the name of the
100 cfa37a7b 2004-04-10 devnull window.
101 cfa37a7b 2004-04-10 devnull .PP
102 cfa37a7b 2004-04-10 devnull If a window holds a directory, the name (first word of the tag) will end with
103 cfa37a7b 2004-04-10 devnull a slash.
104 cfa37a7b 2004-04-10 devnull .SS Scrolling
105 cfa37a7b 2004-04-10 devnull Each window has a scroll bar to the left of the body.
106 cfa37a7b 2004-04-10 devnull The scroll bar behaves much as in
107 cfa37a7b 2004-04-10 devnull .IR sam (1)
108 cfa37a7b 2004-04-10 devnull or
109 cfa37a7b 2004-04-10 devnull .IR rio (1)
110 cfa37a7b 2004-04-10 devnull except that scrolling occurs when the button is pressed, rather than released,
111 cfa37a7b 2004-04-10 devnull and continues
112 cfa37a7b 2004-04-10 devnull as long as the mouse button is held down in the scroll bar.
113 cfa37a7b 2004-04-10 devnull For example, to scroll slowly through a file,
114 cfa37a7b 2004-04-10 devnull hold button 3 down near the top of the scroll bar. Moving the mouse
115 cfa37a7b 2004-04-10 devnull down the scroll bar speeds up the rate of scrolling.
116 a965f2ed 2005-01-10 devnull (The experimental option
117 a965f2ed 2005-01-10 devnull .B -r
118 a965f2ed 2005-01-10 devnull reverses the scrolling behavior of buttons 1 and 3, to behave
119 a965f2ed 2005-01-10 devnull more like
120 a965f2ed 2005-01-10 devnull .IR xterm (1).)
121 cfa37a7b 2004-04-10 devnull .SS Layout
122 cfa37a7b 2004-04-10 devnull .I Acme
123 cfa37a7b 2004-04-10 devnull windows are arranged in columns. By default, it creates two columns when starting;
124 cfa37a7b 2004-04-10 devnull this can be overridden with the
125 cfa37a7b 2004-04-10 devnull .B -c
126 cfa37a7b 2004-04-10 devnull option.
127 cfa37a7b 2004-04-10 devnull Placement is automatic but may be adjusted
128 cfa37a7b 2004-04-10 devnull using the
129 cfa37a7b 2004-04-10 devnull .I layout box
130 cfa37a7b 2004-04-10 devnull in the upper left corner of each window and column.
131 cfa37a7b 2004-04-10 devnull Pressing and holding any mouse button in the box drags
132 cfa37a7b 2004-04-10 devnull the associated window or column.
133 cfa37a7b 2004-04-10 devnull For windows, just
134 cfa37a7b 2004-04-10 devnull clicking in the layout box grows the window in place: button 1
135 cfa37a7b 2004-04-10 devnull grows it a little, button 2 grows it as much as it can, still leaving all other
136 cfa37a7b 2004-04-10 devnull tags in that column visible, and button 3 takes over the column completely,
137 cfa37a7b 2004-04-10 devnull temporarily hiding other windows in the column.
138 cfa37a7b 2004-04-10 devnull (They will return
139 cfa37a7b 2004-04-10 devnull .I en masse
140 cfa37a7b 2004-04-10 devnull if any of them needs attention.)
141 cfa37a7b 2004-04-10 devnull The layout box in a window is normally white; when it is black in the center,
142 cfa37a7b 2004-04-10 devnull it records that the file is `dirty':
143 c8b6342d 2005-01-13 devnull .I acme
144 cfa37a7b 2004-04-10 devnull believes it is modified from its original
145 cfa37a7b 2004-04-10 devnull contents.
146 cfa37a7b 2004-04-10 devnull .PP
147 cfa37a7b 2004-04-10 devnull Tags exist at the top of each column and across the whole display.
148 cfa37a7b 2004-04-10 devnull .I Acme
149 cfa37a7b 2004-04-10 devnull pre-loads them with useful commands.
150 cfa37a7b 2004-04-10 devnull Also, the tag across the top maintains a list of executing long-running commands.
151 cfa37a7b 2004-04-10 devnull .SS Typing
152 cfa37a7b 2004-04-10 devnull The behavior of typed text is similar to that in
153 cfa37a7b 2004-04-10 devnull .IR rio (1)
154 cfa37a7b 2004-04-10 devnull except that the characters are delivered to the tag or body under the mouse; there is no
155 cfa37a7b 2004-04-10 devnull `click to type'.
156 cfa37a7b 2004-04-10 devnull (The experimental option
157 cfa37a7b 2004-04-10 devnull .B -b
158 cfa37a7b 2004-04-10 devnull causes typing to go to the most recently clicked-at or made window.)
159 cfa37a7b 2004-04-10 devnull The usual backspacing conventions apply.
160 cfa37a7b 2004-04-10 devnull As in
161 cfa37a7b 2004-04-10 devnull .IR sam (1)
162 cfa37a7b 2004-04-10 devnull but not
163 cfa37a7b 2004-04-10 devnull .IR rio ,
164 cfa37a7b 2004-04-10 devnull the ESC key selects the text typed since the last mouse action,
165 cfa37a7b 2004-04-10 devnull a feature particularly useful when executing commands.
166 cfa37a7b 2004-04-10 devnull A side effect is that typing ESC with text already selected is identical
167 cfa37a7b 2004-04-10 devnull to a
168 cfa37a7b 2004-04-10 devnull .B Cut
169 cfa37a7b 2004-04-10 devnull command
170 cfa37a7b 2004-04-10 devnull .RI ( q.v. ).
171 cfa37a7b 2004-04-10 devnull .PP
172 cfa37a7b 2004-04-10 devnull Most text, including the names of windows, may be edited uniformly.
173 cfa37a7b 2004-04-10 devnull The only exception is that the command names to the
174 cfa37a7b 2004-04-10 devnull left of the bar in a tag are maintained automatically; changes to them are repaired
175 cfa37a7b 2004-04-10 devnull by
176 cfa37a7b 2004-04-10 devnull .IR acme .
177 b9771a80 2005-01-30 devnull .PP
178 b9771a80 2005-01-30 devnull When a window is in autoindent mode
179 b9771a80 2005-01-30 devnull (see the
180 b9771a80 2005-01-30 devnull .B Indent
181 b9771a80 2005-01-30 devnull command below) and a newline character is typed,
182 b9771a80 2005-01-30 devnull acme copies leading white space on the current line to the new line.
183 b9771a80 2005-01-30 devnull The option
184 b9771a80 2005-01-30 devnull .B -a
185 b9771a80 2005-01-30 devnull causes each window to start in
186 b9771a80 2005-01-30 devnull autoindent mode.
187 cfa37a7b 2004-04-10 devnull .SS "Directory context
188 cfa37a7b 2004-04-10 devnull Each window's tag names a directory: explicitly if the window
189 cfa37a7b 2004-04-10 devnull holds a directory; implicitly if it holds a regular file
190 cfa37a7b 2004-04-10 devnull (e.g. the directory
191 cfa37a7b 2004-04-10 devnull .B /adm
192 cfa37a7b 2004-04-10 devnull if the window holds
193 cfa37a7b 2004-04-10 devnull .BR /adm/users ).
194 cfa37a7b 2004-04-10 devnull This directory provides a
195 cfa37a7b 2004-04-10 devnull .I context
196 cfa37a7b 2004-04-10 devnull for interpreting file names in that window.
197 cfa37a7b 2004-04-10 devnull For example, the string
198 cfa37a7b 2004-04-10 devnull .B users
199 cfa37a7b 2004-04-10 devnull in a window labeled
200 cfa37a7b 2004-04-10 devnull .B /adm/
201 cfa37a7b 2004-04-10 devnull or
202 cfa37a7b 2004-04-10 devnull .B /adm/keys
203 cfa37a7b 2004-04-10 devnull will be interpreted as the file name
204 cfa37a7b 2004-04-10 devnull .BR /adm/users .
205 cfa37a7b 2004-04-10 devnull The directory is defined purely textually, so it can be a non-existent
206 cfa37a7b 2004-04-10 devnull directory or a real directory associated with a non-existent file
207 cfa37a7b 2004-04-10 devnull (e.g.
208 cfa37a7b 2004-04-10 devnull .BR /adm/not-a-file ).
209 cfa37a7b 2004-04-10 devnull File names beginning with a slash
210 cfa37a7b 2004-04-10 devnull are assumed to be absolute file names.
211 cfa37a7b 2004-04-10 devnull .SS Errors
212 cfa37a7b 2004-04-10 devnull Windows whose names begin with
213 cfa37a7b 2004-04-10 devnull .B -
214 cfa37a7b 2004-04-10 devnull or
215 cfa37a7b 2004-04-10 devnull .B +
216 cfa37a7b 2004-04-10 devnull conventionally hold diagnostics and other data
217 cfa37a7b 2004-04-10 devnull not directly associated with files.
218 cfa37a7b 2004-04-10 devnull A window labeled
219 cfa37a7b 2004-04-10 devnull .B +Errors
220 cfa37a7b 2004-04-10 devnull receives all diagnostics produced by
221 cfa37a7b 2004-04-10 devnull .I acme
222 cfa37a7b 2004-04-10 devnull itself.
223 cfa37a7b 2004-04-10 devnull Diagnostics from commands run by
224 cfa37a7b 2004-04-10 devnull .I acme
225 cfa37a7b 2004-04-10 devnull appear in a window named
226 cfa37a7b 2004-04-10 devnull .IB directory /+Errors
227 cfa37a7b 2004-04-10 devnull where
228 cfa37a7b 2004-04-10 devnull .I directory
229 cfa37a7b 2004-04-10 devnull is identified by the context of the command.
230 cfa37a7b 2004-04-10 devnull These error windows are created when needed.
231 cfa37a7b 2004-04-10 devnull .SS "Mouse button 1
232 cfa37a7b 2004-04-10 devnull Mouse button 1 selects text just as in
233 cfa37a7b 2004-04-10 devnull .IR sam (1)
234 cfa37a7b 2004-04-10 devnull or
235 cfa37a7b 2004-04-10 devnull .IR rio (1) ,
236 cfa37a7b 2004-04-10 devnull including the usual double-clicking conventions.
237 cfa37a7b 2004-04-10 devnull .SS "Mouse button 2
238 cfa37a7b 2004-04-10 devnull By an
239 cfa37a7b 2004-04-10 devnull action similar to selecting text with button 1,
240 cfa37a7b 2004-04-10 devnull button 2 indicates text to execute as a command.
241 cfa37a7b 2004-04-10 devnull If the indicated text has multiple white-space-separated words,
242 cfa37a7b 2004-04-10 devnull the first is the command name and the second and subsequent
243 cfa37a7b 2004-04-10 devnull are its arguments.
244 cfa37a7b 2004-04-10 devnull If button 2 is `clicked'\(emindicates a null string\(em\c
245 cfa37a7b 2004-04-10 devnull .I acme
246 cfa37a7b 2004-04-10 devnull .I expands
247 cfa37a7b 2004-04-10 devnull the indicated text to find a command to run:
248 cfa37a7b 2004-04-10 devnull if the click is within button-1-selected text,
249 cfa37a7b 2004-04-10 devnull .I acme
250 cfa37a7b 2004-04-10 devnull takes that selection as the command;
251 cfa37a7b 2004-04-10 devnull otherwise it takes the largest string of valid file name characters containing the click.
252 cfa37a7b 2004-04-10 devnull Valid file name characters are alphanumerics and
253 cfa37a7b 2004-04-10 devnull .B _
254 cfa37a7b 2004-04-10 devnull .B .
255 cfa37a7b 2004-04-10 devnull .B -
256 cfa37a7b 2004-04-10 devnull .B +
257 cfa37a7b 2004-04-10 devnull .BR / .
258 cfa37a7b 2004-04-10 devnull This behavior is similar to double-clicking with button 1 but,
259 cfa37a7b 2004-04-10 devnull because a null command is meaningless, only a single click is required.
260 cfa37a7b 2004-04-10 devnull .PP
261 cfa37a7b 2004-04-10 devnull Some commands, all by convention starting with a capital letter, are
262 cfa37a7b 2004-04-10 devnull .I built-ins
263 cfa37a7b 2004-04-10 devnull that are executed directly by
264 cfa37a7b 2004-04-10 devnull .IR acme :
265 cfa37a7b 2004-04-10 devnull .TP
266 cfa37a7b 2004-04-10 devnull .B Cut
267 cfa37a7b 2004-04-10 devnull Delete most recently selected text and place in snarf buffer.
268 cfa37a7b 2004-04-10 devnull .TP
269 cfa37a7b 2004-04-10 devnull .B Del
270 cfa37a7b 2004-04-10 devnull Delete window. If window is dirty, instead print a warning; a second
271 cfa37a7b 2004-04-10 devnull .B Del
272 cfa37a7b 2004-04-10 devnull will succeed.
273 cfa37a7b 2004-04-10 devnull .TP
274 cfa37a7b 2004-04-10 devnull .B Delcol
275 cfa37a7b 2004-04-10 devnull Delete column and all its windows, after checking that windows are not dirty.
276 cfa37a7b 2004-04-10 devnull .TP
277 cfa37a7b 2004-04-10 devnull .B Delete
278 cfa37a7b 2004-04-10 devnull Delete window without checking for dirtiness.
279 cfa37a7b 2004-04-10 devnull .TP
280 cfa37a7b 2004-04-10 devnull .B Dump
281 cfa37a7b 2004-04-10 devnull Write the state of
282 cfa37a7b 2004-04-10 devnull .I acme
283 cfa37a7b 2004-04-10 devnull to the file name, if specified, or
284 cfa37a7b 2004-04-10 devnull .B $home/acme.dump
285 cfa37a7b 2004-04-10 devnull by default.
286 cfa37a7b 2004-04-10 devnull .TP
287 cfa37a7b 2004-04-10 devnull .B Edit
288 cfa37a7b 2004-04-10 devnull Treat the argument as a text editing command in the style of
289 cfa37a7b 2004-04-10 devnull .IR sam (1).
290 cfa37a7b 2004-04-10 devnull The full
291 cfa37a7b 2004-04-10 devnull .B Sam
292 cfa37a7b 2004-04-10 devnull language is implemented except for the commands
293 cfa37a7b 2004-04-10 devnull .BR k ,
294 cfa37a7b 2004-04-10 devnull .BR n ,
295 cfa37a7b 2004-04-10 devnull .BR q ,
296 cfa37a7b 2004-04-10 devnull and
297 cfa37a7b 2004-04-10 devnull .BR ! .
298 cfa37a7b 2004-04-10 devnull The
299 cfa37a7b 2004-04-10 devnull .B =
300 cfa37a7b 2004-04-10 devnull command is slightly different: it includes the file name and
301 cfa37a7b 2004-04-10 devnull gives only the line address unless the command is explicitly
302 cfa37a7b 2004-04-10 devnull .BR =# .
303 cfa37a7b 2004-04-10 devnull The `current window' for the command is the body of the window in which the
304 cfa37a7b 2004-04-10 devnull .B Edit
305 cfa37a7b 2004-04-10 devnull command is executed.
306 cfa37a7b 2004-04-10 devnull Usually the
307 cfa37a7b 2004-04-10 devnull .B Edit
308 cfa37a7b 2004-04-10 devnull command would be typed in a tag; longer commands may be prepared in a
309 cfa37a7b 2004-04-10 devnull scratch window and executed, with
310 cfa37a7b 2004-04-10 devnull .B Edit
311 cfa37a7b 2004-04-10 devnull itself in the current window, using the 2-1 chord described below.
312 cfa37a7b 2004-04-10 devnull .TP
313 cfa37a7b 2004-04-10 devnull .B Exit
314 cfa37a7b 2004-04-10 devnull Exit
315 cfa37a7b 2004-04-10 devnull .I acme
316 cfa37a7b 2004-04-10 devnull after checking that windows are not dirty.
317 cfa37a7b 2004-04-10 devnull .TP
318 cfa37a7b 2004-04-10 devnull .B Font
319 cfa37a7b 2004-04-10 devnull With no arguments, change the font of the associated window from fixed-spaced to
320 cfa37a7b 2004-04-10 devnull proportional-spaced or
321 cfa37a7b 2004-04-10 devnull .I vice
322 cfa37a7b 2004-04-10 devnull .IR versa .
323 cfa37a7b 2004-04-10 devnull Given a file name argument, change the font of the window to that stored in the named file.
324 cfa37a7b 2004-04-10 devnull If the file name argument is prefixed by
325 cfa37a7b 2004-04-10 devnull .B var
326 cfa37a7b 2004-04-10 devnull .RB ( fix ),
327 cfa37a7b 2004-04-10 devnull also set the default proportional-spaced (fixed-spaced) font for future use to that font.
328 cfa37a7b 2004-04-10 devnull Other existing windows are unaffected.
329 cfa37a7b 2004-04-10 devnull .TP
330 cfa37a7b 2004-04-10 devnull .B Get
331 cfa37a7b 2004-04-10 devnull Load file into window, replacing previous contents (after checking for dirtiness as in
332 cfa37a7b 2004-04-10 devnull .BR Del ).
333 cfa37a7b 2004-04-10 devnull With no argument, use the existing file name of the window.
334 cfa37a7b 2004-04-10 devnull Given an argument, use that file but do not change the window's file name.
335 cfa37a7b 2004-04-10 devnull .TP
336 cfa37a7b 2004-04-10 devnull .B ID
337 cfa37a7b 2004-04-10 devnull Print window ID number
338 cfa37a7b 2004-04-10 devnull .RI ( q.v. ).
339 cfa37a7b 2004-04-10 devnull .TP
340 cfa37a7b 2004-04-10 devnull .B Incl
341 cfa37a7b 2004-04-10 devnull When opening `include' files
342 cfa37a7b 2004-04-10 devnull (those enclosed in
343 cfa37a7b 2004-04-10 devnull .BR <> )
344 cfa37a7b 2004-04-10 devnull with button 3,
345 cfa37a7b 2004-04-10 devnull .I acme
346 cfa37a7b 2004-04-10 devnull searches in directories
347 cfa37a7b 2004-04-10 devnull .B /$objtype/include
348 cfa37a7b 2004-04-10 devnull and
349 cfa37a7b 2004-04-10 devnull .BR /sys/include .
350 cfa37a7b 2004-04-10 devnull .B Incl
351 cfa37a7b 2004-04-10 devnull adds its arguments to a supplementary list of include directories, analogous to
352 cfa37a7b 2004-04-10 devnull the
353 cfa37a7b 2004-04-10 devnull .B -I
354 cfa37a7b 2004-04-10 devnull option to the compilers.
355 cfa37a7b 2004-04-10 devnull This list is per-window and is inherited when windows are created by actions in that window, so
356 cfa37a7b 2004-04-10 devnull .I Incl
357 cfa37a7b 2004-04-10 devnull is most usefully applied to a directory containing relevant source.
358 cfa37a7b 2004-04-10 devnull With no arguments,
359 cfa37a7b 2004-04-10 devnull .I Incl
360 cfa37a7b 2004-04-10 devnull prints the supplementary list.
361 cfa37a7b 2004-04-10 devnull This command is largely superseded by plumbing
362 cfa37a7b 2004-04-10 devnull (see
363 058b0118 2005-01-03 devnull .IR plumb (7)).
364 cfa37a7b 2004-04-10 devnull .TP
365 b9771a80 2005-01-30 devnull .B Indent
366 b9771a80 2005-01-30 devnull Set the autoindent mode according to the argument:
367 b9771a80 2005-01-30 devnull .B on
368 b9771a80 2005-01-30 devnull and
369 b9771a80 2005-01-30 devnull .B off
370 b9771a80 2005-01-30 devnull set the mode for the current window;
371 b9771a80 2005-01-30 devnull .B ON
372 b9771a80 2005-01-30 devnull and
373 b9771a80 2005-01-30 devnull .B OFF
374 b9771a80 2005-01-30 devnull set the mode for the current window and all future windows.
375 b9771a80 2005-01-30 devnull .TP
376 cfa37a7b 2004-04-10 devnull .B Kill
377 cfa37a7b 2004-04-10 devnull Send a
378 cfa37a7b 2004-04-10 devnull .B kill
379 cfa37a7b 2004-04-10 devnull note to
380 cfa37a7b 2004-04-10 devnull .IR acme -initiated
381 cfa37a7b 2004-04-10 devnull commands named as arguments.
382 b9771a80 2005-01-30 devnull .TP
383 b9771a80 2005-01-30 devnull .B Load
384 b9771a80 2005-01-30 devnull Restore the state of
385 b9771a80 2005-01-30 devnull .I acme
386 b9771a80 2005-01-30 devnull from a file (default
387 b9771a80 2005-01-30 devnull .BR $home/acme.dump )
388 b9771a80 2005-01-30 devnull created by the
389 b9771a80 2005-01-30 devnull .B Dump
390 b9771a80 2005-01-30 devnull command.
391 cfa37a7b 2004-04-10 devnull .TP
392 cfa37a7b 2004-04-10 devnull .B Local
393 058b0118 2005-01-03 devnull In the Plan 9
394 058b0118 2005-01-03 devnull .IR acme ,
395 058b0118 2005-01-03 devnull this prefix causes a command to be run in
396 058b0118 2005-01-03 devnull .IR acme 's own
397 058b0118 2005-01-03 devnull file name space and environment variable group.
398 058b0118 2005-01-03 devnull On Unix this is impossible.
399 058b0118 2005-01-03 devnull .B Local
400 058b0118 2005-01-03 devnull is recognized as a prefix, but has no effect on the command being executed.
401 058b0118 2005-01-03 devnull .\" .TP
402 058b0118 2005-01-03 devnull .\" .B Local
403 058b0118 2005-01-03 devnull .\" When prefixed to a command
404 058b0118 2005-01-03 devnull .\" run the
405 058b0118 2005-01-03 devnull .\" command in the same file name space and environment variable group as
406 058b0118 2005-01-03 devnull .\" .IR acme .
407 058b0118 2005-01-03 devnull .\" The environment of the command
408 058b0118 2005-01-03 devnull .\" is restricted but is sufficient to run
409 058b0118 2005-01-03 devnull .\" .IR bind (1),
410 058b0118 2005-01-03 devnull .\" .IR 9fs
411 058b0118 2005-01-03 devnull .\" (see
412 058b0118 2005-01-03 devnull .\" .IR srv (4)),
413 058b0118 2005-01-03 devnull .\" .IR import (4),
414 058b0118 2005-01-03 devnull .\" etc.,
415 058b0118 2005-01-03 devnull .\" and to set environment variables such as
416 058b0118 2005-01-03 devnull .\" .BR $objtype .
417 cfa37a7b 2004-04-10 devnull .TP
418 cfa37a7b 2004-04-10 devnull .B Look
419 cfa37a7b 2004-04-10 devnull Search in body for occurrence of literal text indicated by the argument or,
420 cfa37a7b 2004-04-10 devnull if none is given, by the selected text in the body.
421 cfa37a7b 2004-04-10 devnull .TP
422 cfa37a7b 2004-04-10 devnull .B New
423 cfa37a7b 2004-04-10 devnull Make new window. With arguments, load the named files into windows.
424 cfa37a7b 2004-04-10 devnull .TP
425 cfa37a7b 2004-04-10 devnull .B Newcol
426 cfa37a7b 2004-04-10 devnull Make new column.
427 cfa37a7b 2004-04-10 devnull .TP
428 cfa37a7b 2004-04-10 devnull .B Paste
429 cfa37a7b 2004-04-10 devnull Replace most recently selected text with contents of snarf buffer.
430 cfa37a7b 2004-04-10 devnull .TP
431 cfa37a7b 2004-04-10 devnull .B Put
432 cfa37a7b 2004-04-10 devnull Write window to the named file.
433 cfa37a7b 2004-04-10 devnull With no argument, write to the file named in the tag of the window.
434 cfa37a7b 2004-04-10 devnull .TP
435 cfa37a7b 2004-04-10 devnull .B Putall
436 cfa37a7b 2004-04-10 devnull Write all dirty windows whose names indicate existing regular files.
437 cfa37a7b 2004-04-10 devnull .TP
438 cfa37a7b 2004-04-10 devnull .B Redo
439 cfa37a7b 2004-04-10 devnull Complement of
440 cfa37a7b 2004-04-10 devnull .BR Undo .
441 cfa37a7b 2004-04-10 devnull .TP
442 cfa37a7b 2004-04-10 devnull .B Send
443 cfa37a7b 2004-04-10 devnull Append selected text or snarf buffer to end of body; used mainly with
444 cfa37a7b 2004-04-10 devnull .IR win .
445 cfa37a7b 2004-04-10 devnull .TP
446 cfa37a7b 2004-04-10 devnull .B Snarf
447 cfa37a7b 2004-04-10 devnull Place selected text in snarf buffer.
448 cfa37a7b 2004-04-10 devnull .TP
449 cfa37a7b 2004-04-10 devnull .B Sort
450 cfa37a7b 2004-04-10 devnull Arrange the windows in the column from top to bottom in lexicographical
451 cfa37a7b 2004-04-10 devnull order based on their names.
452 cfa37a7b 2004-04-10 devnull .TP
453 cfa37a7b 2004-04-10 devnull .B Tab
454 cfa37a7b 2004-04-10 devnull Set the width of tab stops for this window to the value of the argument, in units of widths of the zero
455 cfa37a7b 2004-04-10 devnull character.
456 cfa37a7b 2004-04-10 devnull With no arguments, it prints the current value.
457 cfa37a7b 2004-04-10 devnull .TP
458 cfa37a7b 2004-04-10 devnull .B Undo
459 cfa37a7b 2004-04-10 devnull Undo last textual change or set of changes.
460 cfa37a7b 2004-04-10 devnull .TP
461 cfa37a7b 2004-04-10 devnull .B Zerox
462 cfa37a7b 2004-04-10 devnull Create a copy of the window containing most recently selected text.
463 cfa37a7b 2004-04-10 devnull .PP
464 cfa37a7b 2004-04-10 devnull A common place to store text for commands is in the tag; in fact
465 cfa37a7b 2004-04-10 devnull .I acme
466 cfa37a7b 2004-04-10 devnull maintains a set of commands appropriate to the state of the window
467 cfa37a7b 2004-04-10 devnull to the left of the bar in the tag.
468 cfa37a7b 2004-04-10 devnull .PP
469 cfa37a7b 2004-04-10 devnull If the text indicated with button 2 is not a recognized built-in, it is executed as
470 cfa37a7b 2004-04-10 devnull a shell command. For example, indicating
471 cfa37a7b 2004-04-10 devnull .B date
472 cfa37a7b 2004-04-10 devnull with button 2 runs
473 cfa37a7b 2004-04-10 devnull .IR date (1).
474 cfa37a7b 2004-04-10 devnull The standard
475 cfa37a7b 2004-04-10 devnull and error outputs of commands are sent to the error window associated with
476 cfa37a7b 2004-04-10 devnull the directory from which the command was run, which will be created if
477 cfa37a7b 2004-04-10 devnull necessary.
478 cfa37a7b 2004-04-10 devnull For example, in a window
479 c8b6342d 2005-01-13 devnull .B /etc/passwd
480 cfa37a7b 2004-04-10 devnull executing
481 cfa37a7b 2004-04-10 devnull .B pwd
482 cfa37a7b 2004-04-10 devnull will produce the output
483 c8b6342d 2005-01-13 devnull .B /etc
484 cfa37a7b 2004-04-10 devnull in a (possibly newly-created) window labeled
485 c8b6342d 2005-01-13 devnull .BR /etc/+Errors ;
486 cfa37a7b 2004-04-10 devnull in a window containing
487 c8b6342d 2005-01-13 devnull .B /home/rob/sam/sam.c
488 cfa37a7b 2004-04-10 devnull executing
489 cfa37a7b 2004-04-10 devnull .B mk
490 cfa37a7b 2004-04-10 devnull will run
491 cfa37a7b 2004-04-10 devnull .IR mk (1)
492 cfa37a7b 2004-04-10 devnull in
493 c8b6342d 2005-01-13 devnull .BR /home/rob/sam ,
494 cfa37a7b 2004-04-10 devnull producing output in a window labeled
495 c8b6342d 2005-01-13 devnull .BR /home/rob/sam/+Errors .
496 cfa37a7b 2004-04-10 devnull The environment of such commands contains the variable
497 cfa37a7b 2004-04-10 devnull .B $%
498 c8b6342d 2005-01-13 devnull with value set to the filename of the window in which the command is run,
499 c8b6342d 2005-01-13 devnull and
500 c8b6342d 2005-01-13 devnull .B $winid
501 c8b6342d 2005-01-13 devnull set to the window's id number
502 c8b6342d 2005-01-13 devnull (see
503 c8b6342d 2005-01-13 devnull .IR acme (4)).
504 cfa37a7b 2004-04-10 devnull .SS "Mouse button 3
505 cfa37a7b 2004-04-10 devnull Pointing at text with button 3 instructs
506 cfa37a7b 2004-04-10 devnull .I acme
507 cfa37a7b 2004-04-10 devnull to locate or acquire the file, string, etc. described by the indicated text and
508 cfa37a7b 2004-04-10 devnull its context.
509 cfa37a7b 2004-04-10 devnull This description follows the actions taken when
510 cfa37a7b 2004-04-10 devnull button 3 is released after sweeping out some text.
511 cfa37a7b 2004-04-10 devnull In the description,
512 cfa37a7b 2004-04-10 devnull .I text
513 cfa37a7b 2004-04-10 devnull refers to the text of the original sweep or, if it was null, the result of
514 cfa37a7b 2004-04-10 devnull applying the same expansion rules that apply to button 2 actions.
515 cfa37a7b 2004-04-10 devnull .PP
516 cfa37a7b 2004-04-10 devnull If the text names an existing window,
517 cfa37a7b 2004-04-10 devnull .I acme
518 cfa37a7b 2004-04-10 devnull moves the mouse cursor to the selected text in the body of that window.
519 cfa37a7b 2004-04-10 devnull If the text names an existing file with no associated window,
520 cfa37a7b 2004-04-10 devnull .I acme
521 cfa37a7b 2004-04-10 devnull loads the file into a new window and moves the mouse there.
522 cfa37a7b 2004-04-10 devnull If the text is a file name contained in angle brackets,
523 cfa37a7b 2004-04-10 devnull .I acme
524 cfa37a7b 2004-04-10 devnull loads the indicated include file from the directory appropriate to the
525 cfa37a7b 2004-04-10 devnull suffix of the file name of the window holding the text.
526 cfa37a7b 2004-04-10 devnull (The
527 cfa37a7b 2004-04-10 devnull .B Incl
528 cfa37a7b 2004-04-10 devnull command adds directories to the standard list.)
529 cfa37a7b 2004-04-10 devnull .PP
530 cfa37a7b 2004-04-10 devnull If the text begins with a colon, it is taken to be an address, in
531 cfa37a7b 2004-04-10 devnull the style of
532 cfa37a7b 2004-04-10 devnull .IR sam (1),
533 cfa37a7b 2004-04-10 devnull within the body of the window containing the text.
534 cfa37a7b 2004-04-10 devnull The address is evaluated, the resulting text highlighted, and the mouse moved to it.
535 cfa37a7b 2004-04-10 devnull Thus, in
536 cfa37a7b 2004-04-10 devnull .IR acme ,
537 cfa37a7b 2004-04-10 devnull one must type
538 cfa37a7b 2004-04-10 devnull .B :/regexp
539 cfa37a7b 2004-04-10 devnull or
540 cfa37a7b 2004-04-10 devnull .B :127
541 cfa37a7b 2004-04-10 devnull not just
542 cfa37a7b 2004-04-10 devnull .B /regexp
543 cfa37a7b 2004-04-10 devnull or
544 cfa37a7b 2004-04-10 devnull .BR 127 .
545 cfa37a7b 2004-04-10 devnull (There is an easier way to locate literal text; see below.)
546 cfa37a7b 2004-04-10 devnull .PP
547 cfa37a7b 2004-04-10 devnull If the text is a file name followed by a colon and an address,
548 cfa37a7b 2004-04-10 devnull .I acme
549 cfa37a7b 2004-04-10 devnull loads the file and evaluates the address. For example, clicking button 3 anywhere
550 cfa37a7b 2004-04-10 devnull in the text
551 cfa37a7b 2004-04-10 devnull .B file.c:27
552 cfa37a7b 2004-04-10 devnull will open
553 cfa37a7b 2004-04-10 devnull .BR file.c ,
554 cfa37a7b 2004-04-10 devnull select line
555 cfa37a7b 2004-04-10 devnull 27, and put the mouse at the beginning of the line. The rules about Error
556 cfa37a7b 2004-04-10 devnull files, directories, and so on all combine to make this an efficient way to
557 cfa37a7b 2004-04-10 devnull investigate errors from compilers, etc.
558 cfa37a7b 2004-04-10 devnull .PP
559 cfa37a7b 2004-04-10 devnull If the text is not an address or file, it is taken to
560 cfa37a7b 2004-04-10 devnull be literal text, which is then searched for in the body of the window
561 cfa37a7b 2004-04-10 devnull in which button 3 was clicked. If a match is found, it is selected and the mouse is
562 cfa37a7b 2004-04-10 devnull moved there. Thus, to search for occurrences of a word in a file,
563 cfa37a7b 2004-04-10 devnull just click button 3 on the word. Because of the rule of using the
564 cfa37a7b 2004-04-10 devnull selection as the button 3 action, subsequent clicks will find subsequent
565 cfa37a7b 2004-04-10 devnull occurrences without moving the mouse.
566 cfa37a7b 2004-04-10 devnull .PP
567 cfa37a7b 2004-04-10 devnull In all these actions, the mouse motion is not done if the text is a null string
568 cfa37a7b 2004-04-10 devnull within a non-null selected string in the tag, so that (for example) complex regular expressions
569 cfa37a7b 2004-04-10 devnull may be selected and applied repeatedly to the
570 cfa37a7b 2004-04-10 devnull body by just clicking button 3 over them.
571 cfa37a7b 2004-04-10 devnull .SS "Chords of mouse buttons
572 cfa37a7b 2004-04-10 devnull Several operations are bound to multiple-button actions.
573 cfa37a7b 2004-04-10 devnull After selecting text, with button 1 still down, pressing button 2
574 cfa37a7b 2004-04-10 devnull executes
575 cfa37a7b 2004-04-10 devnull .B Cut
576 cfa37a7b 2004-04-10 devnull and button 3 executes
577 cfa37a7b 2004-04-10 devnull .BR Paste .
578 cfa37a7b 2004-04-10 devnull After clicking one button, the other undoes
579 cfa37a7b 2004-04-10 devnull the first; thus (while holding down button 1) 2 followed by 3 is a
580 cfa37a7b 2004-04-10 devnull .B Snarf
581 cfa37a7b 2004-04-10 devnull that leaves the file undirtied;
582 cfa37a7b 2004-04-10 devnull 3 followed by 2 is a no-op.
583 cfa37a7b 2004-04-10 devnull These actions also apply to text selected by double-clicking because
584 cfa37a7b 2004-04-10 devnull the double-click expansion is made when the second
585 cfa37a7b 2004-04-10 devnull click starts, not when it ends.
586 cfa37a7b 2004-04-10 devnull .PP
587 cfa37a7b 2004-04-10 devnull Commands may be given extra arguments by a mouse chord with buttons 2 and 1.
588 cfa37a7b 2004-04-10 devnull While holding down button 2 on text to be executed as a command, clicking button 1
589 cfa37a7b 2004-04-10 devnull appends the text last pointed to by button 1 as a distinct final argument.
590 cfa37a7b 2004-04-10 devnull For example, to search for literal
591 cfa37a7b 2004-04-10 devnull .B text
592 cfa37a7b 2004-04-10 devnull one may execute
593 cfa37a7b 2004-04-10 devnull .B Look text
594 cfa37a7b 2004-04-10 devnull with button 2 or instead point at
595 cfa37a7b 2004-04-10 devnull .B text
596 cfa37a7b 2004-04-10 devnull with button 1 in any window, release button 1,
597 cfa37a7b 2004-04-10 devnull then execute
598 cfa37a7b 2004-04-10 devnull .BR Look ,
599 cfa37a7b 2004-04-10 devnull clicking button 1 while 2 is held down.
600 cfa37a7b 2004-04-10 devnull .PP
601 cfa37a7b 2004-04-10 devnull When an external command (e.g.
602 cfa37a7b 2004-04-10 devnull .IR echo (1))
603 cfa37a7b 2004-04-10 devnull is executed this way, the extra argument is passed as expected and an
604 cfa37a7b 2004-04-10 devnull environment variable
605 cfa37a7b 2004-04-10 devnull .B $acmeaddr
606 cfa37a7b 2004-04-10 devnull is created that holds, in the form interpreted by button 3,
607 cfa37a7b 2004-04-10 devnull the fully-qualified address of the extra argument.
608 cfa37a7b 2004-04-10 devnull .SS "Support programs
609 cfa37a7b 2004-04-10 devnull .I Win
610 cfa37a7b 2004-04-10 devnull creates a new
611 cfa37a7b 2004-04-10 devnull .I acme
612 cfa37a7b 2004-04-10 devnull window and runs a
613 cfa37a7b 2004-04-10 devnull .I command
614 cfa37a7b 2004-04-10 devnull (default
615 c8b6342d 2005-01-13 devnull .BR $SHELL )
616 cfa37a7b 2004-04-10 devnull in it, turning the window into something analogous to an
617 cfa37a7b 2004-04-10 devnull .IR rio (1)
618 cfa37a7b 2004-04-10 devnull window.
619 cfa37a7b 2004-04-10 devnull Executing text in a
620 cfa37a7b 2004-04-10 devnull .I win
621 cfa37a7b 2004-04-10 devnull window with button
622 cfa37a7b 2004-04-10 devnull 2 is similar to using
623 cfa37a7b 2004-04-10 devnull .BR Send .
624 cfa37a7b 2004-04-10 devnull .PP
625 cfa37a7b 2004-04-10 devnull .I Awd
626 cfa37a7b 2004-04-10 devnull loads the tag line of its window with the directory in which it's running, suffixed
627 cfa37a7b 2004-04-10 devnull .BI - label
628 cfa37a7b 2004-04-10 devnull (default
629 cfa37a7b 2004-04-10 devnull .BR rc );
630 cfa37a7b 2004-04-10 devnull it is
631 cfa37a7b 2004-04-10 devnull intended to be executed by a
632 cfa37a7b 2004-04-10 devnull .B cd
633 cfa37a7b 2004-04-10 devnull function for use in
634 cfa37a7b 2004-04-10 devnull .I win
635 cfa37a7b 2004-04-10 devnull windows. An example definition is
636 cfa37a7b 2004-04-10 devnull .EX
637 cfa37a7b 2004-04-10 devnull fn cd { builtin cd $1 && awd $sysname }
638 cfa37a7b 2004-04-10 devnull .EE
639 cfa37a7b 2004-04-10 devnull .SS "Applications and guide files
640 cfa37a7b 2004-04-10 devnull In the directory
641 cfa37a7b 2004-04-10 devnull .B /acme
642 cfa37a7b 2004-04-10 devnull live several subdirectories, each corresponding to a program or
643 cfa37a7b 2004-04-10 devnull set of related programs that employ
644 cfa37a7b 2004-04-10 devnull .I acme's
645 cfa37a7b 2004-04-10 devnull user interface.
646 cfa37a7b 2004-04-10 devnull Each subdirectory includes source, binaries, and a
647 cfa37a7b 2004-04-10 devnull .B readme
648 cfa37a7b 2004-04-10 devnull file for further information.
649 cfa37a7b 2004-04-10 devnull It also includes a
650 cfa37a7b 2004-04-10 devnull .BR guide ,
651 cfa37a7b 2004-04-10 devnull a text file holding sample commands to invoke the programs.
652 cfa37a7b 2004-04-10 devnull The idea is to find an example in the guide that best matches
653 cfa37a7b 2004-04-10 devnull the job at hand, edit it to suit, and execute it.
654 cfa37a7b 2004-04-10 devnull .PP
655 cfa37a7b 2004-04-10 devnull Whenever a command is executed by
656 cfa37a7b 2004-04-10 devnull .IR acme ,
657 cfa37a7b 2004-04-10 devnull the default search path includes the directory of the window containing
658 cfa37a7b 2004-04-10 devnull the command and its subdirectory
659 cfa37a7b 2004-04-10 devnull .BR $cputype .
660 cfa37a7b 2004-04-10 devnull The program directories in
661 cfa37a7b 2004-04-10 devnull .B /acme
662 cfa37a7b 2004-04-10 devnull contain appropriately labeled subdirectories of binaries,
663 cfa37a7b 2004-04-10 devnull so commands named
664 cfa37a7b 2004-04-10 devnull in the guide files will be found automatically when run.
665 cfa37a7b 2004-04-10 devnull Also,
666 cfa37a7b 2004-04-10 devnull .I acme
667 cfa37a7b 2004-04-10 devnull binds the directories
668 cfa37a7b 2004-04-10 devnull .B /acme/bin
669 cfa37a7b 2004-04-10 devnull and
670 cfa37a7b 2004-04-10 devnull .B /acme/bin/$cputype
671 cfa37a7b 2004-04-10 devnull to the end of
672 cfa37a7b 2004-04-10 devnull .B /bin
673 cfa37a7b 2004-04-10 devnull when it starts; this is where
674 cfa37a7b 2004-04-10 devnull .IR acme -specific
675 cfa37a7b 2004-04-10 devnull programs such as
676 cfa37a7b 2004-04-10 devnull .I win
677 cfa37a7b 2004-04-10 devnull and
678 cfa37a7b 2004-04-10 devnull .I awd
679 cfa37a7b 2004-04-10 devnull reside.
680 cfa37a7b 2004-04-10 devnull .SH FILES
681 cfa37a7b 2004-04-10 devnull .TF $home/acme.dump
682 cfa37a7b 2004-04-10 devnull .TP
683 cfa37a7b 2004-04-10 devnull .B $home/acme.dump
684 cfa37a7b 2004-04-10 devnull default file for
685 cfa37a7b 2004-04-10 devnull .B Dump
686 cfa37a7b 2004-04-10 devnull and
687 cfa37a7b 2004-04-10 devnull .BR Load ;
688 cfa37a7b 2004-04-10 devnull also where state is written if
689 cfa37a7b 2004-04-10 devnull .I acme
690 cfa37a7b 2004-04-10 devnull dies or is killed unexpectedly, e.g. by deleting its window.
691 cfa37a7b 2004-04-10 devnull .TP
692 cfa37a7b 2004-04-10 devnull .B /acme/*/guide
693 cfa37a7b 2004-04-10 devnull template files for applications
694 cfa37a7b 2004-04-10 devnull .TP
695 cfa37a7b 2004-04-10 devnull .B /acme/*/readme
696 cfa37a7b 2004-04-10 devnull informal documentation for applications
697 cfa37a7b 2004-04-10 devnull .TP
698 cfa37a7b 2004-04-10 devnull .B /acme/*/src
699 cfa37a7b 2004-04-10 devnull source for applications
700 cfa37a7b 2004-04-10 devnull .TP
701 cfa37a7b 2004-04-10 devnull .B /acme/*/mips
702 cfa37a7b 2004-04-10 devnull MIPS-specific binaries for applications
703 cfa37a7b 2004-04-10 devnull .SH SOURCE
704 c3674de4 2005-01-11 devnull .B \*9/src/cmd/acme
705 cfa37a7b 2004-04-10 devnull .br
706 c3674de4 2005-01-11 devnull .B \*9/src/cmd/9term/win.c
707 cfa37a7b 2004-04-10 devnull .br
708 c3674de4 2005-01-11 devnull .B \*9/bin/awd
709 cfa37a7b 2004-04-10 devnull .SH SEE ALSO
710 cfa37a7b 2004-04-10 devnull .IR acme (4)
711 cfa37a7b 2004-04-10 devnull .br
712 cfa37a7b 2004-04-10 devnull Rob Pike,
713 cfa37a7b 2004-04-10 devnull .I
714 cfa37a7b 2004-04-10 devnull Acme: A User Interface for Programmers.
715 cfa37a7b 2004-04-10 devnull .SH BUGS
716 cfa37a7b 2004-04-10 devnull With the
717 cfa37a7b 2004-04-10 devnull .B -l
718 cfa37a7b 2004-04-10 devnull option or
719 cfa37a7b 2004-04-10 devnull .B Load
720 cfa37a7b 2004-04-10 devnull command,
721 cfa37a7b 2004-04-10 devnull the recreation of windows under control of external programs
722 cfa37a7b 2004-04-10 devnull such as
723 cfa37a7b 2004-04-10 devnull .I win
724 cfa37a7b 2004-04-10 devnull is just to rerun the command; information may be lost.