home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!ctd.COMsat.COM!neal
- From: neal@ctd.COMsat.COM (Neal Becker)
- Subject: view mode ignores X keys
- Message-ID: <NEAL.93Jan8131217@neal.ctd.comsat.com>
- Sender: gnulists@ai.mit.edu
- Organization: COMSAT Labs
- Distribution: gnu
- Date: Fri, 8 Jan 1993 18:12:17 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 17
-
- We are using emacs-18.59 on hp9000/7xx, but I think this problem is
- universal. When you go into view mode, all keydefs are removed,
- including x keys (like arrows!).
-
- from view.el:
-
- (defvar view-mode-map nil)
- (if view-mode-map
- nil
- (setq view-mode-map (make-keymap))
- (fillarray view-mode-map 'View-undefined)
-
- I think this is the source of the problem. Has anyone got a fix?
-
- Thanks.
-
-
-