(x_connection_closed): Reset handling_signal.
[bpt/emacs.git] / mac / README
CommitLineData
1a578e9b
AC
1GNU Emacs for Mac OS
2
3This directory contains the files needed to build GNU Emacs on the Mac
4OS (8.1-9.0). Many of the major features of the Unix version are
5supported: multiple frames, colors, scroll bars, menu bars, use of the
6mouse, fontsets, international characters, input methods, and coding
7systems.
8
9Mac OS specific support includes document drag-and-drop in the Finder,
10transfer of text to and from other applications via the clipboard, and
11sending AppleScript commands to other applications from Emacs.
12
13The following are not yet supported: unexec (dump-emacs), asynchronous
14subprocesses (start-process), and networking
15(open-network-connection).
16
17There is basic support for synchronous subprocesses (call-process)
18although Unix commands that are used will need to be ported to the
19Mac.
20
21Metrowerks CodeWarrior Pro 5 or Pro 6 or MPW-GM (August 2000) can be
22used to build Emacs on the Mac OS. See the INSTALL file in this
23directory for instructions on building Emacs.
24
25Binary distributions are available at
26
27 http://mac-emacs.sourceforge.net/index.html
28
29At this site you can also find an FAQ, mailing lists, and dicussion
30forums for discussing issues related to running GNU Emacs on Mac OS.
31
32Andrew.
33<akochoi@users.sourceforge.net>