home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / input-remapping / text0000.txt < prev    next >
Encoding:
Text File  |  1990-07-22  |  1.9 KB  |  62 lines

  1.  
  2.  
  3.     Several messages to follow represent a set of changes for
  4.     X11 keystroke and mouse function remapping that are in use
  5.     at ISI on HP 9000 workstations.  Most changes are generic,
  6.     but one elisp file supplies key bindings tailored specifically
  7.     for HP keyboards.
  8.  
  9.     This package of related changes is broadly separable into
  10.     three parts:
  11.  
  12.         --    Changes to x11fns.c and x11term.c support rebinding
  13.         the X11 mapping from keysyms to strings.
  14.  
  15.         --  Two elisp files set up default bindings for keys
  16.         and mouse buttons.  Two associated text files
  17.         provide summary information on these bindings.
  18.  
  19.         --  Minor mods to a couple existing elisp files
  20.         control loading either the default mappings
  21.         or user-provided setup files.
  22.  
  23.     This set of changes is fairly large, so it's serialized in
  24.     8 messages following this one.  Each message contains brief notes
  25.     at the beginning, followed by either diff listings or the complete
  26.     text of a file.  Differences are relative to the distributed source
  27.     for GNU emacs version 18.54.
  28.  
  29.  
  30.     Individual components to follow are:
  31.  
  32.  
  33.     1.  Changes to src/x11fns.c, adding x-rebind-keysym function
  34.  
  35.     2.  Changes to src/x11term.c, with two minor changes to
  36.         keystroke decoding and two added functions to handle
  37.         name translation for keysyms not named in X11R3.
  38.  
  39.     3.  Complete contents of etc/HP_mouse.text:  Summary documentation
  40.         on default mouse button bindings
  41.  
  42.     4.  Complete contents of etc/HP_keys.text:  Summary documentation
  43.         on default bindings for non-ascii keys
  44.  
  45.     5.  Changes to lisp/startup.el, to change the order of
  46.         loading default.el and .emacs
  47.  
  48.     6.  Changes to lisp/term/bobcat.el, to load separate mouse
  49.         and keyboard setup files from either the lisp/term directory
  50.         or from the user's home directory
  51.  
  52.     7.  Complete contents of lisp/term/default_keymap.el
  53.  
  54.     8.  Differences between lisp/x-mouse.el and lisp/term/default_mouse.el
  55.  
  56.  
  57. ----------------
  58. Paul Raveling
  59. Raveling@isi.edu
  60.  
  61.  
  62.