Mercurial > hg > xemacs-beta
comparison info/dir @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | ac2d302a0011 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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. | |
39 This manual is for XEmacs 19.14. | |
40 * Lispref:: XEmacs Lisp technical reference. | |
41 This manual is for XEmacs 19.14. | |
42 * New-Users-Guide:: | |
43 XEmacs User's Guide for XEmacs 19.14. | |
44 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 19.14. | |
45 * Internals:: Guide to the internals of XEmacs. | |
46 | |
47 Packages: | |
48 | |
49 * Ange-FTP:: Making the entire network accessible as a pseudo-filesystem. | |
50 * CC-MODE:: Mode for editing C, C++, and Objective-C code. | |
51 * CL:: A Common Lisp compatibility package for Emacs-Lisp. | |
52 * Dired:: Manual for Tree Dired. | |
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. | |
57 * GNUS:: An NNTP-based newsreader for XEmacs. | |
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. | |
67 * Rmail:: An older mail reader for Emacs. | |
68 * Standards:: The GNU coding standards. | |
69 * Supercite:: Lets you cite parts of messages you're replying to. | |
70 * Term:: ANSI-compatible terminal emulator. | |
71 * Termcap:: The termcap library, which enables application programs | |
72 to handle all types of character-display terminals. | |
73 * Texinfo:: With one source file, make either a printed manual (through | |
74 TeX) or an Info file (through texinfo). | |
75 * Viper:: A VI Plan for Emacs Rescue and a venomous VI PERil. | |
76 * VM:: View Mail, a replacement for Rmail. | |
77 * W3:: A browser for the World Wide Web global hypertext system. | |
78 * Locals: |