53cebd4f1bc9b9ceb59c211a7f18423097c05ca4
[chise/xemacs-chise.git.1] / info / dir
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-directory-list
17         (append Info-directory-list '("/private/info/")))
18
19 Then, when you enter info, a dir file like this one will be automatically
20 created and saved (provided you have write access to the directory).  The
21 contents of that file "/private/info/dir" will be appended to the contents of
22 this file.
23
24 \1f
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 XEmacs 21.4
38 ===========
39 * XEmacs::           XEmacs User's Manual.
40 * Lispref::          XEmacs Lisp Reference Manual.
41 * New-Users-Guide::  Getting Started with XEmacs.
42 * XEmacs-FAQ::       XEmacs Frequently Asked Questions for 21.4.
43 * Info::             Guide to Info, the XEmacs online documentation system.
44 * Internals::        Guide to the internals of XEmacs.
45
46 Other Documentation:
47
48 * CL::              A Common Lisp compatibility package for Emacs-Lisp.
49 * Custom::          Customization Library for Emacs.
50 * Emodules::        XEmacs dynamic loadable module support.
51 * External-Widget:: Use XEmacs as a text widget inside of another program.
52 * Standards::       GNU coding standards.
53 * Term::            A mode to control inferior processes (a comint replacement)
54 * Termcap::         The termcap library, which enables application programs
55                     to handle all types of character-display terminals.
56 * Texinfo::         The GNU documentation format.
57 * Widget::          An Emacs Lisp widget library.
58