Mercurial > hg > xemacs-beta
comparison info/dir @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children | 0784d089fdc9 |
comparison
equal
deleted
inserted
replaced
427:0a0253eac470 | 428:3ecd8885ac67 |
---|---|
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 | |
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.2 | |
38 =========== | |
39 * Info: (info). Documentation browsing system. | |
40 * XEmacs:: The extensible user-friendly self-documenting text editor. | |
41 This manual is for XEmacs 21.2 | |
42 * Lispref:: XEmacs Lisp technical reference. | |
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. | |
46 * Internals:: Guide to the internals of XEmacs. | |
47 * Emodules:: XEmacs dynamic loadable module support. | |
48 | |
49 | |
50 Local Packages: | |
51 | |
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 |