home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12582 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!think.com!paperboy.osf.org!osf.org!dbrooks
  3. From: dbrooks@osf.org (David Brooks)
  4. Subject: Re: emacs problem under HP-VUE
  5. Message-ID: <1992Nov5.164650.19122@osf.org>
  6. Sender: news@osf.org (USENET News System)
  7. Organization: Open Software Foundation
  8. References:  <1992Nov5.144201.13688@ll.mit.edu>
  9. Date: Thu, 5 Nov 1992 16:46:50 GMT
  10. Lines: 23
  11.  
  12. In article <1992Nov5.144201.13688@ll.mit.edu>, killoran@ll.mit.edu (Mike Killoran) writes:
  13. |> 
  14. |> Hi,
  15. |> 
  16. |> I just got the latest release of emacs (18.58) and
  17. |> compiled it on our new HP730.  Everything seems to
  18. |> work except _some_ of the Meta functions.  Some are
  19. |> OK, such as M-< and M->, but something like M-x 
  20. |> won't work...
  21. |> 
  22. |> The 730 is the only 700 series machine in the group (all
  23. |> the rest are 300 series), so perhaps the 700's X server?
  24.  
  25. The server starts up with a keymap that seems to assume an ISO terminal
  26. layout.  This is silly, IMO, as long as the extended characters aren't
  27. engraved on the keys.
  28.  
  29.     xmodmap -e "clear mod1" -e "add mod1 = Meta_L Meta_R"
  30.  
  31. will fix it.
  32. -- 
  33. David Brooks                    dbrooks@osf.org
  34. Open Software Foundation            uunet!osf.org!dbrooks
  35.