DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦fd6a3d184⟧ TextFile

    Length: 2495 (0x9bf)
    Types: TextFile
    Names: »maps.texinfo«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦c06c473ab⟧ »./UNRELEASED/lispref.tar.Z« 
        └─⟦1b57a2ffe⟧ 
            └─⟦this⟧ »maps.texinfo« 

TextFile

@setfilename ../info/maps
@node Standard Keymaps, Standard Hooks, Standard Buffer Local Variables, Top
@appendix Standard Keymaps

The following symbols are used as the names for various keymaps.
Some of these exist when Emacs is first started, others are
only loaded when their respective mode is used.  This is not
an exhaustive list.

Almost all of these maps are used as local maps.  Indeed, of the modes
that presently exist, only Vip mode and Terminal mode ever change the
global keymap.

@table @code
@item Helper-help-map
A full keymap used by the help utility package.@*
It has the same keymap in its value cell and in its function
cell.

@item Buffer-menu-mode-map
A full keymap used by Buffer mode.

@item Info-edit-map
A sparse keymap used by the `e' command of
Info.

@item Info-mode-map
A sparse keymap containing Info commands.

@item c-mode-map
A sparse keymap used in C mode as
a local map.

@item ctl-x-4-map
A sparse keymap for subcommands of the
prefix @kbd{C-x 4}.

@item ctl-x-map
A full keymap for @kbd{C-x} commands.

@item dired-mode-map
A full keymap for @code{dired-mode} buffers.

@item edit-abbrevs-map
A sparse keymap used in @code{edit-abbrevs}.

@item edit-tab-stops-map
A sparse keymap used in @code{edit-tab-stops}.

@item emacs-lisp-mode-map
A sparse keymap used in Emacs Lisp mode.

@item function-keymap
The keymap for the definitions of keypad and function keys.  @*
If there are none, then it contains an empty sparse keymap.

@item mouse-map
A sparse keymap for mouse commands from the X window
system.

@item occur-mode-map
A local keymap used in Occur mode.

@item text-mode-map
A sparse keymap used by Text mode.

@item view-mode-map
A full keymap used by View mode.

@item debugger-mode-map
A full keymap used by Debugger mode.

@item command-history-map
A full keymap used by Command History mode.

@item doctor-mode-map
A sparse keymap used by Doctor mode.

@item electric-buffer-menu-mode-map
A full keymap used by Electric Buffer Menu mode.

@item electric-history-map
A full keymap used by Electric Command History mode.

@item fundamental-mode-map
  The local keymap for Fundamental mode.@*
It is empty unless changed by the user.

@item mode-specific-map
  The keymap for characters following @kbd{C-c}.  Note, this is in the
global map.  This map is not actually mode specific: its name was chosen
to be informative for the user in @kbd{C-h b} (@code{display-bindings}),
where it describes the main use of the @kbd{C-c} prefix key.
@end table