0
|
1 -*- Text -*-
|
|
2
|
|
3 This is the file .../info/dir, which contains the topmost node of the Info
|
|
4 hierarchy. The first time you invoke Info you start off looking at that node,
|
|
5 which is (dir)Top.
|
|
6
|
|
7 Rather than adding new nodes to this directory (and this file) it is a better
|
|
8 idea to put them in a site-local directory, and then configure info to search
|
|
9 in that directory as well. That way, you won't have to re-edit this file when
|
|
10 a new release of the editor comes out.
|
|
11
|
|
12 For example, you could add this code to .../lisp/site-start.el, which is
|
|
13 loaded before ~/.emacs each time the editor starts up:
|
|
14
|
|
15 ;; find local info nodes
|
|
16 (setq Info-default-directory-list
|
|
17 (append Info-default-directory-list '("/private/info/")))
|
|
18
|
|
19 Then, when you enter info, the contents of the file "/private/info/localdir"
|
|
20 will be appended to the contents of this file (where the "* Locals:" line is.)
|
|
21 The "localdir" file should simply contain lines like in this file, listing the
|
|
22 names of the info files in its directory.
|
|
23
|
|
24
|
|
25 File: dir Node: Top This is the top of the INFO tree
|
|
26
|
|
27 This is Info, the online documentation browsing system.
|
|
28 This page (the Directory node) gives a menu of major topics.
|
|
29
|
|
30 button1 or button2 on a highlighted word follows that cross-reference.
|
|
31 button3 anywhere brings up a menu of commands.
|
|
32 ? lists additional keyboard commands.
|
|
33 h invokes the Info tutorial.
|
|
34
|
|
35 * Menu:
|
|
36
|
207
|
37 XEmacs 20.4
|
|
38 ===========
|
0
|
39 * Info:: Documentation browsing system.
|
|
40 * XEmacs:: The extensible user-friendly self-documenting text editor.
|
149
|
41 This manual is for XEmacs 20.3.
|
0
|
42 * Lispref:: XEmacs Lisp technical reference.
|
149
|
43 This manual is for XEmacs 20.3.
|
0
|
44 * New-Users-Guide::
|
149
|
45 XEmacs User's Guide for XEmacs 20.3.
|
|
46 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 20.3.
|
0
|
47 * Internals:: Guide to the internals of XEmacs.
|
112
|
48 * send-pr:: Submitting Bug Reports
|
|
49 * gnats:: GNU Problem Report Management System
|
0
|
50
|
193
|
51 Local Packages:
|
0
|
52
|
|
53 * CL:: A Common Lisp compatibility package for Emacs-Lisp.
|
98
|
54 * Custom:: Customization Library for Emacs
|
0
|
55 * External-Widget::
|
|
56 Use XEmacs as a text widget inside of another program.
|
|
57 * Forms:: A package for editing databases by filling in forms.
|
|
58 * Ispell:: Interactive spelling corrector.
|
|
59 * OO-Browser:: The Multi-Language Object-Oriented Browser.
|
173
|
60 * PH:: Client interface to the CCSO white pages directory system
|
0
|
61 * Standards:: The GNU coding standards.
|
|
62 * Supercite:: Lets you cite parts of messages you're replying to.
|
|
63 * Term:: ANSI-compatible terminal emulator.
|
|
64 * Termcap:: The termcap library, which enables application programs
|
|
65 to handle all types of character-display terminals.
|
|
66 * Texinfo:: With one source file, make either a printed manual (through
|
|
67 TeX) or an Info file (through texinfo).
|
72
|
68 * Vhdl-mode:: A major mode for editing VHDL files.
|
98
|
69 * Widget:: An Emacs Lisp widget library
|
201
|
70 * Locals:
|