* search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
[bpt/emacs.git] / doc / emacs / emacs-xtra.texi
CommitLineData
8cf51b2c
GM
1\input texinfo @c -*-texinfo-*-
2@comment %**start of header
5b301240 3@setfilename ../../info/emacs-xtra
8cf51b2c
GM
4@settitle Specialized Emacs Features
5@syncodeindex fn cp
6@syncodeindex vr cp
7@syncodeindex ky cp
8@comment %**end of header
9
10@copying
11This manual describes specialized features of Emacs.
12
6ed161e1 13Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009
8e65d46c 14Free Software Foundation, Inc.
8cf51b2c
GM
15
16@quotation
17Permission is granted to copy, distribute and/or modify this document
4b121911 18under the terms of the GNU Free Documentation License, Version 1.3 or
8cf51b2c
GM
19any later version published by the Free Software Foundation; with no
20Invariant Sections, with the Front-Cover texts being ``A GNU
21Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
22license is included in the section entitled ``GNU Free Documentation
23License'' in the Emacs manual.
24
8e65d46c
GM
25(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
26modify this GNU manual. Buying copies from the FSF supports it in
27developing GNU and promoting software freedom.''
8cf51b2c
GM
28
29This document is part of a collection distributed under the GNU Free
30Documentation License. If you want to distribute this document
31separately from the collection, you can do so by adding a copy of the
32license to the document, as described in section 6 of the license.
33@end quotation
34@end copying
35
36@dircategory Emacs
37@direntry
38* Emacs-Xtra: (emacs-xtra). Specialized Emacs features.
39@end direntry
40
41@titlepage
42@title Specialized Emacs Features
43@page
44@vskip 0pt plus 1filll
45@insertcopying
46@end titlepage
47
48@contents
49
50@ifnottex
51@node Top
52@top Specialized Emacs Features
53
54@insertcopying
55
56@end ifnottex
57
58@menu
59* Introduction:: What documentation belongs here?
60@iftex
61* Picture Mode:: Editing pictures made up of characters using
62 the quarter-plane screen model.
63
64* Autorevert:: Auto Reverting non-file buffers.
65* Subdir Switches:: Subdirectory switches in Dired.
66* Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.
67* Emerge:: A convenient way of merging two versions of a program.
68* Advanced VC Usage:: Advanced VC (version control) features.
69* Fortran:: Fortran mode and its special features.
70* MS-DOS:: Using Emacs on MS-DOS (otherwise known as @dfn{MS-DOG}).
71@end iftex
72* Index::
73@end menu
74
75@node Introduction
76@unnumbered Introduction
77
78This manual contains detailed information about various features that
79are too specialized to be included in the printed Emacs manual. It is
80intended to be readable by anyone having a basic knowledge of Emacs.
81However, certain sections may be intended for a more specialized
82audience, such as Elisp authors. This should be clearly pointed out
83at the beginning of these sections.
84
85Certain packages, or collections of related features, have their own
86manuals, separate from the main Emacs User's manual. This manual is
87intended as a complement, rather than an alternative, to reading those
88additional manuals; in a nutshell, it is a collection of smaller
89specialized features, too small or too obscure to justify their own
90manual.
91
92Sections intended specifically for Elisp programmers can follow the
93style of the Elisp manual. Other sections should follow the style of
94the Emacs manual.
95
96@iftex
97@c ``Picture Mode'' is a chapter, not a section, so it's outside @raisesections.
98@include picture-xtra.texi
99
100@raisesections
101@include arevert-xtra.texi
102
103@include dired-xtra.texi
104
105@include cal-xtra.texi
106
107@include emerge-xtra.texi
108
109@include vc-xtra.texi
110
111@include fortran-xtra.texi
112
113@include msdog-xtra.texi
114
115@lowersections
116@end iftex
117
118@node Index
119@unnumbered Index
120
121@printindex cp
122
123@bye
124
125@ignore
126 arch-tag: 75c33f13-32c6-41b6-9537-847a312e2e49
127@end ignore