home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14688 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  999 b 

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!chx400!bernina!neptune!weingart
  2. From: weingart@inf.ethz.ch (Tobias Weingartner)
  3. Newsgroups: comp.windows.x
  4. Subject: Xterm and string()...
  5. Keywords: xterm, string()
  6. Message-ID: <1992Jul31.142755.26305@neptune.inf.ethz.ch>
  7. Date: 31 Jul 92 14:27:55 GMT
  8. Sender: news@neptune.inf.ethz.ch (Mr News)
  9. Reply-To: weingart@inf.ethz.ch
  10. Followup-To: weingart@inf.ethz.ch
  11. Organization: ETH - Switzerland
  12. Lines: 16
  13. Nntp-Posting-Host: tau.inf.ethz.ch
  14.  
  15. Can some X hacker (well, X resource hacker) help me with this
  16. one.
  17.  
  18. I need to insert some control, and 8-bit chars into an xterm.
  19. I have added an translation to the following effect.
  20.  
  21. XTerm*VT100.translations:    #override \n\
  22.     Meta<Key>a: string(0xe4)
  23.  
  24. Which should give me an umlaut-a when I press <Meta>-a.  However,
  25. the 8-bit seems to get stripped, and all I get is a 'd' ;-(.
  26.  
  27. Does anyone have a solution to this, short of redefining the whole
  28. keymap?
  29.  
  30. --Toby.
  31.