view src/s/uxpv.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
line wrap: on
line source

/* System description file for Fujitsu UXP/V
   This file describes the parameters that system description files
   should define or not.  */

#include "usg5-4-2.h"

/* SYSTEM_TYPE should indicate the kind of system you are using.
 It sets the Lisp variable system-type.  */

#undef SYSTEM_TYPE
#define SYSTEM_TYPE "uxpv"

/* arch-tag: 3f00cfe7-f44c-45ce-a2fe-2b17fc411a1e
   (do not change this comment) */