(Fdelete_and_extract_region): If region is empty, return null string.
[bpt/emacs.git] / mac / README
CommitLineData
e0f712ba 1Emacs for Mac OS 8/9 and Mac OS X
1a578e9b 2
0772ffb2 3Copyright (c) 2001-4 Free Software Foundation, Inc.
b6955da2
AC
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
e0f712ba
AC
16This directory contains the files needed to build Emacs on the Mac OS
178/9 and Mac OS X. Many of the major features of the Unix version are
1a578e9b
AC
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
e0f712ba
AC
26The following are not supported on Mac OS 8/9 : unexec (dump-emacs),
27asynchronous subprocesses (start-process), and networking
28(open-network-stream). These features work fine on Mac OS X.
1a578e9b 29
e0f712ba
AC
30There is basic support for synchronous subprocesses (call-process) on
31Mac OS 8/9 although Unix commands that are used will need to be
32ported.
1a578e9b 33
e0f712ba
AC
34Metrowerks CodeWarrior Pro 6 or MPW-GM (August 2001) can be used to
35build Emacs on the Mac OS 8/9. On Mac OS X, Emacs can be built using
36the Developer Tools. See the INSTALL file in this directory for
37instructions on building Emacs.
1a578e9b 38
e0f712ba 39Binary distributions will be available in
1a578e9b 40
649b3fbc 41 ftp://ftp.gnu.org/gnu/mac/emacs/
1a578e9b 42
e0f712ba
AC
43Read the Mac OS section of the on-line help to find out about how to
44use Emacs on the Mac.
45
46A number of things do not work yet:
47
0772ffb2
ST
48+ Emacs does not respond correctly to C-g under certain circumstances.
49 Sending the Emacs process a SIGINT externally will cause it
50 to interrupt. This is due to the architecture of OSX's
51 Window Manager.
e0f712ba 52
0772ffb2
ST
53+ Support for certain image types (such as XPM) is not as extensive as
54 on other plaforms.
e0f712ba 55
e0f712ba
AC
56If your Mac is connected to the Internet, report bugs by typing `M-x
57report-emacs-bug' or by choosing the entry `Send Bug Report...' in
58the `Help' menu. This will send the bug report to the address
59emacs-pretest-bug@gnu.org.
1a578e9b 60
0772ffb2
ST
61Steven
62<steven.tamm@mac.com>