home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / bug / 1618 < prev    next >
Encoding:
Text File  |  1993-01-08  |  762 b   |  30 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ctd.COMsat.COM!neal
  3. From: neal@ctd.COMsat.COM (Neal Becker)
  4. Subject: view mode ignores X keys
  5. Message-ID: <NEAL.93Jan8131217@neal.ctd.comsat.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: COMSAT Labs
  8. Distribution: gnu
  9. Date: Fri, 8 Jan 1993 18:12:17 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 17
  12.  
  13. We are using emacs-18.59 on hp9000/7xx, but I think this problem is
  14. universal.  When you go into view mode, all keydefs are removed,
  15. including x keys (like arrows!).
  16.  
  17. from view.el:
  18.  
  19. (defvar view-mode-map nil)
  20. (if view-mode-map
  21.     nil
  22.   (setq view-mode-map (make-keymap))
  23.   (fillarray view-mode-map 'View-undefined)
  24.  
  25. I think this is the source of the problem.  Has anyone got a fix?
  26.  
  27. Thanks.
  28.  
  29.  
  30.