Mercurial > hg > xemacs-beta
annotate info/dir @ 781:eba92770173a
[xemacs-hg @ 2002-03-18 10:13:39 by ben]
stragglers:
config.inc.samp, xemacs.mak: Deal with never-ending perl quoting problems.
README: Include a long, long description of the suggested directory layout
for developing XEmacs. This should probably go as part of a
larger document, a "Getting Started with Developing XEmacs". ####
Does such a document exist?
etc\unicode\mule-ucs\*: New directory, containing translation
files for the remaining charsets that are not in
unicode\unicode-consortium but are in mule-ucs.
etc\unicode\other\*: New directory, containing translation
files made up on an ad-hoc basis.
etc\unicode\README: Update.
* Some ChangeLog entries from stuff that got applied long ago
never got checked in, due to the nasty SCCS "oops, i forgot again
..." bug.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
fns.c, lread.c: Add variable require-prints-loading-message to cause loading
messages to get printed when a file is loading during a "require",
which normally doesnt happen. This can be set using env var
XEMACSDEBUG to debug problems with non-interactive compilation.
Modify load-internal so it prints "Requiring: ..." instead of
"Loading: ..." when appropriate.
author | ben |
---|---|
date | Mon, 18 Mar 2002 10:13:39 +0000 |
parents | f72a191f8ecf |
children | f5d8712231af |
rev | line source |
---|---|
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 | |
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 | |
697 | 37 XEmacs 21.5 |
428 | 38 =========== |
462 | 39 * XEmacs:: XEmacs User's Manual. |
40 * Lispref:: XEmacs Lisp Reference Manual. | |
41 * New-Users-Guide:: Getting Started with XEmacs. | |
42 * XEmacs-FAQ:: XEmacs Frequently Asked Questions for 21.4. | |
43 * Info:: Guide to Info, the XEmacs online documentation system. | |
44 * Internals:: Guide to the internals of XEmacs. | |
428 | 45 |
462 | 46 Other Documentation: |
428 | 47 |
462 | 48 * CL:: A Common Lisp compatibility package for Emacs-Lisp. |
49 * Custom:: Customization Library for Emacs. | |
721 | 50 * Emodules:: XEmacs dynamically loadable module support. |
462 | 51 * External-Widget:: Use XEmacs as a text widget inside of another program. |
52 * Standards:: GNU coding standards. | |
53 * Term:: A mode to control inferior processes (a comint replacement) | |
54 * Termcap:: The termcap library, which enables application programs | |
55 to handle all types of character-display terminals. | |
56 * Texinfo:: The GNU documentation format. | |
57 * Widget:: An Emacs Lisp widget library. | |
428 | 58 |