annotate src/s/vms5-5.h @ 43152:0029b0259426

(Fdefine_key): Allow symbol as KEY argument for defining command remapping. Doc updated. (Flookup_key): Remap command through keymap if KEY is a symbol. (is_command_symbol): New function. (Fkey_binding): Use it. New optional argument NO-REMAP. Doc updated. Callers changed. Perform command remapping via recursive call unless that arg is non-nil. (where_is_internal): New argument no_remap. Callers changed. Call recursively to find original key bindings for a remapped comand unless that arg is non-nil. (Fwhere_is_internal): New optional argument NO-REMAP. Doc updated. Callers changed. Pass arg to where_is_internal.
author Kim F. Storm <storm@cua.dk>
date Wed, 06 Feb 2002 22:57:42 +0000
parents b9e41e8f770d
children 695cf19ef79e d7ddb3e565de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13941
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 #include "vms.h"
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2 #define VMS5_5
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 #define VMS4_4
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
4
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
5 /* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS.
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
6 And defining it causes lossage because sys_errlist has a different
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
7 number of elements. */
b9e41e8f770d Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
8 #undef SHARABLE_LIB_BUG