* bitmaps/README:
[bpt/emacs.git] / README
CommitLineData
57ebf0be 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
c2e309f2 2 Free Software Foundation, Inc.
7f6d64f8 3See the end of the file for license conditions.
c2e309f2
GM
4
5
ef8e4fef 6This directory tree holds version 23.0.60 of GNU Emacs, the extensible,
a4a9692d
DL
7customizable, self-documenting real-time display editor.
8
fdd68ab3
RS
9The file INSTALL in this directory says how to build and install GNU
10Emacs on various systems, once you have unpacked or checked out the
11entire Emacs file tree.
a4a9692d 12
49417719 13See the file etc/NEWS for information on new features and other
d955d095 14user-visible changes in recent versions of Emacs.
a4a9692d 15
a4a9692d
DL
16The file etc/PROBLEMS contains information on many common problems that
17occur in building, installing and running Emacs.
18
fdd68ab3
RS
19You may encounter bugs in this release. If you do, please report
20them; your bug reports are valuable contributions to the FSF, since
21they allow us to notice and fix problems on machines we don't have, or
22in code we don't use often. Please send bug reports for released
23versions of Emacs sent to the mailing list bug-gnu-emacs@gnu.org.
24Please send bug reports for pretest versions of Emacs, and versions
25from the Savannah.gnu.org repository, to emacs-pretest-bugs@gnu.org.
26
27See the "Bugs" section of the Emacs manual for more information on how
28to report bugs. (The file `BUGS' in this directory explains how you
29can find and read that section using the Info files that come with
30Emacs.) See `etc/MAILINGLISTS' for more information on mailing lists
31relating to GNU packages.
a4a9692d 32
d955d095
EZ
33The `etc' subdirectory contains several other files, named in capital
34letters, which you might consider looking at when installing GNU
35Emacs.
a4a9692d
DL
36
37The file `configure' is a shell script to acclimate Emacs to the
38oddities of your processor and operating system. It creates the file
39`Makefile' (a script for the `make' program), which automates the
40process of building and installing Emacs. See INSTALL for more
41detailed information.
42
43The file `configure.in' is the input used by the autoconf program to
de93306b
DL
44construct the `configure' script. Since Emacs has some configuration
45requirements that autoconf can't meet directly, and for historical
46reasons, `configure.in' uses an unholy marriage of custom-baked
47configuration code and autoconf macros. If you want to rebuild
48`configure' from `configure.in', you will need to install a recent
49version of autoconf and GNU m4.
49417719 50
a4a9692d
DL
51The file `Makefile.in' is a template used by `configure' to create
52`Makefile'.
53
54The file `make-dist' is a shell script to build a distribution tar
55file from the current Emacs tree, containing only those files
56appropriate for distribution. If you make extensive changes to Emacs,
57this script will help you distribute your version to others.
58
59There are several subdirectories:
60
b0a21bf9 61`src' holds the C code for Emacs (the Emacs Lisp interpreter and
177c0ea7 62 its primitives, the redisplay code, and some basic editing
b0a21bf9
EZ
63 functions).
64`lisp' holds the Emacs Lisp code for Emacs (most everything else).
177c0ea7 65`leim' holds the library of Emacs input methods, Lisp code and
b0a21bf9
EZ
66 auxiliary data files required to type international characters
67 which can't be directly produced by your keyboard.
68`lib-src' holds the source code for some utility programs for use by or
69 with Emacs, like movemail and etags.
70`etc' holds miscellaneous architecture-independent data files
71 Emacs uses, like the tutorial text and the Zippy the Pinhead
72 quote database. The contents of the `lisp', `leim', `info',
73 `man', `lispref', and `lispintro' subdirectories are
74 architecture-independent too.
75`info' holds the Info documentation tree for Emacs.
fe79fcb3 76`doc/emacs' holds the source code for the Emacs Manual. If you modify the
b0a21bf9
EZ
77 manual sources, you will need the `makeinfo' program to produce
78 an updated manual. `makeinfo' is part of the GNU Texinfo
7d477c58 79 package; you need version 4.6 or later of Texinfo.
fe79fcb3
JL
80`doc/lispref' holds the source code for the Emacs Lisp reference manual.
81`doc/lispintro' holds the source code for the Introduction to Programming
82 in Emacs Lisp manual.
b0a21bf9 83`msdos' holds configuration files for compiling Emacs under MSDOG.
b0a21bf9
EZ
84`nt' holds various command files and documentation files that pertain
85 to building and running Emacs on Windows 9X/ME/NT/2000/XP.
2d61385a 86`test' holds tests for various aspects of Emacs's functionality.
49417719
EZ
87
88 Building Emacs on non-Posix platforms requires to install tools
89that aren't part of the standard distribution of the OS. The
90platform-specific README files and installation instructions should
91list the required tools.
7f6d64f8
GM
92
93\f
94This file is part of GNU Emacs.
95
b33ba812 96GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 97it under the terms of the GNU General Public License as published by
b33ba812
GM
98the Free Software Foundation, either version 3 of the License, or
99(at your option) any later version.
7f6d64f8
GM
100
101GNU Emacs is distributed in the hope that it will be useful,
102but WITHOUT ANY WARRANTY; without even the implied warranty of
103MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
104GNU General Public License for more details.
105
106You should have received a copy of the GNU General Public License
b33ba812 107along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.