3 Copyright (c) 2001 Free Software Foundation, Inc.
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.
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
16 This directory contains the files needed to build GNU Emacs on the Mac
17 OS (8.1-9.0). Many of the major features of the Unix version are
18 supported: multiple frames, colors, scroll bars, menu bars, use of the
19 mouse, fontsets, international characters, input methods, and coding
22 Mac OS specific support includes document drag-and-drop in the Finder,
23 transfer of text to and from other applications via the clipboard, and
24 sending AppleScript commands to other applications from Emacs.
26 The following are not yet supported: unexec (dump-emacs), asynchronous
27 subprocesses (start-process), and networking
28 (open-network-connection).
30 There is basic support for synchronous subprocesses (call-process)
31 although Unix commands that are used will need to be ported to the
34 Metrowerks CodeWarrior Pro 5 or Pro 6 or MPW-GM (August 2000) can be
35 used to build Emacs on the Mac OS. See the INSTALL file in this
36 directory for instructions on building Emacs.
38 Binary distributions are available at
40 http://mac-emacs.sourceforge.net/index.html
42 At this site you can also find an FAQ, mailing lists, and dicussion
43 forums for discussing issues related to running GNU Emacs on Mac OS.
46 <akochoi@users.sourceforge.net>