annotate mac/src/EmacsMPW.r @ 79042:2ac6721844b2

(Distinguish Interactive): New node, broken out from Interactive Call and rewritten. (Command Loop): Put Distinguish Interactive in menu.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Oct 2007 04:52:06 +0000
parents eb28f3e0fd9b
children 1d3e25991f28
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1 /* Resource definitions for GNU Emacs on the Macintosh when building
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
2 under MPW.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
3
75249
4ad431d8e164 Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 68648
diff changeset
4 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4ad431d8e164 Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 68648
diff changeset
5 2005, 2006, 2007 Free Software Foundation, Inc.
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
6
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
7 This file is part of GNU Emacs.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
8
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
9 GNU Emacs is free software; you can redistribute it and/or modify
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
10 it under the terms of the GNU General Public License as published by
78249
eb28f3e0fd9b Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 75249
diff changeset
11 the Free Software Foundation; either version 3, or (at your option)
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
12 any later version.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
13
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
14 GNU Emacs is distributed in the hope that it will be useful,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
17 GNU General Public License for more details.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
18
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
19 You should have received a copy of the GNU General Public License
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
20 along with GNU Emacs; see the file COPYING. If not, write to
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 60366
diff changeset
21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 60366
diff changeset
22 Boston, MA 02110-1301, USA. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
23
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents: 32752
diff changeset
24 /* Contributed by Andrew Choi (akochoi@mac.com). */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
25
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
26 #include "Types.r"
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
27 #include "CodeFragmentTypes.r"
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
28
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
29 resource 'SIZE' (-1) {
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
30 reserved,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
31 acceptSuspendResumeEvents,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
32 reserved,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
33 canBackground,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
34 doesActivateOnFGSwitch,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
35 backgroundAndForeground,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
36 dontGetFrontClicks,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
37 ignoreAppDiedEvents,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
38 is32BitCompatible,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
39 isHighLevelEventAware,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
40 onlyLocalHLEvents,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
41 notStationeryAware,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
42 dontUseTextEditServices,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
43 reserved,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
44 reserved,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
45 reserved,
60366
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
46 33554432,
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
47 16777216
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
48 };
60366
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
49
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
50 #ifdef HAVE_CARBON
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
51 resource 'cfrg' (0) {
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
52 {
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
53 kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum,
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
54 311296, /* 48K (default) + 256K (EXTRA_STACK_ALLOC in macterm.c) */
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
55 kNoAppSubFolder,
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
56 kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF,
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
57 "",
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
58 }
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
59 };
340c5401806e (SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 44890
diff changeset
60 #endif