Mercurial > hg > xemacs-beta
annotate src/m/ibm370aix.h @ 1703:f561c3904bb3
[xemacs-hg @ 2003-09-20 01:46:53 by youngs]
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* simple.el (raw-append-message): Allow user to specify
alternative function for displaying message.
(redisplay-echo-area-function): New.
(clear-message): Allow user to specify function for finishing
message display.
(undisplay-echo-area-function): New.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* xemacs/mini.texi (Minibuffer): Add customizing message display
reference.
* lispref/display.texi (Customizing Message Display): New,
describe `redisplay-echo-area-function',
`undisplay-echo-area-function', `minibuffer-echo-wait-function'.
(The Echo Area): Add menu.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for
waiting user input while displaying message while in minibuffer.
(Vminibuffer_echo_wait_function): New, associated variable...
(vars_of_cmdloop): ... initialize it.
author | youngs |
---|---|
date | Sat, 20 Sep 2003 01:47:03 +0000 |
parents | 3ecd8885ac67 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 /* m/ file for IBM 370 running AIX. */ | |
4 | |
5 #include "ibmps2-aix.h" | |
6 | |
7 #define AIX | |
8 | |
9 /* these were defined in "ibmps2-aix.h" */ | |
10 #undef INTEL386 | |
11 #undef aix386 | |
12 | |
13 #undef TEXT_START | |
14 #undef SEGMENT_MASK | |
15 #undef DATA_SECTION_ALIGNMENT | |
16 | |
17 #define TEXT_START 0 | |
18 #define SEGMENT_MASK 0 | |
19 #define DATA_SECTION_ALIGNMENT 0x00001000 | |
20 | |
21 #undef LOAD_AVE_CVT | |
22 #undef LOAD_AVE_TYPE | |
23 /* Data type of load average, as read out of kmem. */ | |
24 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0) | |
25 #define LOAD_AVE_TYPE double | |
26 | |
27 #undef LIBS_MACHINE | |
28 #define LIBS_MACHINE | |
29 | |
30 #undef LD_SWITCH_MACHINE | |
31 #define LD_SWITCH_MACHINE "-xa" |