Change wording.
[bpt/emacs.git] / mac / README
CommitLineData
1a578e9b
AC
1GNU Emacs for Mac OS
2
b6955da2
AC
3Copyright (c) 2001 Free Software Foundation, Inc.
4
5 Permission is granted to anyone to make or distribute verbatim
6 copies of this document as received, in any medium, provided that
7 the copyright notice and permission notice are preserved, and that
8 the distributor grants the recipient permission for further
9 redistribution as permitted by this notice.
10
11 Permission is granted to distribute modified versions of this
12 document, or of portions of it, under the above conditions,
13 provided also that they carry prominent notices stating who last
14 changed them.
15
1a578e9b
AC
16This directory contains the files needed to build GNU Emacs on the Mac
17OS (8.1-9.0). Many of the major features of the Unix version are
18supported: multiple frames, colors, scroll bars, menu bars, use of the
19mouse, fontsets, international characters, input methods, and coding
20systems.
21
22Mac OS specific support includes document drag-and-drop in the Finder,
23transfer of text to and from other applications via the clipboard, and
24sending AppleScript commands to other applications from Emacs.
25
26The following are not yet supported: unexec (dump-emacs), asynchronous
27subprocesses (start-process), and networking
28(open-network-connection).
29
30There is basic support for synchronous subprocesses (call-process)
31although Unix commands that are used will need to be ported to the
32Mac.
33
34Metrowerks CodeWarrior Pro 5 or Pro 6 or MPW-GM (August 2000) can be
35used to build Emacs on the Mac OS. See the INSTALL file in this
36directory for instructions on building Emacs.
37
38Binary distributions are available at
39
40 http://mac-emacs.sourceforge.net/index.html
41
42At this site you can also find an FAQ, mailing lists, and dicussion
43forums for discussing issues related to running GNU Emacs on Mac OS.
44
45Andrew.
46<akochoi@users.sourceforge.net>