annotate lispref/index.texi @ 82221:e126e09e6ac7

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 75-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) * lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update) (copyright-fix-years, copyright): Correctly handle the case where copyright-limit is nil. 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) * lisp/progmodes/python.el (run-python): Fix path separator under w32. 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
author Miles Bader <miles@gnu.org>
date Tue, 31 Jul 2007 05:02:54 +0000
parents 7a84d4874322
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
52915
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
1 @c -*-texinfo-*-
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
2 @setfilename ../info/index
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
3
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
4 @c Indexing guidelines
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
5
71747
7a84d4874322 index.texi, elisp.texi (New Symbols): Comment node out.
Nick Roberts <nickrob@snap.net.nz>
parents: 52915
diff changeset
6 @c I assume that all indexes will be combined.
52915
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
7 @c Therefore, if a generated findex and permutations
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
8 @c cover the ways an index user would look up the entry,
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
9 @c then no cindex is added.
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
10 @c Concept index (cindex) entries will also be permuted. Therefore, they
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
11 @c have no commas and few irrelevant connectives in them.
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
12
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
13 @c I tried to include words in a cindex that give the context of the entry,
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
14 @c particularly if there is more than one entry for the same concept.
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
15 @c For example, "nil in keymap"
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
16 @c Similarly for explicit findex and vindex entries, e.g. "print example".
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
17
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
18 @c Error codes are given cindex entries, e.g. "end-of-file error".
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
19
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
20 @c pindex is used for .el files and Unix programs
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
21
71747
7a84d4874322 index.texi, elisp.texi (New Symbols): Comment node out.
Nick Roberts <nickrob@snap.net.nz>
parents: 52915
diff changeset
22 @node Index, , Standard Hooks, Top
52915
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
23 @unnumbered Index
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
24
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
25 @c Print the indices
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
26
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
27 @printindex fn
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
28
26a5da04740c Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
29