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
|
|
37 * Info:: Documentation browsing system.
|
|
38 * XEmacs:: The extensible user-friendly self-documenting text editor.
|
10
|
39 This manual is for XEmacs 20.0.
|
0
|
40 * Lispref:: XEmacs Lisp technical reference.
|
10
|
41 This manual is for XEmacs 20.0.
|
0
|
42 * New-Users-Guide::
|
10
|
43 XEmacs User's Guide for XEmacs 20.0.
|
|
44 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 20.0.
|
0
|
45 * Internals:: Guide to the internals of XEmacs.
|
|
46
|
|
47 Packages:
|
|
48
|
26
|
49 * AUCTeX:: Mode for editing TeX files.
|
0
|
50 * CC-MODE:: Mode for editing C, C++, and Objective-C code.
|
|
51 * CL:: A Common Lisp compatibility package for Emacs-Lisp.
|
16
|
52 * Custom:: Customization Library for Emacs
|
0
|
53 * Ediff:: A Visual Interface to Unix Diff and Patch Utilities.
|
|
54 * External-Widget::
|
|
55 Use XEmacs as a text widget inside of another program.
|
|
56 * Forms:: A package for editing databases by filling in forms.
|
16
|
57 * Gnus:: A netnews and mail reader for XEmacs.
|
0
|
58 * Hyperbole:: A programmable information management and hypertext system.
|
|
59 * ILISP:: Multi-dialect inferior LISP interface.
|
|
60 * Ispell:: Interactive spelling corrector.
|
|
61 * Mailcrypt:: Emacs interface to cryptographic functions for mail and news.
|
|
62 * Message:: Emacs message composition mode.
|
|
63 * MH-E:: Emacs interface to MH, a mail-handling package.
|
|
64 * OO-Browser:: The Multi-Language Object-Oriented Browser.
|
|
65 * PCL-CVS:: An XEmacs-based front end to CVS.
|
|
66 * PSGML:: A powerful mode for HTML and other SGML documents.
|
2
|
67 * PSGML-API:: PSGML, the API documentation.
|
0
|
68 * Rmail:: An older mail reader for Emacs.
|
|
69 * Standards:: The GNU coding standards.
|
|
70 * Supercite:: Lets you cite parts of messages you're replying to.
|
|
71 * Term:: ANSI-compatible terminal emulator.
|
|
72 * Termcap:: The termcap library, which enables application programs
|
|
73 to handle all types of character-display terminals.
|
|
74 * Texinfo:: With one source file, make either a printed manual (through
|
|
75 TeX) or an Info file (through texinfo).
|
|
76 * Viper:: A VI Plan for Emacs Rescue and a venomous VI PERil.
|
10
|
77 * Vhdl-mode:: A major mode for editing VHDL files.
|
0
|
78 * VM:: View Mail, a replacement for Rmail.
|
|
79 * W3:: A browser for the World Wide Web global hypertext system.
|
16
|
80 * Widget:: An Emacs Lisp widget library
|
10
|
81 * tm-en:: Tools for Mime (English version)
|
12
|
82 * tm-mh-e-en:: Tools for Mime for MH-E (English version)
|
|
83 * gnus-mime-en::Tools for Mime for Gnus (English version)
|
|
84 * tm-vm-en:: Tools for Mime for VM
|
0
|
85 * Locals:
|