Mercurial > hg > xemacs-beta
annotate info/dir @ 1261:465bd3c7d932
[xemacs-hg @ 2003-02-06 06:35:47 by ben]
various bug fixes
mule/cyril-util.el: Fix compile warning.
loadup.el, make-docfile.el, update-elc-2.el, update-elc.el: Set stack-trace-on-error, load-always-display-messages so we
get better debug results.
update-elc-2.el: Fix typo in name of lisp/mule, leading to compile failure.
simple.el: Omit M-S-home/end from motion keys.
update-elc.el: Overhaul:
-- allow list of "early-compile" files to be specified, not hardcoded
-- fix autoload checking to include all .el files, not just dumped ones
-- be smarter about regenerating autoloads, so we don't need to use
loadup-el if not necessary
-- use standard methods for loading/not loading auto-autoloads.el
(maybe fixes "Already loaded" error?)
-- rename misleading NOBYTECOMPILE flag file.
window-xemacs.el: Fix bug in default param.
window-xemacs.el: Fix compile warnings.
lwlib-Xm.c: Fix compile warning.
lispref/mule.texi: Lots of Mule rewriting.
internals/internals.texi: Major fixup. Correct for new names of Bytebpos, Ichar, etc. and
lots of Mule rewriting.
config.inc.samp: Various fixups.
Makefile.in.in: NOBYTECOMPILE -> BYTECOMPILE_CHANGE.
esd.c: Warning fixes.
fns.c: Eliminate bogus require-prints-loading-message; use already
existent load-always-display-messages instead. Make sure `load'
knows we are coming from `require'.
lread.c: Turn on `load-warn-when-source-newer' by default. Change loading
message to indicate when we are `require'ing. Eliminate
purify_flag hacks to display more messages; instead, loadup and
friends specify this explicitly with
`load-always-display-messages'. Add spaces when batch to clearly
indicate recursive loading. Fassoc() does not GC so no need to
gcpro.
gui-x.c, gui-x.h, menubar-x.c: Fix up crashes when selecting menubar items due to lack of GCPROing
of callbacks in lwlib structures.
eval.c, lisp.h, print.c: Don't canonicalize to selected-frame when noninteractive, or
backtraces get all screwed up as some values are printed through
the stream console and some aren't. Export
canonicalize_printcharfun() and use in Fbacktrace().
author | ben |
---|---|
date | Thu, 06 Feb 2003 06:36:17 +0000 |
parents | f5d8712231af |
children | c2580215c222 |
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 | |
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 =========== |
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 |