Mercurial > hg > xemacs-beta
comparison info/dir @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
11 | 11 |
12 For example, you could add this code to .../lisp/site-start.el, which is | 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: | 13 loaded before ~/.emacs each time the editor starts up: |
14 | 14 |
15 ;; find local info nodes | 15 ;; find local info nodes |
16 (setq Info-default-directory-list | 16 (setq Info-directory-list |
17 (append Info-default-directory-list '("/private/info/"))) | 17 (append Info-directory-list '("/private/info/"))) |
18 | 18 |
19 Then, when you enter info, the contents of the file "/private/info/localdir" | 19 Then, when you enter info, a dir file like this one will be automatically |
20 will be appended to the contents of this file (where the "* Locals:" line is.) | 20 created and saved (provided you have write access to the directory). The |
21 The "localdir" file should simply contain lines like in this file, listing the | 21 contents of that file "/private/info/dir" will be appended to the contents of |
22 names of the info files in its directory. | 22 this file. |
23 | 23 |
24 | 24 |
25 File: dir Node: Top This is the top of the INFO tree | 25 File: dir Node: Top This is the top of the INFO tree |
26 | 26 |
27 This is Info, the online documentation browsing system. | 27 This is Info, the online documentation browsing system. |
34 | 34 |
35 * Menu: | 35 * Menu: |
36 | 36 |
37 XEmacs 21.0 | 37 XEmacs 21.0 |
38 =========== | 38 =========== |
39 * Info:: Documentation browsing system. | 39 * Info:: Documentation browsing system. |
40 * XEmacs:: The extensible user-friendly self-documenting text editor. | 40 * XEmacs:: The extensible user-friendly self-documenting text editor. |
41 This manual is for XEmacs 21.0. | 41 This manual is for XEmacs 21.0. |
42 * Lispref:: XEmacs Lisp technical reference. | 42 * Lispref:: XEmacs Lisp technical reference. |
43 This manual is for XEmacs 21.0. | 43 This manual is for XEmacs 21.0. |
44 * New-Users-Guide:: | 44 * New-Users-Guide:: XEmacs New User's Guide for XEmacs 21.0. |
45 XEmacs User's Guide for XEmacs 21.0. | 45 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 21.0. |
46 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 21.0. | 46 * Internals:: Guide to the internals of XEmacs. |
47 * Internals:: Guide to the internals of XEmacs. | |
48 | 47 |
49 Local Packages: | 48 Local Packages: |
50 | 49 |
51 * CL:: A Common Lisp compatibility package for Emacs-Lisp. | 50 * CL:: A Common Lisp compatibility package for Emacs-Lisp. |
52 * Custom:: Customization Library for Emacs | 51 * Custom:: Customization Library for Emacs |
53 * External-Widget:: | 52 * External-Widget:: Use XEmacs as a text widget inside of another program. |
54 Use XEmacs as a text widget inside of another program. | 53 * Standards:: The GNU coding standards. |
55 * Standards:: The GNU coding standards. | 54 * Term:: A mode to control inferior processes (a comint replacement) |
56 * Termcap:: The termcap library, which enables application programs | 55 * Termcap:: The termcap library, which enables application programs |
57 to handle all types of character-display terminals. | 56 to handle all types of character-display terminals. |
58 * Texinfo:: With one source file, make either a printed manual (through | 57 * Texinfo:: With one source file, make either a printed manual (through |
59 TeX) or an Info file (through texinfo). | 58 TeX) or an Info file (through texinfo). |
60 * Widget:: An Emacs Lisp widget library | 59 * Widget:: An Emacs Lisp widget library |
61 * Locals: |