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
|
278
|
16 (setq Info-directory-list
|
|
17 (append Info-directory-list '("/private/info/")))
|
0
|
18
|
278
|
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.
|
0
|
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
|
371
|
37 XEmacs 21.2
|
207
|
38 ===========
|
282
|
39 * Info: (info). Documentation browsing system.
|
278
|
40 * XEmacs:: The extensible user-friendly self-documenting text editor.
|
371
|
41 This manual is for XEmacs 21.2
|
278
|
42 * Lispref:: XEmacs Lisp technical reference.
|
371
|
43 This manual is for XEmacs 21.2.
|
|
44 * New-Users-Guide:: XEmacs New User's Guide for XEmacs 21.2.
|
|
45 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 21.2.
|
278
|
46 * Internals:: Guide to the internals of XEmacs.
|
414
|
47 * Emodules:: XEmacs dynamic loadable module support.
|
0
|
48
|
282
|
49
|
193
|
50 Local Packages:
|
0
|
51
|
282
|
52 * CL:: A Common Lisp compatibility package for Emacs-Lisp.
|
|
53 * Custom:: Customization Library for Emacs
|
|
54 * External-Widget:: Use XEmacs as a text widget inside of another program.
|
|
55 * Standards: (standards). GNU coding standards.
|
|
56 * Term:: A mode to control inferior processes (a comint replacement)
|
|
57 * Termcap:: The termcap library, which enables application programs
|
|
58 to handle all types of character-display terminals.
|
|
59 * Texinfo: (texinfo). The GNU documentation format.
|
|
60 * Widget:: An Emacs Lisp widget library
|
|
61
|