annotate src/s/hpux9-x11r4.h @ 56641:c54de325e926

Various changes in addition to: (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode. Give more varied examples for `kbd'. (Creating Keymaps): Char tables have slots for all characters without modifiers. (Active Keymaps): `overriding-local-map' and `overriding-terminal-local-map' also override text property and overlay keymaps. (Functions for Key Lookup): Mention OLP arg to `current-active-maps'. (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""' to denote a prefix of no events. `map-keymap' includes parent's bindings _recursively_. Clarify and correct description of `where-is-internal'. Mention BUFFER-OR-NAME arg to `describe-bindings'. (Menu Example): For menus intended for use with the keyboard, the menu items should be bound to characters or real function keys.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 10 Aug 2004 15:40:14 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13869
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* System description file for hpux version 9 using X11R4. */
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "hpux9.h"
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #undef C_SWITCH_X_SYSTEM
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.1
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #undef LD_SWITCH_X_DEFAULT
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.1
e5338c9d4e30 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 13869
diff changeset
11 /* arch-tag: 47664d7b-23ce-43e6-acdd-044a4be08da3
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 13869
diff changeset
12 (do not change this comment) */