Mercurial > emacs
annotate mac/README @ 69598:15befdcdc4e9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 20 Mar 2006 06:26:23 +0000 |
parents | 067115a6e738 |
children | c019dbffab41 |
rev | line source |
---|---|
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
1 Emacs for Mac OS Classic and Mac OS X |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
2 |
68648
067115a6e738
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
66363
diff
changeset
|
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, |
067115a6e738
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
66363
diff
changeset
|
4 2006 Free Software Foundation, Inc. |
36233 | 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 | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
17 This directory contains the files needed to build Emacs on the Mac OS |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
18 Classic and Mac OS X. Many of the major features of the Unix version |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
19 are supported: multiple frames, colors, scroll bars, menu bars, use of |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
20 the mouse, fontsets, international characters, input methods, and |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
21 coding systems. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
22 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
23 Mac OS specific support includes document drag-and-drop in the Finder, |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
24 transfer of text to and from other applications via the clipboard, and |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
25 sending AppleScript commands to other applications from Emacs. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
26 |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
27 The following are not supported on Mac OS Classic: unexec (dump-emacs), |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
28 asynchronous subprocesses (start-process), and networking |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
29 (open-network-stream). These features work fine on Mac OS X. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
30 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
31 There is basic support for synchronous subprocesses (call-process) on |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
32 Mac OS Classic (non-Carbon build only) although Unix commands that are |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
33 used will need to be ported. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
34 |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
35 FIXME: Metrowerks CodeWarrior Pro 6 or MPW-GM (August 2001) can be |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
36 used to build Emacs on the Mac OS Classic. On Mac OS X, Emacs can be |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
37 built using the Developer Tools. See the INSTALL file in this |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
38 directory for instructions on building Emacs. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
39 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
40 Read the Mac OS section of the on-line help to find out about how to |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
41 use Emacs on the Mac. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
42 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
43 A number of things do not work yet: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
44 |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
45 + Support for PostScript image type is not available. |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
46 |
63161
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
47 + Incorporate Apple's wrappers to be able to create a universal |
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
48 binary that unexecs on first run for the given architecture. |
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
49 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
50 If your Mac is connected to the Internet, report bugs by typing `M-x |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
51 report-emacs-bug' or by choosing the entry `Send Bug Report...' in |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
52 the `Help' menu. This will send the bug report to the address |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
53 emacs-pretest-bug@gnu.org. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
54 |
55853
f900ce9a7062
Updating list of TODOs to remove image support and environment variable problem
Steven Tamm <steventamm@mac.com>
parents:
48602
diff
changeset
|
55 Steven |
f900ce9a7062
Updating list of TODOs to remove image support and environment variable problem
Steven Tamm <steventamm@mac.com>
parents:
48602
diff
changeset
|
56 <steven.tamm@mac.com> |