*** empty log message ***
[bpt/emacs.git] / README
CommitLineData
e6e2db62 1This directory tree holds version 22.0.93 of GNU Emacs, the extensible,
a4a9692d
DL
2customizable, self-documenting real-time display editor.
3
fdd68ab3
RS
4The file INSTALL in this directory says how to build and install GNU
5Emacs on various systems, once you have unpacked or checked out the
6entire Emacs file tree.
a4a9692d 7
49417719 8See the file etc/NEWS for information on new features and other
d955d095 9user-visible changes in recent versions of Emacs.
a4a9692d 10
a4a9692d
DL
11The file etc/PROBLEMS contains information on many common problems that
12occur in building, installing and running Emacs.
13
fdd68ab3
RS
14You may encounter bugs in this release. If you do, please report
15them; your bug reports are valuable contributions to the FSF, since
16they allow us to notice and fix problems on machines we don't have, or
17in code we don't use often. Please send bug reports for released
18versions of Emacs sent to the mailing list bug-gnu-emacs@gnu.org.
19Please send bug reports for pretest versions of Emacs, and versions
20from the Savannah.gnu.org repository, to emacs-pretest-bugs@gnu.org.
21
22See the "Bugs" section of the Emacs manual for more information on how
23to report bugs. (The file `BUGS' in this directory explains how you
24can find and read that section using the Info files that come with
25Emacs.) See `etc/MAILINGLISTS' for more information on mailing lists
26relating to GNU packages.
a4a9692d 27
d955d095
EZ
28The `etc' subdirectory contains several other files, named in capital
29letters, which you might consider looking at when installing GNU
30Emacs.
a4a9692d
DL
31
32The file `configure' is a shell script to acclimate Emacs to the
33oddities of your processor and operating system. It creates the file
34`Makefile' (a script for the `make' program), which automates the
35process of building and installing Emacs. See INSTALL for more
36detailed information.
37
38The file `configure.in' is the input used by the autoconf program to
de93306b
DL
39construct the `configure' script. Since Emacs has some configuration
40requirements that autoconf can't meet directly, and for historical
41reasons, `configure.in' uses an unholy marriage of custom-baked
42configuration code and autoconf macros. If you want to rebuild
43`configure' from `configure.in', you will need to install a recent
44version of autoconf and GNU m4.
49417719 45
a4a9692d
DL
46The file `Makefile.in' is a template used by `configure' to create
47`Makefile'.
48
49The file `make-dist' is a shell script to build a distribution tar
50file from the current Emacs tree, containing only those files
51appropriate for distribution. If you make extensive changes to Emacs,
52this script will help you distribute your version to others.
53
54There are several subdirectories:
55
b0a21bf9 56`src' holds the C code for Emacs (the Emacs Lisp interpreter and
177c0ea7 57 its primitives, the redisplay code, and some basic editing
b0a21bf9
EZ
58 functions).
59`lisp' holds the Emacs Lisp code for Emacs (most everything else).
177c0ea7 60`leim' holds the library of Emacs input methods, Lisp code and
b0a21bf9
EZ
61 auxiliary data files required to type international characters
62 which can't be directly produced by your keyboard.
63`lib-src' holds the source code for some utility programs for use by or
64 with Emacs, like movemail and etags.
65`etc' holds miscellaneous architecture-independent data files
66 Emacs uses, like the tutorial text and the Zippy the Pinhead
67 quote database. The contents of the `lisp', `leim', `info',
68 `man', `lispref', and `lispintro' subdirectories are
69 architecture-independent too.
70`info' holds the Info documentation tree for Emacs.
71`man' holds the source code for the Emacs Manual. If you modify the
72 manual sources, you will need the `makeinfo' program to produce
73 an updated manual. `makeinfo' is part of the GNU Texinfo
7f1fa858 74 package; you need version 4.2 or later of Texinfo.
b0a21bf9 75`lispref' holds the source code for the Emacs Lisp reference manual.
0ba54b7b
EZ
76`lispintro' holds the source code for the Introduction to Programming
77 in Emacs Lisp manual.
a4a9692d 78
b0a21bf9
EZ
79`msdos' holds configuration files for compiling Emacs under MSDOG.
80`vms' holds instructions and useful files for running Emacs under VMS.
81`nt' holds various command files and documentation files that pertain
82 to building and running Emacs on Windows 9X/ME/NT/2000/XP.
83`mac' holds instructions, sources, and other useful files for building
84 and running Emacs on the Mac.
49417719
EZ
85
86 Building Emacs on non-Posix platforms requires to install tools
87that aren't part of the standard distribution of the OS. The
88platform-specific README files and installation instructions should
89list the required tools.