* doc/emacs/emacs-xtra.texi: Set encoding to ISO-8859-1.
[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 4@settitle Specialized Emacs Features
897f8093 5@c Merge all functions, variables, and keys into the concept index.
8cf51b2c
GM
6@syncodeindex fn cp
7@syncodeindex vr cp
8@syncodeindex ky cp
9@comment %**end of header
10
11@copying
12This manual describes specialized features of Emacs.
13
acaf905b 14Copyright @copyright{} 2004-2012
8e65d46c 15Free Software Foundation, Inc.
8cf51b2c
GM
16
17@quotation
18Permission is granted to copy, distribute and/or modify this document
4b121911 19under the terms of the GNU Free Documentation License, Version 1.3 or
8cf51b2c
GM
20any later version published by the Free Software Foundation; with no
21Invariant Sections, with the Front-Cover texts being ``A GNU
22Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
23license is included in the section entitled ``GNU Free Documentation
24License'' in the Emacs manual.
25
8e65d46c
GM
26(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
27modify this GNU manual. Buying copies from the FSF supports it in
28developing GNU and promoting software freedom.''
8cf51b2c
GM
29
30This document is part of a collection distributed under the GNU Free
31Documentation License. If you want to distribute this document
32separately from the collection, you can do so by adding a copy of the
33license to the document, as described in section 6 of the license.
34@end quotation
35@end copying
36
37863f20
GM
37@documentencoding ISO-8859-1
38
8cf51b2c
GM
39@dircategory Emacs
40@direntry
41* Emacs-Xtra: (emacs-xtra). Specialized Emacs features.
42@end direntry
43
44@titlepage
45@title Specialized Emacs Features
46@page
47@vskip 0pt plus 1filll
48@insertcopying
49@end titlepage
50
51@contents
52
53@ifnottex
54@node Top
55@top Specialized Emacs Features
56
57@insertcopying
58
59@end ifnottex
60
61@menu
62* Introduction:: What documentation belongs here?
63@iftex
64* Picture Mode:: Editing pictures made up of characters using
65 the quarter-plane screen model.
66
67* Autorevert:: Auto Reverting non-file buffers.
68* Subdir Switches:: Subdirectory switches in Dired.
69* Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.
70* Emerge:: A convenient way of merging two versions of a program.
71* Advanced VC Usage:: Advanced VC (version control) features.
72* Fortran:: Fortran mode and its special features.
73* MS-DOS:: Using Emacs on MS-DOS (otherwise known as @dfn{MS-DOG}).
74@end iftex
75* Index::
76@end menu
77
78@node Introduction
79@unnumbered Introduction
80
81This manual contains detailed information about various features that
82are too specialized to be included in the printed Emacs manual. It is
83intended to be readable by anyone having a basic knowledge of Emacs.
84However, certain sections may be intended for a more specialized
85audience, such as Elisp authors. This should be clearly pointed out
86at the beginning of these sections.
87
897f8093
GM
88@c Note to authors - you need to be careful about cross-references to
89@c topics in the Emacs manual. As a printed document, the xtra files
90@c are separate from the Emacs manual; but as an info document, they
91@c are part of the Emacs manual. Hence you need to use something like:
92@c @iftex
93@c @ref{Comparing Files,,, emacs, the Emacs Manual},
94@c @end iftex
95@c @ifnottex
96@c @ref{Comparing Files},
97@c @end ifnottex
98
99Certain packages (or collections of related features) have their own
100manuals, separate from the main Emacs manual. This manual is
8cf51b2c 101intended as a complement, rather than an alternative, to reading those
897f8093
GM
102additional manuals. In a nutshell, it is a collection of smaller
103specialized features (or extra detail about standard features), too
104small or too obscure to justify their own manual, or inclusion in the
105printed Emacs manual. The chapters in this manual are, however,
106included (at the relevant places) in the main Emacs manual when it is
107formatted as an Info document.
8cf51b2c
GM
108
109Sections intended specifically for Elisp programmers can follow the
110style of the Elisp manual. Other sections should follow the style of
111the Emacs manual.
112
113@iftex
114@c ``Picture Mode'' is a chapter, not a section, so it's outside @raisesections.
115@include picture-xtra.texi
116
117@raisesections
118@include arevert-xtra.texi
119
120@include dired-xtra.texi
121
122@include cal-xtra.texi
123
124@include emerge-xtra.texi
125
126@include vc-xtra.texi
127
128@include fortran-xtra.texi
129
130@include msdog-xtra.texi
131
132@lowersections
133@end iftex
134
135@node Index
136@unnumbered Index
137
138@printindex cp
139
140@bye