• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..07-Aug-201338

ChangeLogH A D01-Jun-200729.1 KiB

COPYINGH A D02-Jun-200717.6 KiB

cw6-mcp.xmlH A D20-Jan-2007121.4 KiB

Emacs.app/H02-Jun-20073

inc/H07-Aug-201315

INSTALLH A D25-May-20078.7 KiB

make-packageH A D11-Apr-200714.8 KiB

makefile.MPWH A D21-Mar-200725.9 KiB

READMEH A D10-Feb-20072.5 KiB

src/H07-Aug-20135

README

1Emacs for Mac OS Classic and Mac OS X
2
3Copyright (C) 2001, 2002, 2003, 2004, 2005,
4   2006, 2007 Free Software Foundation, Inc.
5See the end of the file for license conditions.
6
7
8This directory contains the files needed to build Emacs on the Mac OS
9Classic and Mac OS X.  Many of the major features of the Unix version
10are supported: multiple frames, colors, scroll bars, menu bars, use of
11the mouse, fontsets, international characters, input methods, and
12coding systems.
13
14Mac OS specific support includes document drag-and-drop in the Finder,
15transfer of text to and from other applications via the clipboard, and
16sending AppleScript commands to other applications from Emacs.
17
18The following are not supported on Mac OS Classic: unexec (dump-emacs),
19asynchronous subprocesses (start-process), and networking
20(open-network-stream).  These features work fine on Mac OS X.
21
22There is basic support for synchronous subprocesses (call-process) on
23Mac OS Classic (non-Carbon build only) although Unix commands that are
24used will need to be ported.
25
26MPW-GM (August 2001) can be used to build Emacs on the Mac OS Classic.
27On Mac OS X, Emacs can be built using the Developer Tools.  See the
28INSTALL file in this directory for instructions on building Emacs.
29
30Read the Mac OS section of the on-line help to find out about how to
31use Emacs on the Mac.
32
33A number of things do not work yet:
34
35+ Support for PostScript image type is not available.
36
37+ Incorporate Apple's wrappers to be able to create a universal 
38  binary that unexecs on first run for the given architecture.
39
40If your Mac is connected to the Internet, report bugs by typing `M-x
41report-emacs-bug' or by choosing the entry `Send Bug Report...'  in
42the `Help' menu.  This will send the bug report to the address
43emacs-pretest-bug@gnu.org.
44
45Steven
46<steven.tamm@mac.com>
47
48This file is part of GNU Emacs.
49
50GNU Emacs is free software; you can redistribute it and/or modify
51it under the terms of the GNU General Public License as published by
52the Free Software Foundation; either version 2, or (at your option)
53any later version.
54
55GNU Emacs is distributed in the hope that it will be useful,
56but WITHOUT ANY WARRANTY; without even the implied warranty of
57MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58GNU General Public License for more details.
59
60You should have received a copy of the GNU General Public License
61along with GNU Emacs; see the file COPYING.  If not, write to the
62Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
63Boston, MA 02110-1301, USA.
64