Mercurial > emacs
annotate src/s/aix3-2.h @ 83009:b2b37c85b00a
Numerous bugfixes and small improvements.
lisp/bindings.el (mode-line-frame-identification): Use %T, not %F.
lisp/faces.el (x-create-frame-with-faces): Added
frame-creation-function parameter.
(tty-create-frame-with-faces): Ditto.
lisp/frame.el (frame-creation-function): Make it frame-local.
(select-frame-set-input-focus): Use the window-system function, not
the variable.
lisp/server.el (server-handle-delete-tty): Make sure the client
process is removed from server-clients after the delete-process call.
It seems that the sentinel is not called. Added docs.
(server-process-filter): Immediately add the client to server-clients
when a new termcap frame is created. Fixed a case of `not' called
with two parameters. Ignore errors while sending the evaluation
result back to the client.
(server-kill-buffer-query-function): Don't ask the user if the server
process is already dead.
lisp/term/x-win.el: Don't change mode-line-frame-identification.
src/buffer.c (syms_of_buffer): Added %T to the docs of mode-line-format.
src/dispnew.c (init_display): Increment the reference count of the new
termcap display.
src/frame.c (make_terminal_frame): Set the old top frame's visibility
to `obscured'.
(Fmake_terminal_frame): Look at the current termcap display's name,
not just the similar frame parameter. Try to get the type from the
current display first, and only then from Vdefault_frame_alist.
src/keyboard.c (handle_interrupt): New function to separate the signal
handling from C-g processing.
(interrupt_signal): Call handle_interrupt to do the real work.
(kbd_buffer_store_event): Use handle_interrupt instead of interrupt_signal.
(cmd_error_internal): Use FRAME_INITIAL_P instead of ugly hacks.
src/termhooks.h (initial_display): New declaration.
src/xdisp.c (decode_mode_spec): Added '%T' (termcap-only frame name).
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-49
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 10 Jan 2004 12:56:22 +0000 |
parents | 695cf19ef79e |
children | f586fc30dd78 375f2633d815 |
rev | line source |
---|---|
1898 | 1 /* s- file for building Emacs on AIX 3.2. */ |
2 | |
3 #include "aix3-1.h" | |
4 | |
4710 | 5 #define AIX3_2 |
6 | |
1898 | 7 /* No need to define this--the header files indicate X11R4, |
8 and that's supposedly what 3.2 will come with. */ | |
9 #undef SPECIFY_X11R4 | |
10 | |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
11 #ifndef __GNUC__ |
6166
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
12 /* Some programs in src produce warnings saying certain subprograms |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
13 are to comples and need a MAXMEM value greater than 2000 for |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
14 additional optimization. --nils@exp-math.uni-essen.de */ |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
15 #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
16 #endif |
13840 | 17 |
13841 | 18 /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ |
13840 | 19 #ifndef NOT_C_CODE |
14718
cb80e4399021
Avoid the #pragma alloca on AIX 4.
Richard M. Stallman <rms@gnu.org>
parents:
13841
diff
changeset
|
20 #ifndef AIX4 |
13840 | 21 #pragma alloca |
22 #endif | |
14718
cb80e4399021
Avoid the #pragma alloca on AIX 4.
Richard M. Stallman <rms@gnu.org>
parents:
13841
diff
changeset
|
23 #endif |
13840 | 24 |
1898 | 25 #undef rindex |
26 #undef index | |
2280
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
27 |
2470
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
28 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
29 3.2, and a cc-compiled Emacs works with this undefined. |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
30 --karl@cs.umb.edu. */ |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
31 #undef SYSTEM_MALLOC |
6127
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
32 |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
33 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
34 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
35 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
27678
c370bafa362e
Define C_DEBUG_SWITCH for non-gcc.
Dave Love <fx@gnu.org>
parents:
22823
diff
changeset
|
36 /* See comments about this in aix3-2-5.h. -- fx */ |
6127
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
37 #ifndef __GNUC__ |
27678
c370bafa362e
Define C_DEBUG_SWITCH for non-gcc.
Dave Love <fx@gnu.org>
parents:
22823
diff
changeset
|
38 #define C_DEBUG_SWITCH -g -O |
6127
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
39 #endif |
14821
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
40 |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
41 /* The character-composition stuff is broken in X11R5. |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
42 Even with XIMStatusNothing aliased to XIMStatusNone, |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
43 tranle@intellicorp.com (Minh Tran-Le) reports that enabling |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
44 the internationalization code causes the modifier keys C, M and Shift |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
45 to beep after a mouse click. */ |
d73389597e30
(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman <rms@gnu.org>
parents:
14718
diff
changeset
|
46 #define X11R5_INHIBIT_I18N |
22823
a487c9509929
(HAVE_STRING_H): Move #undef here.
Richard M. Stallman <rms@gnu.org>
parents:
14821
diff
changeset
|
47 |
a487c9509929
(HAVE_STRING_H): Move #undef here.
Richard M. Stallman <rms@gnu.org>
parents:
14821
diff
changeset
|
48 /* string.h defines rindex as a macro, at least with native cc, so we |
a487c9509929
(HAVE_STRING_H): Move #undef here.
Richard M. Stallman <rms@gnu.org>
parents:
14821
diff
changeset
|
49 lose declaring char * rindex without this. |
a487c9509929
(HAVE_STRING_H): Move #undef here.
Richard M. Stallman <rms@gnu.org>
parents:
14821
diff
changeset
|
50 It is just a guess which versions of AIX need this definition. */ |
a487c9509929
(HAVE_STRING_H): Move #undef here.
Richard M. Stallman <rms@gnu.org>
parents:
14821
diff
changeset
|
51 #undef HAVE_STRING_H |
52401 | 52 |
53 /* arch-tag: 0935754d-67e1-4697-978a-3e9976da05c3 | |
54 (do not change this comment) */ |