428
+ − 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
+ − 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
1092
+ − 30 button2 on a highlighted word follows that cross-reference.
428
+ − 31 button3 anywhere brings up a menu of commands.
+ − 32 ? lists additional keyboard commands.
+ − 33 h invokes the Info tutorial.
+ − 34
+ − 35 * Menu:
+ − 36
697
+ − 37 XEmacs 21.5
428
+ − 38 ===========
2609
+ − 39 * XEmacs: (xemacs). XEmacs Editor.
+ − 40 * Lispref: (lispref). XEmacs Lisp Reference Manual.
+ − 41 * Intro: (new-users-guide). Introduction to the XEmacs Editor.
+ − 42 * FAQ: (xemacs-faq). XEmacs FAQ.
+ − 43 * Info: (info). Documentation browsing system.
+ − 44 * Internals: (internals). XEmacs Internals Manual.
+ − 45
428
+ − 46
462
+ − 47 Other Documentation:
428
+ − 48
2609
+ − 49 * Common Lisp: (cl). XEmacs Common Lisp emulation package.
+ − 50 * Customizations: (custom). Customization Library.
+ − 51 * Emodules: (emodules). XEmacs dynamically loadable module support.
+ − 52 * External Widget: (external-widget). External Client Widget.
+ − 53 * Standards: (standards). GNU coding standards.
+ − 54 * Term mode: (term). XEmacs Terminal Emulator Mode.
+ − 55 * Termcap: (termcap). Termcap library of the GNU system.
+ − 56 * Texinfo: (texinfo). The GNU documentation format.
+ − 57 * Widgets: (widget). The Emacs Widget Library.
428
+ − 58