aboutsummaryrefslogtreecommitdiffstats
path: root/mac/README
diff options
context:
space:
mode:
authorAndrew Choi2002-04-26 23:39:06 +0000
committerAndrew Choi2002-04-26 23:39:06 +0000
commite0f712ba55fa0d073f6ab93606e428f61fc7caf2 (patch)
tree7dc6d3403fafcbee1a83288ac840f7eba1d92b44 /mac/README
parent501d8923ae2cdec4ef50f050bb66d3715ba2a8f6 (diff)
downloademacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.tar.gz
emacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.zip
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
Diffstat (limited to 'mac/README')
-rw-r--r--mac/README52
1 files changed, 35 insertions, 17 deletions
diff --git a/mac/README b/mac/README
index a1c51f92543..8d1a26439f4 100644
--- a/mac/README
+++ b/mac/README
@@ -1,6 +1,6 @@
1GNU Emacs for Mac OS 1Emacs for Mac OS 8/9 and Mac OS X
2 2
3Copyright (c) 2001 Free Software Foundation, Inc. 3Copyright (c) 2001, 2002 Free Software Foundation, Inc.
4 4
5 Permission is granted to anyone to make or distribute verbatim 5 Permission is granted to anyone to make or distribute verbatim
6 copies of this document as received, in any medium, provided that 6 copies of this document as received, in any medium, provided that
@@ -13,8 +13,8 @@ Copyright (c) 2001 Free Software Foundation, Inc.
13 provided also that they carry prominent notices stating who last 13 provided also that they carry prominent notices stating who last
14 changed them. 14 changed them.
15 15
16This directory contains the files needed to build GNU Emacs on the Mac 16This directory contains the files needed to build Emacs on the Mac OS
17OS (8.1-9.0). Many of the major features of the Unix version are 178/9 and Mac OS X. Many of the major features of the Unix version are
18supported: multiple frames, colors, scroll bars, menu bars, use of the 18supported: multiple frames, colors, scroll bars, menu bars, use of the
19mouse, fontsets, international characters, input methods, and coding 19mouse, fontsets, international characters, input methods, and coding
20systems. 20systems.
@@ -23,24 +23,42 @@ Mac OS specific support includes document drag-and-drop in the Finder,
23transfer of text to and from other applications via the clipboard, and 23transfer of text to and from other applications via the clipboard, and
24sending AppleScript commands to other applications from Emacs. 24sending AppleScript commands to other applications from Emacs.
25 25
26The following are not yet supported: unexec (dump-emacs), asynchronous 26The following are not supported on Mac OS 8/9 : unexec (dump-emacs),
27subprocesses (start-process), and networking 27asynchronous subprocesses (start-process), and networking
28(open-network-stream). 28(open-network-stream). These features work fine on Mac OS X.
29 29
30There is basic support for synchronous subprocesses (call-process) 30There is basic support for synchronous subprocesses (call-process) on
31although Unix commands that are used will need to be ported to the 31Mac OS 8/9 although Unix commands that are used will need to be
32Mac. 32ported.
33 33
34Metrowerks CodeWarrior Pro 5 or Pro 6 or MPW-GM (August 2000) can be 34Metrowerks CodeWarrior Pro 6 or MPW-GM (August 2001) can be used to
35used to build Emacs on the Mac OS. See the INSTALL file in this 35build Emacs on the Mac OS 8/9. On Mac OS X, Emacs can be built using
36directory for instructions on building Emacs. 36the Developer Tools. See the INSTALL file in this directory for
37instructions on building Emacs.
37 38
38Binary distributions are available in 39Binary distributions will be available in
39 40
40 ftp://ftp.gnu.org/gnu/mac/emacs/ 41 ftp://ftp.gnu.org/gnu/mac/emacs/
41 42
42At this site you can also find an FAQ related to running GNU Emacs on 43Read the Mac OS section of the on-line help to find out about how to
43Mac OS. 44use Emacs on the Mac.
45
46A number of things do not work yet:
47
48+ On Mac OS X, environment variables are not set up correctly when
49 Emacs is started from the Finder.
50
51+ Emacs does not respond correctly to C-g when it is not reading
52 input.
53
54+ No image support yet.
55
56+ There is no mouse-2 and mouse-3 emulation yet.
57
58If your Mac is connected to the Internet, report bugs by typing `M-x
59report-emacs-bug' or by choosing the entry `Send Bug Report...' in
60the `Help' menu. This will send the bug report to the address
61emacs-pretest-bug@gnu.org.
44 62
45Andrew. 63Andrew.
46<akochoi@i-cable.com> 64<akochoi@mac.com>