home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!cs.berkeley.edu!wilensky
- From: wilensky@cs.berkeley.edu (Robert Wilensky)
- Subject: terminal/keyboard bug
- Message-ID: <9208171806.AA07334@larch.CS.Berkeley.EDU>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 17 Aug 1992 18:06:02 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 12
-
- ``startup.el'' explicitly does not load terminal-dependent code
- (i.e., ``term/'' stuff) if you are running a window system. This is
- seems wrong, as terminal-based customization is entirely about
- keyboards (well, pretty much), and window-system-based customization
- is (almost) entirely unrelated to keyboards.
-
- My suggestion is to separate displays from keyboards better. Seems
- to me things would work right if both were loaded, but maybe there
- are some interactions I don't understand.
-
- RW
-
-