home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / i386unix / 207 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  989 b 

  1. Path: sparky!uunet!spool.mu.edu!think.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!corax.udac.uu.se!corax.udac.uu.se!ewerlid
  2. From: ewerlid@ida.docs.uu.se (Ove Ewerlid)
  3. Newsgroups: comp.windows.x.i386unix
  4. Subject: Re: AltGr bindings in clients (esp. xterm)
  5. Message-ID: <EWERLID.93Jan4033306@ida.docs.uu.se>
  6. Date: 4 Jan 93 02:33:06 GMT
  7. References: <657@fafnir.plusplus.is>
  8. Organization: University of Uppsala, Sweden
  9. Lines: 16
  10. NNTP-Posting-Host: ida.csd.uu.se
  11. In-reply-to: heimir@plusplus.is's message of 4 Jan 93 00:38:54 GMT
  12.  
  13.  
  14. I had this problem too with XFree86-1.1 (under linux)!
  15.  
  16. After some random tweaking I found out that I needed to add
  17. these lines to the beginning of my Xmodmap file:
  18.  
  19.     clear mod1
  20.     add mod1 = Meta_L Meta_R
  21.  
  22. This adds both Alt and AltGr to the mod1.
  23.  
  24. In my case the command `xmodmap' indicated that these
  25. keys already was in the mod1 map.
  26. (I.e. prior to loading anything with `xmodmap file' ?!?!)
  27.  
  28. BTW: anyone got a binary of an 8-bit-patched emacs for linux? 
  29.