Mercurial > emacs
annotate man/info.texi @ 34994:fb1c795f1a5e
Minor style and punctuation changes from Kim Storm.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 17:05:30 +0000 |
parents | ddf7d535df2a |
children | 7f8b2b2ae623 |
rev | line source |
---|---|
25839 | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | |
3 @setfilename ../info/info | |
4 @settitle Info 1.0 | |
5 @comment %**end of header | |
6 | |
34173 | 7 @dircategory Emacs |
25839 | 8 @direntry |
9 * Info: (info). Documentation browsing system. | |
10 @end direntry | |
11 | |
12 @iftex | |
13 @finalout | |
14 @end iftex | |
15 | |
16 @ifinfo | |
17 This file describes how to use Info, | |
18 the on-line, menu-driven GNU documentation system. | |
19 | |
20 Copyright (C) 1989, 1992 Free Software Foundation, Inc. | |
21 | |
22 | |
32315 | 23 Permission is granted to copy, distribute and/or modify this document |
24 under the terms of the GNU Free Documentation License, Version 1.1 or | |
25 any later version published by the Free Software Foundation; with no | |
26 Invariant Sections, with the Front-Cover texts being ``A GNU | |
27 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the | |
28 license is included in the section entitled ``GNU Free Documentation | |
29 License'' in the Emacs manual. | |
25839 | 30 |
32315 | 31 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify |
32 this GNU Manual, like GNU software. Copies published by the Free | |
33 Software Foundation raise funds for GNU development.'' | |
25839 | 34 |
32315 | 35 This document is part of a collection distributed under the GNU Free |
36 Documentation License. If you want to distribute this document | |
37 separately from the collection, you can do so by adding a copy of the | |
38 license to the document, as described in section 6 of the license. | |
25839 | 39 @end ifinfo |
40 | |
41 @setchapternewpage odd | |
42 @titlepage | |
43 @sp 11 | |
44 @center @titlefont{Info} | |
45 @sp 2 | |
46 @center The | |
47 @sp 2 | |
48 @center On-line, Menu-driven | |
49 @sp 2 | |
50 @center GNU Documentation System | |
51 | |
52 @page | |
53 @vskip 0pt plus 1filll | |
54 Copyright @copyright{} 1989, 1992, 1993 Free Software Foundation, Inc. | |
55 @sp 2 | |
56 | |
57 Published by the Free Software Foundation @* | |
58 59 Temple Place, Suite 330 @* | |
59 Boston, MA 02111-1307 USA @* | |
60 | |
32315 | 61 Permission is granted to copy, distribute and/or modify this document |
62 under the terms of the GNU Free Documentation License, Version 1.1 or | |
63 any later version published by the Free Software Foundation; with no | |
64 Invariant Sections, with the Front-Cover texts being ``A GNU | |
65 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the | |
66 license is included in the section entitled ``GNU Free Documentation | |
67 License'' in the Emacs manual. | |
25839 | 68 |
32315 | 69 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify |
70 this GNU Manual, like GNU software. Copies published by the Free | |
71 Software Foundation raise funds for GNU development.'' | |
25839 | 72 |
32315 | 73 This document is part of a collection distributed under the GNU Free |
74 Documentation License. If you want to distribute this document | |
75 separately from the collection, you can do so by adding a copy of the | |
76 license to the document, as described in section 6 of the license. | |
25839 | 77 @end titlepage |
78 | |
79 @paragraphindent 3 | |
80 @ifinfo | |
81 @node Top, Getting Started, (dir), (dir) | |
82 @top Info: An Introduction | |
83 | |
84 Info is a program for reading documentation, which you are using now. | |
85 | |
86 To learn how to use Info, type the command @kbd{h}. It brings you | |
87 to a programmed instruction sequence. If at any time you are ready to | |
88 stop using Info, type @samp{q}. | |
89 | |
90 @c Need to make sure that `Info-help' goes to the right node, | |
91 @c which is the first node of the first chapter. (It should.) | |
92 @c (Info-find-node "info" | |
93 @c (if (< (window-height) 23) | |
94 @c "Help-Small-Screen" | |
95 @c "Help"))) | |
96 | |
97 To learn advanced Info commands, type @kbd{n} twice. This brings you to | |
98 @cite{Info for Experts}, skipping over the `Getting Started' chapter. | |
99 @end ifinfo | |
100 | |
101 @menu | |
102 * Getting Started:: Getting started using an Info reader. | |
103 * Advanced Info:: Advanced commands within Info. | |
104 * Create an Info File:: How to make your own Info file. | |
105 @end menu | |
106 | |
107 @node Getting Started, Advanced Info, Top, Top | |
108 @comment node-name, next, previous, up | |
109 @chapter Getting Started | |
110 | |
111 This first part of the Info manual describes how to get around inside | |
112 of Info. The second part of the manual describes various advanced | |
113 Info commands, and how to write an Info as distinct from a Texinfo | |
114 file. The third part is about how to generate Info files from | |
115 Texinfo files. | |
116 | |
117 @iftex | |
118 This manual is primarily designed for use on a computer, so that you can | |
119 try Info commands while reading about them. Reading it on paper is less | |
120 effective, since you must take it on faith that the commands described | |
121 really do what the manual says. By all means go through this manual now | |
122 that you have it; but please try going through the on-line version as | |
123 well. | |
124 | |
125 There are two ways of looking at the online version of this manual: | |
126 | |
127 @enumerate | |
128 @item | |
129 Type @code{info} at your shell's command line. This approach uses a | |
130 stand-alone program designed just to read Info files. | |
131 | |
132 @item | |
133 Type @code{emacs} at the command line; then type @kbd{C-h i} (Control | |
134 @kbd{h}, followed by @kbd{i}). This approach uses the Info mode of the | |
135 Emacs program, an editor with many other capabilities. | |
136 @end enumerate | |
137 | |
138 In either case, then type @kbd{mInfo} (just the letters), followed by | |
139 @key{RET}---the ``Return'' or ``Enter'' key. At this point, you should | |
140 be ready to follow the instructions in this manual as you read them on | |
141 the screen. | |
142 @c FIXME! (pesch@cygnus.com, 14 dec 1992) | |
143 @c Is it worth worrying about what-if the beginner goes to somebody | |
144 @c else's Emacs session, which already has an Info running in the middle | |
145 @c of something---in which case these simple instructions won't work? | |
146 @end iftex | |
147 | |
148 @menu | |
149 * Help-Small-Screen:: Starting Info on a Small Screen | |
150 * Help:: How to use Info | |
151 * Help-P:: Returning to the Previous node | |
152 * Help-^L:: The Space, Rubout, B and ^L commands. | |
153 * Help-M:: Menus | |
154 * Help-Adv:: Some advanced Info commands | |
155 * Help-Q:: Quitting Info | |
156 @end menu | |
157 | |
158 @node Help-Small-Screen, Help, , Getting Started | |
159 @comment node-name, next, previous, up | |
160 @section Starting Info on a Small Screen | |
161 | |
162 @iftex | |
163 (In Info, you only see this section if your terminal has a small | |
164 number of lines; most readers pass by it without seeing it.) | |
165 @end iftex | |
166 | |
167 Since your terminal has an unusually small number of lines on its | |
168 screen, it is necessary to give you special advice at the beginning. | |
169 | |
170 If you see the text @samp{--All----} at near the bottom right corner | |
171 of the screen, it means the entire text you are looking at fits on the | |
172 screen. If you see @samp{--Top----} instead, it means that there is | |
173 more text below that does not fit. To move forward through the text | |
174 and see another screen full, press the Space bar, @key{SPC}. To move | |
175 back up, press the key labeled @samp{Delete} or @key{DEL}. | |
176 | |
177 @ifinfo | |
178 Here are 40 lines of junk, so you can try Spaces and Deletes and | |
179 see what they do. At the end are instructions of what you should do | |
180 next. | |
181 @format | |
182 This is line 17 | |
183 This is line 18 | |
184 This is line 19 | |
185 This is line 20 | |
186 This is line 21 | |
187 This is line 22 | |
188 This is line 23 | |
189 This is line 24 | |
190 This is line 25 | |
191 This is line 26 | |
192 This is line 27 | |
193 This is line 28 | |
194 This is line 29 | |
195 This is line 30 | |
196 This is line 31 | |
197 This is line 32 | |
198 This is line 33 | |
199 This is line 34 | |
200 This is line 35 | |
201 This is line 36 | |
202 This is line 37 | |
203 This is line 38 | |
204 This is line 39 | |
205 This is line 40 | |
206 This is line 41 | |
207 This is line 42 | |
208 This is line 43 | |
209 This is line 44 | |
210 This is line 45 | |
211 This is line 46 | |
212 This is line 47 | |
213 This is line 48 | |
214 This is line 49 | |
215 This is line 50 | |
216 This is line 51 | |
217 This is line 52 | |
218 This is line 53 | |
219 This is line 54 | |
220 This is line 55 | |
221 This is line 56 | |
222 @end format | |
223 If you have managed to get here, go back to the beginning with | |
224 Delete, and come back here again, then you understand Space and | |
225 Delete. So now type an @kbd{n} ---just one character; don't type | |
226 the quotes and don't type the Return key afterward--- to | |
227 get to the normal start of the course. | |
228 @end ifinfo | |
229 | |
230 @node Help, Help-P, Help-Small-Screen, Getting Started | |
231 @comment node-name, next, previous, up | |
232 @section How to use Info | |
233 | |
234 You are talking to the program Info, for reading documentation. | |
235 | |
236 Right now you are looking at one @dfn{Node} of Information. | |
237 A node contains text describing a specific topic at a specific | |
238 level of detail. This node's topic is ``how to use Info''. | |
239 | |
240 The top line of a node is its @dfn{header}. This node's header (look at | |
241 it now) says that it is the node named @samp{Help} in the file | |
242 @file{info}. It says that the @samp{Next} node after this one is the node | |
243 called @samp{Help-P}. An advanced Info command lets you go to any node | |
244 whose name you know. | |
245 | |
246 Besides a @samp{Next}, a node can have a @samp{Previous} or an | |
247 @samp{Up}. This node has a @samp{Previous} which is | |
248 @samp{Help-Small-Screen}, and an @samp{Up} which is @samp{Getting | |
249 Started}. Some nodes have no @samp{Previous} and some have no | |
250 @samp{Up}. | |
251 | |
252 Now it is time to move on to the @samp{Next} node, named @samp{Help-P}. | |
253 | |
254 @format | |
255 >> Type @samp{n} to move there. Type just one character; | |
256 do not type the quotes and do not type a @key{RET} afterward. | |
257 @end format | |
258 | |
259 @samp{>>} in the margin means it is really time to try a command. | |
260 | |
261 @node Help-P, Help-^L, Help, Getting Started | |
262 @comment node-name, next, previous, up | |
263 @section Returning to the Previous node | |
264 | |
265 This node is called @samp{Help-P}. The @samp{Previous} node, as you see, | |
266 is @samp{Help}, which is the one you just came from using the @kbd{n} | |
267 command. Another @kbd{n} command now would take you to the next | |
268 node, @samp{Help-^L}. | |
269 | |
270 @format | |
271 >> But do not do that yet. First, try the @kbd{p} command, which takes | |
272 you to the @samp{Previous} node. When you get there, you can do an | |
273 @kbd{n} again to return here. | |
274 @end format | |
275 | |
276 This all probably seems insultingly simple so far, but @emph{do not} be | |
277 led into skimming. Things will get more complicated soon. Also, | |
278 do not try a new command until you are told it is time to. Otherwise, | |
279 you may make Info skip past an important warning that was coming up. | |
280 | |
281 @format | |
282 >> Now do an @kbd{n} to get to the node @samp{Help-^L} and learn more. | |
283 @end format | |
284 | |
285 @node Help-^L, Help-M, Help-P, Getting Started | |
286 @comment node-name, next, previous, up | |
287 @section The Space, Delete, B and ^L commands. | |
288 | |
289 This node's header tells you that you are now at node @samp{Help-^L}, and | |
290 that @kbd{p} would get you back to @samp{Help-P}. The node's title is | |
291 underlined; it says what the node is about (most nodes have titles). | |
292 | |
293 This is a big node and it does not all fit on your display screen. | |
294 You can tell that there is more that is not visible because you | |
295 can see the string @samp{--Top-----} rather than @samp{--All----} near | |
296 the bottom right corner of the screen. | |
297 | |
298 The Space, Delete and @kbd{B} commands exist to allow you to ``move | |
299 around'' in a node that does not all fit on the screen at once. | |
300 Space moves forward, to show what was below the bottom of the screen. | |
301 Delete moves backward, to show what was above the top of the screen | |
302 (there is not anything above the top until you have typed some spaces). | |
303 | |
304 @format | |
305 >> Now try typing a Space (afterward, type a Delete to return here). | |
306 @end format | |
307 | |
308 When you type the space, the two lines that were at the bottom of | |
309 the screen appear at the top, followed by more lines. Delete takes | |
310 the two lines from the top and moves them to the bottom, | |
311 @emph{usually}, but if there are not a full screen's worth of lines | |
312 above them they may not make it all the way to the bottom. | |
313 | |
314 Space and Delete scroll through all the nodes in an Info file as a | |
315 single logical sequence. In this sequence, a node's subnodes appear | |
316 following their parent. If a node's menu is on the screen, Space takes | |
317 you into the subnodes listed in the menu, one by one. Once you reach | |
318 the end of a node, Space takes you to the next node or back to the | |
319 parent node. | |
320 | |
321 If your screen is ever garbaged, you can tell Info to print it out | |
322 again by typing @kbd{C-l} (@kbd{Control-L}, that is---hold down ``Control'' and | |
323 type an @key{L} or @kbd{l}). | |
324 | |
325 @format | |
326 >> Type @kbd{C-l} now. | |
327 @end format | |
328 | |
329 To move back to the beginning of the node you are on, you can type | |
330 a lot of Deletes. You can also type simply @kbd{b} for beginning. | |
331 @format | |
332 >> Try that now. (We have put in enough verbiage to push this past | |
333 the first screenful, but screens are so big nowadays that perhaps it | |
334 isn't enough. You may need to shrink your Emacs or Info window.) | |
335 Then come back, with Spaces. | |
336 @end format | |
337 | |
338 If your screen is very tall, all of this node might fit at once. | |
339 In that case, "b" won't do anything. Sorry; what can we do? | |
340 | |
341 You have just learned a considerable number of commands. If you | |
342 want to use one but have trouble remembering which, you should type | |
343 a @key{?} which prints out a brief list of commands. When you are | |
344 finished looking at the list, make it go away by typing a @key{SPC}. | |
345 | |
346 @format | |
347 >> Type a @key{?} now. After it finishes, type a @key{SPC}. | |
348 @end format | |
349 | |
350 (If you are using the standalone Info reader, type `l' to return here.) | |
351 | |
352 From now on, you will encounter large nodes without warning, and | |
353 will be expected to know how to use Space and Delete to move | |
354 around in them without being told. Since not all terminals have | |
355 the same size screen, it would be impossible to warn you anyway. | |
356 | |
357 @format | |
358 >> Now type @kbd{n} to see the description of the @kbd{m} command. | |
359 @end format | |
360 | |
361 @node Help-M, Help-Adv, Help-^L, Getting Started | |
362 @comment node-name, next, previous, up | |
363 @section Menus | |
364 | |
365 Menus and the @kbd{m} command | |
366 | |
367 With only the @kbd{n} and @kbd{p} commands for moving between nodes, nodes | |
368 are restricted to a linear sequence. Menus allow a branching | |
369 structure. A menu is a list of other nodes you can move to. It is | |
370 actually just part of the text of the node formatted specially so that | |
371 Info can interpret it. The beginning of a menu is always identified | |
372 by a line which starts with @samp{* Menu:}. A node contains a menu if and | |
373 only if it has a line in it which starts that way. The only menu you | |
374 can use at any moment is the one in the node you are in. To use a | |
375 menu in any other node, you must move to that node first. | |
376 | |
377 After the start of the menu, each line that starts with a @samp{*} | |
378 identifies one subtopic. The line usually contains a brief name | |
379 for the subtopic (followed by a @samp{:}), the name of the node that talks | |
380 about that subtopic, and optionally some further description of the | |
381 subtopic. Lines in the menu that do not start with a @samp{*} have no | |
382 special meaning---they are only for the human reader's benefit and do | |
383 not define additional subtopics. Here is an example: | |
384 | |
385 @example | |
386 * Foo: FOO's Node This tells about FOO | |
387 @end example | |
388 | |
389 The subtopic name is Foo, and the node describing it is @samp{FOO's Node}. | |
390 The rest of the line is just for the reader's Information. | |
391 [[ But this line is not a real menu item, simply because there is | |
392 no line above it which starts with @samp{* Menu:}.]] | |
393 | |
394 When you use a menu to go to another node (in a way that will be | |
395 described soon), what you specify is the subtopic name, the first | |
396 thing in the menu line. Info uses it to find the menu line, extracts | |
397 the node name from it, and goes to that node. The reason that there | |
398 is both a subtopic name and a node name is that the node name must be | |
399 meaningful to the computer and may therefore have to be ugly looking. | |
400 The subtopic name can be chosen just to be convenient for the user to | |
401 specify. Often the node name is convenient for the user to specify | |
402 and so both it and the subtopic name are the same. There is an | |
403 abbreviation for this: | |
404 | |
405 @example | |
406 * Foo:: This tells about FOO | |
407 @end example | |
408 | |
409 @noindent | |
410 This means that the subtopic name and node name are the same; they are | |
411 both @samp{Foo}. | |
412 | |
413 @format | |
414 >> Now use Spaces to find the menu in this node, then come back to | |
415 the front with a @kbd{b} and some Spaces. As you see, a menu is | |
416 actually visible in its node. If you cannot find a menu in a node | |
417 by looking at it, then the node does not have a menu and the | |
418 @kbd{m} command is not available. | |
419 @end format | |
420 | |
421 The command to go to one of the subnodes is @kbd{m}---but @emph{do | |
422 not do it yet!} Before you use @kbd{m}, you must understand the | |
423 difference between commands and arguments. So far, you have learned | |
424 several commands that do not need arguments. When you type one, Info | |
425 processes it and is instantly ready for another command. The @kbd{m} | |
426 command is different: it is incomplete without the @dfn{name of the | |
427 subtopic}. Once you have typed @kbd{m}, Info tries to read the | |
428 subtopic name. | |
429 | |
430 Now look for the line containing many dashes near the bottom of the | |
431 screen. There is one more line beneath that one, but usually it is | |
432 blank. If it is empty, Info is ready for a command, such as @kbd{n} | |
433 or @kbd{b} or Space or @kbd{m}. If that line contains text ending | |
434 in a colon, it mean Info is trying to read the @dfn{argument} to a | |
435 command. At such times, commands do not work, because Info tries to | |
436 use them as the argument. You must either type the argument and | |
437 finish the command you started, or type @kbd{Control-g} to cancel the | |
438 command. When you have done one of those things, the line becomes | |
439 blank again. | |
440 | |
441 The command to go to a subnode via a menu is @kbd{m}. After you type | |
442 the @kbd{m}, the line at the bottom of the screen says @samp{Menu item: }. | |
443 You must then type the name of the subtopic you want, and end it with | |
444 a @key{RET}. | |
445 | |
446 You can abbreviate the subtopic name. If the abbreviation is not | |
447 unique, the first matching subtopic is chosen. Some menus put the | |
448 shortest possible abbreviation for each subtopic name in capital | |
449 letters, so you can see how much you need to type. It does not matter | |
450 whether you use upper case or lower case when you type the subtopic. Do | |
451 not put spaces at the end of the subtopic name; in the middle of the | |
452 subtopic name, use one space (no more!) wherever the menu item name has | |
453 a space. | |
454 | |
455 You can also use the @dfn{completion} feature to help enter the subtopic | |
456 name. If you type the Tab key after entering part of a name, it will | |
457 magically fill in more of the name---as much as follows uniquely from | |
458 what you have entered. | |
459 | |
460 If you move the cursor to one of the menu subtopic lines, then you do | |
461 not need to type the argument: you just type a Return, and it stands for | |
462 the subtopic of the line you are on. | |
463 | |
464 Here is a menu to give you a chance to practice. | |
465 | |
466 @menu | |
467 This menu gives you three ways of going to one place, Help-FOO. | |
468 | |
469 * Foo: Help-FOO. A node you can visit for fun. | |
470 * Bar: Help-FOO. Strange! two ways to get to the same place. | |
471 * Help-FOO:: And yet another! | |
472 @end menu | |
473 | |
474 @format | |
475 >> Now type just an @kbd{m} and see what happens: | |
476 @end format | |
477 | |
478 Now you are ``inside'' an @kbd{m} command. Commands cannot be used | |
479 now; the next thing you will type must be the name of a subtopic. | |
480 | |
481 You can change your mind about doing the @kbd{m} by typing Control-g. | |
482 | |
483 @format | |
484 >> Try that now; notice the bottom line clear. | |
485 | |
486 >> Then type another @kbd{m}. | |
487 | |
488 >> Now type @samp{BAR} item name. Do not type Return yet. | |
489 @end format | |
490 | |
491 While you are typing the item name, you can use the Delete key to | |
492 cancel one character at a time if you make a mistake. | |
493 | |
494 @format | |
495 >> Type one to cancel the @samp{R}. You could type another @samp{R} to | |
496 replace it. You do not have to, since @samp{BA} is a valid abbreviation. | |
497 | |
498 >> Now you are ready to go. Type a @key{RET}. | |
499 @end format | |
500 | |
501 After visiting Help-FOO, you should return here. | |
502 | |
503 @format | |
504 >> Type @kbd{n} to see more commands. | |
505 @end format | |
506 | |
507 @c If a menu appears at the end of this node, remove it. | |
508 @c It is an accident of the menu updating command. | |
509 | |
510 @node Help-FOO, , , Help-M | |
511 @comment node-name, next, previous, up | |
512 @subsection The @kbd{u} command | |
513 | |
514 Congratulations! This is the node @samp{Help-FOO}. Unlike the other | |
515 nodes you have seen, this one has an @samp{Up}: @samp{Help-M}, the node you | |
516 just came from via the @kbd{m} command. This is the usual | |
517 convention---the nodes you reach from a menu have @samp{Up} nodes that lead | |
518 back to the menu. Menus move Down in the tree, and @samp{Up} moves Up. | |
519 @samp{Previous}, on the other hand, is usually used to ``stay on the same | |
520 level but go backwards'' | |
521 | |
522 You can go back to the node @samp{Help-M} by typing the command | |
523 @kbd{u} for ``Up''. That puts you at the @emph{front} of the | |
524 node---to get back to where you were reading you have to type | |
32338
5bd182bded06
Mention that `u' might or might not restore point.
Eli Zaretskii <eliz@gnu.org>
parents:
32315
diff
changeset
|
525 some @key{SPC}s. (Some Info readers, such as the one built into Emacs, |
5bd182bded06
Mention that `u' might or might not restore point.
Eli Zaretskii <eliz@gnu.org>
parents:
32315
diff
changeset
|
526 put you at the same place where you were reading in @samp{Help-M}.) |
25839 | 527 |
528 @format | |
529 >> Now type @kbd{u} to move back up to @samp{Help-M}. | |
530 @end format | |
531 | |
532 @node Help-Adv, Help-Q, Help-M, Getting Started | |
533 @comment node-name, next, previous, up | |
534 @section Some advanced Info commands | |
535 | |
536 The course is almost over, so please stick with it to the end. | |
537 | |
538 If you have been moving around to different nodes and wish to | |
539 retrace your steps, the @kbd{l} command (@kbd{l} for @dfn{last}) will | |
540 do that, one node-step at a time. As you move from node to node, Info | |
541 records the nodes where you have been in a special history list. The | |
542 @kbd{l} command revisits nodes in the history list; each successive | |
543 @kbd{l} command moves one step back through the history. | |
544 | |
545 If you have been following directions, an @kbd{l} command now will get | |
546 you back to @samp{Help-M}. Another @kbd{l} command would undo the | |
547 @kbd{u} and get you back to @samp{Help-FOO}. Another @kbd{l} would undo | |
548 the @kbd{m} and get you back to @samp{Help-M}. | |
549 | |
550 @format | |
551 >> Try typing three @kbd{l}'s, pausing in between to see what each | |
552 @kbd{l} does. | |
553 @end format | |
554 | |
555 Then follow directions again and you will end up back here. | |
556 | |
557 Note the difference between @kbd{l} and @kbd{p}: @kbd{l} moves to | |
558 where @emph{you} last were, whereas @kbd{p} always moves to the node | |
559 which the header says is the @samp{Previous} node (from this node, to | |
560 @samp{Help-M}). | |
561 | |
562 The @samp{d} command gets you instantly to the Directory node. | |
563 This node, which is the first one you saw when you entered Info, | |
564 has a menu which leads (directly, or indirectly through other menus), | |
565 to all the nodes that exist. | |
566 | |
567 @format | |
568 >> Try doing a @samp{d}, then do an @kbd{l} to return here (yes, | |
569 @emph{do} return). | |
570 @end format | |
571 | |
572 Sometimes, in Info documentation, you will see a cross reference. | |
573 Cross references look like this: @xref{Help-Cross, Cross}. That is a | |
574 real, live cross reference which is named @samp{Cross} and points at | |
575 the node named @samp{Help-Cross}. | |
576 | |
577 If you wish to follow a cross reference, you must use the @samp{f} | |
578 command. The @samp{f} must be followed by the cross reference name | |
579 (in this case, @samp{Cross}). While you enter the name, you can use the | |
580 Delete key to edit your input. If you change your mind about following | |
581 any reference, you can use @kbd{Control-g} to cancel the command. | |
582 | |
583 Completion is available in the @samp{f} command; you can complete among | |
584 all the cross reference names in the current node by typing a Tab. | |
585 | |
586 @format | |
587 >> Type @samp{f}, followed by @samp{Cross}, and a @key{RET}. | |
588 @end format | |
589 | |
590 To get a list of all the cross references in the current node, you can | |
591 type @kbd{?} after an @samp{f}. The @samp{f} continues to await a | |
592 cross reference name even after printing the list, so if you don't | |
593 actually want to follow a reference, you should type a @kbd{Control-g} | |
594 to cancel the @samp{f}. | |
595 | |
596 @format | |
597 >> Type "f?" to get a list of the cross references in this node. Then | |
598 type a @kbd{Control-g} and see how the @samp{f} gives up. | |
599 | |
600 >> Now type @kbd{n} to see the last node of the course. | |
601 @end format | |
602 | |
603 @c If a menu appears at the end of this node, remove it. | |
604 @c It is an accident of the menu updating command. | |
605 | |
606 @node Help-Cross, , , Help-Adv | |
607 @comment node-name, next, previous, up | |
608 @unnumberedsubsec The node reached by the cross reference in Info | |
609 | |
610 This is the node reached by the cross reference named @samp{Cross}. | |
611 | |
612 While this node is specifically intended to be reached by a cross | |
613 reference, most cross references lead to nodes that ``belong'' | |
614 someplace else far away in the structure of Info. So you cannot expect | |
615 the footnote to have a @samp{Next}, @samp{Previous} or @samp{Up} pointing back to | |
616 where you came from. In general, the @kbd{l} (el) command is the only | |
617 way to get back there. | |
618 | |
619 @format | |
620 >> Type @kbd{l} to return to the node where the cross reference was. | |
621 @end format | |
622 | |
623 @node Help-Q, , Help-Adv, Getting Started | |
624 @comment node-name, next, previous, up | |
625 @section Quitting Info | |
626 | |
627 To get out of Info, back to what you were doing before, type @kbd{q} | |
628 for @dfn{Quit}. | |
629 | |
630 This is the end of the course on using Info. There are some other | |
631 commands that are meant for experienced users; they are useful, and you | |
632 can find them by looking in the directory node for documentation on | |
633 Info. Finding them will be a good exercise in using Info in the usual | |
634 manner. | |
635 | |
636 @format | |
637 >> Type @samp{d} to go to the Info directory node; then type | |
638 @samp{mInfo} and Return, to get to the node about Info and | |
639 see what other help is available. | |
640 @end format | |
641 | |
642 @node Advanced Info, Create an Info File, Getting Started, Top | |
643 @comment node-name, next, previous, up | |
644 @chapter Info for Experts | |
645 | |
646 This chapter describes various advanced Info commands, and how to write | |
647 an Info as distinct from a Texinfo file. (However, in most cases, writing a | |
648 Texinfo file is better, since you can use it @emph{both} to generate an | |
649 Info file and to make a printed manual. @xref{Top,, Overview of | |
650 Texinfo, texinfo, Texinfo: The GNU Documentation Format}.) | |
651 | |
652 @menu | |
653 * Expert:: Advanced Info commands: g, s, e, and 1 - 5. | |
654 * Add:: Describes how to add new nodes to the hierarchy. | |
655 Also tells what nodes look like. | |
656 * Menus:: How to add to or create menus in Info nodes. | |
657 * Cross-refs:: How to add cross-references to Info nodes. | |
658 * Tags:: How to make tags tables for Info files. | |
659 * Checking:: Checking an Info File | |
660 * Emacs Info Variables:: Variables modifying the behavior of Emacs Info. | |
661 @end menu | |
662 | |
663 @node Expert, Add, , Advanced Info | |
664 @comment node-name, next, previous, up | |
665 @section Advanced Info Commands | |
666 | |
667 @kbd{g}, @kbd{s}, @kbd{1}, -- @kbd{9}, and @kbd{e} | |
668 | |
669 If you know a node's name, you can go there by typing @kbd{g}, the | |
670 name, and @key{RET}. Thus, @kbd{gTop@key{RET}} would go to the node | |
671 called @samp{Top} in this file (its directory node). | |
672 @kbd{gExpert@key{RET}} would come back here. | |
673 | |
674 Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations. | |
675 | |
676 To go to a node in another file, you can include the filename in the | |
677 node name by putting it at the front, in parentheses. Thus, | |
678 @kbd{g(dir)Top@key{RET}} would go to the Info Directory node, which is | |
679 node @samp{Top} in the file @file{dir}. | |
680 | |
681 The node name @samp{*} specifies the whole file. So you can look at | |
682 all of the current file by typing @kbd{g*@key{RET}} or all of any | |
683 other file with @kbd{g(FILENAME)@key{RET}}. | |
684 | |
685 The @kbd{s} command allows you to search a whole file for a string. It | |
686 switches to the next node if and when that is necessary. You type | |
687 @kbd{s} followed by the string to search for, terminated by @key{RET}. | |
688 To search for the same string again, just @kbd{s} followed by @key{RET} | |
689 will do. The file's nodes are scanned in the order they are in in the | |
690 file, which has no necessary relationship to the order that they may be | |
691 in in the tree structure of menus and @samp{next} pointers. But | |
692 normally the two orders are not very different. In any case, you can | |
693 always do a @kbd{b} to find out what node you have reached, if the | |
694 header is not visible (this can happen, because @kbd{s} puts your cursor | |
695 at the occurrence of the string, not at the beginning of the node). | |
696 | |
697 @kbd{Meta-s} is equivalent to @kbd{s}. That is for compatibility with | |
698 other GNU packages that use @kbd{M-s} for a similar kind of search | |
699 command. | |
700 | |
701 If you grudge the system each character of type-in it requires, you | |
702 might like to use the commands @kbd{1}, @kbd{2}, @kbd{3}, @kbd{4}, ... | |
703 @kbd{9}. They are short for the @kbd{m} command together with an | |
704 argument. @kbd{1} goes through the first item in the current node's | |
705 menu; @kbd{2} goes through the second item, etc. | |
706 | |
707 If your display supports multiple fonts, and you are using Emacs' Info | |
708 mode to read Info files, the @samp{*} for the fifth menu item is | |
709 underlined, and so is the @samp{*} for the ninth item; these underlines | |
710 make it easy to see at a glance which number to use for an item. | |
711 | |
712 On ordinary terminals, you won't have underlining. If you need to | |
713 actually count items, it is better to use @kbd{m} instead, and specify | |
714 the name. | |
715 | |
716 The Info command @kbd{e} changes from Info mode to an ordinary | |
717 Emacs editing mode, so that you can edit the text of the current node. | |
718 Type @kbd{C-c C-c} to switch back to Info. The @kbd{e} command is allowed | |
719 only if the variable @code{Info-enable-edit} is non-@code{nil}. | |
720 | |
721 @node Add, Menus, Expert, Advanced Info | |
722 @comment node-name, next, previous, up | |
723 @section Adding a new node to Info | |
724 | |
725 To add a new topic to the list in the Info directory, you must: | |
726 @enumerate | |
727 @item | |
728 Create some nodes, in some file, to document that topic. | |
729 @item | |
730 Put that topic in the menu in the directory. @xref{Menus, Menu}. | |
731 @end enumerate | |
732 | |
733 Usually, the way to create the nodes is with Texinfo @pxref{Top,, Overview of | |
734 Texinfo, texinfo, Texinfo: The GNU Documentation Format}); this has the | |
735 advantage that you can also make a printed manual from them. However, | |
736 if you want to edit an Info file, here is how. | |
737 | |
738 The new node can live in an existing documentation file, or in a new | |
739 one. It must have a @key{^_} character before it (invisible to the | |
740 user; this node has one but you cannot see it), and it ends with either | |
741 a @key{^_}, a @key{^L}, or the end of file. Note: If you put in a | |
742 @key{^L} to end a new node, be sure that there is a @key{^_} after it | |
743 to start the next one, since @key{^L} cannot @emph{start} a node. | |
744 Also, a nicer way to make a node boundary be a page boundary as well | |
745 is to put a @key{^L} @emph{right after} the @key{^_}. | |
746 | |
747 The @key{^_} starting a node must be followed by a newline or a | |
748 @key{^L} newline, after which comes the node's header line. The | |
749 header line must give the node's name (by which Info finds it), | |
750 and state the names of the @samp{Next}, @samp{Previous}, and @samp{Up} nodes (if | |
751 there are any). As you can see, this node's @samp{Up} node is the node | |
752 @samp{Top}, which points at all the documentation for Info. The @samp{Next} | |
753 node is @samp{Menus}. | |
754 | |
755 The keywords @dfn{Node}, @dfn{Previous}, @dfn{Up}, and @dfn{Next}, | |
756 may appear in any order, anywhere in the header line, but the | |
757 recommended order is the one in this sentence. Each keyword must be | |
758 followed by a colon, spaces and tabs, and then the appropriate name. | |
759 The name may be terminated with a tab, a comma, or a newline. A space | |
760 does not end it; node names may contain spaces. The case of letters | |
761 in the names is insignificant. | |
762 | |
763 A node name has two forms. A node in the current file is named by | |
764 what appears after the @samp{Node: } in that node's first line. For | |
765 example, this node's name is @samp{Add}. A node in another file is | |
766 named by @samp{(@var{filename})@var{node-within-file}}, as in | |
767 @samp{(info)Add} for this node. If the file name starts with ``./'', | |
768 then it is relative to the current directory; otherwise, it is relative | |
769 starting from the standard Info file directory of your site. | |
770 The name @samp{(@var{filename})Top} can be abbreviated to just | |
771 @samp{(@var{filename})}. By convention, the name @samp{Top} is used for | |
772 the ``highest'' node in any single file---the node whose @samp{Up} points | |
773 out of the file. The Directory node is @file{(dir)}. The @samp{Top} node | |
774 of a document file listed in the Directory should have an @samp{Up: | |
775 (dir)} in it. | |
776 | |
777 The node name @kbd{*} is special: it refers to the entire file. | |
778 Thus, @kbd{g*} shows you the whole current file. The use of the | |
779 node @kbd{*} is to make it possible to make old-fashioned, | |
780 unstructured files into nodes of the tree. | |
781 | |
782 The @samp{Node:} name, in which a node states its own name, must not | |
783 contain a filename, since Info when searching for a node does not | |
784 expect one to be there. The @samp{Next}, @samp{Previous} and @samp{Up} names may | |
785 contain them. In this node, since the @samp{Up} node is in the same file, | |
786 it was not necessary to use one. | |
787 | |
788 Note that the nodes in this file have a file name in the header | |
789 line. The file names are ignored by Info, but they serve as comments | |
790 to help identify the node for the user. | |
791 | |
792 @node Menus, Cross-refs, Add, Advanced Info | |
793 @comment node-name, next, previous, up | |
794 @section How to Create Menus | |
795 | |
796 Any node in the Info hierarchy may have a @dfn{menu}---a list of subnodes. | |
797 The @kbd{m} command searches the current node's menu for the topic which it | |
798 reads from the terminal. | |
799 | |
800 A menu begins with a line starting with @samp{* Menu:}. The rest of the | |
801 line is a comment. After the starting line, every line that begins | |
802 with a @samp{* } lists a single topic. The name of the topic--the | |
803 argument that the user must give to the @kbd{m} command to select this | |
804 topic---comes right after the star and space, and is followed by a | |
805 colon, spaces and tabs, and the name of the node which discusses that | |
806 topic. The node name, like node names following @samp{Next}, @samp{Previous} | |
807 and @samp{Up}, may be terminated with a tab, comma, or newline; it may also | |
808 be terminated with a period. | |
809 | |
810 If the node name and topic name are the same, then rather than | |
811 giving the name twice, the abbreviation @samp{* NAME::} may be used | |
812 (and should be used, whenever possible, as it reduces the visual | |
813 clutter in the menu). | |
814 | |
815 It is considerate to choose the topic names so that they differ | |
816 from each other very near the beginning---this allows the user to type | |
817 short abbreviations. In a long menu, it is a good idea to capitalize | |
818 the beginning of each item name which is the minimum acceptable | |
819 abbreviation for it (a long menu is more than 5 or so entries). | |
820 | |
821 The nodes listed in a node's menu are called its ``subnodes'', and | |
822 it is their ``superior''. They should each have an @samp{Up:} pointing at | |
823 the superior. It is often useful to arrange all or most of the | |
824 subnodes in a sequence of @samp{Next} and @samp{Previous} pointers so that someone who | |
825 wants to see them all need not keep revisiting the Menu. | |
826 | |
827 The Info Directory is simply the menu of the node @samp{(dir)Top}---that | |
828 is, node @samp{Top} in file @file{.../info/dir}. You can put new entries | |
829 in that menu just like any other menu. The Info Directory is @emph{not} the | |
830 same as the file directory called @file{info}. It happens that many of | |
831 Info's files live on that file directory, but they do not have to; and | |
832 files on that directory are not automatically listed in the Info | |
833 Directory node. | |
834 | |
835 Also, although the Info node graph is claimed to be a ``hierarchy'', | |
836 in fact it can be @emph{any} directed graph. Shared structures and | |
837 pointer cycles are perfectly possible, and can be used if they are | |
838 appropriate to the meaning to be expressed. There is no need for all | |
839 the nodes in a file to form a connected structure. In fact, this file | |
840 has two connected components. You are in one of them, which is under | |
841 the node @samp{Top}; the other contains the node @samp{Help} which the | |
842 @kbd{h} command goes to. In fact, since there is no garbage | |
843 collector, nothing terrible happens if a substructure is not pointed | |
844 to, but such a substructure is rather useless since nobody can | |
845 ever find out that it exists. | |
846 | |
847 @node Cross-refs, Tags, Menus, Advanced Info | |
848 @comment node-name, next, previous, up | |
849 @section Creating Cross References | |
850 | |
851 A cross reference can be placed anywhere in the text, unlike a menu | |
852 item which must go at the front of a line. A cross reference looks | |
853 like a menu item except that it has @samp{*note} instead of @kbd{*}. | |
854 It @emph{cannot} be terminated by a @samp{)}, because @samp{)}'s are | |
855 so often part of node names. If you wish to enclose a cross reference | |
856 in parentheses, terminate it with a period first. Here are two | |
857 examples of cross references pointers: | |
858 | |
859 @example | |
860 *Note details: commands. (See *note 3: Full Proof.) | |
861 @end example | |
862 | |
863 They are just examples. The places they ``lead to'' do not really exist! | |
864 | |
865 @node Tags, Checking, Cross-refs, Advanced Info | |
866 @comment node-name, next, previous, up | |
867 @section Tags Tables for Info Files | |
868 | |
869 You can speed up the access to nodes of a large Info file by giving | |
870 it a tags table. Unlike the tags table for a program, the tags table for | |
871 an Info file lives inside the file itself and is used | |
872 automatically whenever Info reads in the file. | |
873 | |
874 To make a tags table, go to a node in the file using Emacs Info mode and type | |
875 @kbd{M-x Info-tagify}. Then you must use @kbd{C-x C-s} to save the | |
876 file. | |
877 | |
878 Once the Info file has a tags table, you must make certain it is up | |
879 to date. If, as a result of deletion of text, any node moves back | |
880 more than a thousand characters in the file from the position | |
881 recorded in the tags table, Info will no longer be able to find that | |
882 node. To update the tags table, use the @code{Info-tagify} command again. | |
883 | |
884 An Info file tags table appears at the end of the file and looks like | |
885 this: | |
886 | |
887 @example | |
888 ^_ | |
889 Tag Table: | |
890 File: info, Node: Cross-refs^?21419 | |
891 File: info, Node: Tags^?22145 | |
892 ^_ | |
893 End Tag Table | |
894 @end example | |
895 | |
896 @noindent | |
897 Note that it contains one line per node, and this line contains | |
898 the beginning of the node's header (ending just after the node name), | |
899 a Delete character, and the character position in the file of the | |
900 beginning of the node. | |
901 | |
902 @node Checking, Emacs Info Variables, Tags, Advanced Info | |
903 @comment node-name, next, previous, up | |
904 @section Checking an Info File | |
905 | |
906 When creating an Info file, it is easy to forget the name of a node | |
907 when you are making a pointer to it from another node. If you put in | |
908 the wrong name for a node, this is not detected until someone | |
909 tries to go through the pointer using Info. Verification of the Info | |
910 file is an automatic process which checks all pointers to nodes and | |
911 reports any pointers which are invalid. Every @samp{Next}, @samp{Previous}, and | |
912 @samp{Up} is checked, as is every menu item and every cross reference. In | |
913 addition, any @samp{Next} which does not have a @samp{Previous} pointing back is | |
914 reported. Only pointers within the file are checked, because checking | |
915 pointers to other files would be terribly slow. But those are usually | |
916 few. | |
917 | |
918 To check an Info file, do @kbd{M-x Info-validate} while looking at | |
919 any node of the file with Emacs Info mode. | |
920 | |
921 @node Emacs Info Variables, , Checking, Advanced Info | |
922 @section Emacs Info-mode Variables | |
923 | |
924 The following variables may modify the behaviour of Info-mode in Emacs; | |
925 you may wish to set one or several of these variables interactively, or | |
926 in your @file{~/.emacs} init file. @xref{Examining, Examining and Setting | |
927 Variables, Examining and Setting Variables, emacs, The GNU Emacs | |
928 Manual}. | |
929 | |
930 @table @code | |
931 @item Info-enable-edit | |
932 Set to @code{nil}, disables the @samp{e} (@code{Info-edit}) command. A | |
933 non-@code{nil} value enables it. @xref{Add, Edit}. | |
934 | |
935 @item Info-enable-active-nodes | |
936 When set to a non-@code{nil} value, allows Info to execute Lisp code | |
937 associated with nodes. The Lisp code is executed when the node is | |
938 selected. | |
939 | |
940 @item Info-directory-list | |
941 The list of directories to search for Info files. Each element is a | |
29307 | 942 string (directory name) or @code{nil} (try default directory). If not |
943 initialized Info uses the environment variable @env{INFOPATH} to | |
944 initialize it, or @code{Info-default-directory-list} if there is no | |
945 @env{INFOPATH} variable in the environment. | |
946 | |
947 @item Info-additional-directory-list | |
948 A list of additional directories to search for Info documentation files. | |
949 These directories are not searched for merging the @file{dir} file. | |
25839 | 950 |
951 @item Info-directory | |
952 The standard directory for Info documentation files. Only used when the | |
953 function @code{Info-directory} is called. | |
29307 | 954 |
25839 | 955 @end table |
956 | |
957 @node Create an Info File, , Advanced Info, Top | |
958 @comment node-name, next, previous, up | |
959 @chapter Creating an Info File from a Makeinfo file | |
960 | |
961 @code{makeinfo} is a utility that converts a Texinfo file into an Info | |
962 file; @code{texinfo-format-region} and @code{texinfo-format-buffer} are | |
963 GNU Emacs functions that do the same. | |
964 | |
34173 | 965 @xref{Creating an Info File, , Creating an Info File, texinfo, the Texinfo |
25839 | 966 Manual}, to learn how to create an Info file from a Texinfo file. |
967 | |
968 @xref{Top,, Overview of Texinfo, texinfo, Texinfo: The GNU Documentation | |
969 Format}, to learn how to write a Texinfo file. | |
970 | |
971 @bye |