annotate src/s/hpux11.h @ 46506:a7f933a7b003

Optimize tables. Deal with some non-8859 charsets. (ucs-mule-to-mule-unicode): New. (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail translation. (ucs-fragment-8859): Modified consistent with ucs-unify-8859. (unify-8859-on-encoding-mode): Doc mod. Fix custom version. (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom version. Add custom dependencies. (ucs-insert): Check for null from decode-char. (translation-table-for-input, ucs-quail-activate) (ucs-minibuffer-setup, ccl-encode-unicode-font) (ucs-tables-unload-hook): New.
author Dave Love <fx@gnu.org>
date Wed, 17 Jul 2002 19:21:41 +0000
parents a61f957ee22f
children 9fca08a4ea91
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40578
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 #include "hpux10.h"
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3 #define HPUX11
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5 #ifdef POSIX_SIGNALS
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6 #undef POSIX_SIGNALS
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7 #endif
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8 #define POSIX_SIGNALS 1
46299
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
9
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
10 /* SA_RESTART resets the timeout of `select', so don't use it. */
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
11 #define BROKEN_SA_RESTART
46414
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
12
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
13 /* It does work on HPUX to open the pty's tty in the parent (Emacs),
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
14 then close and reopen it in the child. */
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
15 #define USG_SUBTTY_WORKS