]> code.delx.au - gnu-emacs/blob - mac/README
(Abbrevs): A @node line without explicit Prev, Next, and Up links.
[gnu-emacs] / mac / README
1 Emacs for Mac OS Classic and Mac OS X
2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005,
4 2006 Free Software Foundation, Inc.
5
6 Permission is granted to anyone to make or distribute verbatim
7 copies of this document as received, in any medium, provided that
8 the copyright notice and permission notice are preserved, and that
9 the distributor grants the recipient permission for further
10 redistribution as permitted by this notice.
11
12 Permission is granted to distribute modified versions of this
13 document, or of portions of it, under the above conditions,
14 provided also that they carry prominent notices stating who last
15 changed them.
16
17 This directory contains the files needed to build Emacs on the Mac OS
18 Classic and Mac OS X. Many of the major features of the Unix version
19 are supported: multiple frames, colors, scroll bars, menu bars, use of
20 the mouse, fontsets, international characters, input methods, and
21 coding systems.
22
23 Mac OS specific support includes document drag-and-drop in the Finder,
24 transfer of text to and from other applications via the clipboard, and
25 sending AppleScript commands to other applications from Emacs.
26
27 The following are not supported on Mac OS Classic: unexec (dump-emacs),
28 asynchronous subprocesses (start-process), and networking
29 (open-network-stream). These features work fine on Mac OS X.
30
31 There is basic support for synchronous subprocesses (call-process) on
32 Mac OS Classic (non-Carbon build only) although Unix commands that are
33 used will need to be ported.
34
35 FIXME: Metrowerks CodeWarrior Pro 6 or MPW-GM (August 2001) can be
36 used to build Emacs on the Mac OS Classic. On Mac OS X, Emacs can be
37 built using the Developer Tools. See the INSTALL file in this
38 directory for instructions on building Emacs.
39
40 Read the Mac OS section of the on-line help to find out about how to
41 use Emacs on the Mac.
42
43 A number of things do not work yet:
44
45 + Support for PostScript image type is not available.
46
47 + Incorporate Apple's wrappers to be able to create a universal
48 binary that unexecs on first run for the given architecture.
49
50 If your Mac is connected to the Internet, report bugs by typing `M-x
51 report-emacs-bug' or by choosing the entry `Send Bug Report...' in
52 the `Help' menu. This will send the bug report to the address
53 emacs-pretest-bug@gnu.org.
54
55 Steven
56 <steven.tamm@mac.com>