Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: mouse@lightning.mcrcim.mcgill.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: trouble with R4 xterm Message-ID: <9105022306.AA22501@lightning.McRCIM.McGill.EDU> Date: 2 May 91 23:06:18 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 26 >> meta-s in R4 xterm just dumps an "s" to the terminal > In the xterm manual page it lists the default bindings for the meta > key as: > ~Meta: insert-seven-bit() \n\ > Meta: insert-eight-bit() \n\ > What does the `~' mean? "not". The first binding should be read as "KeyPress, when Meta is not active". > Is the meta key on our system being interpreted as ~Meta? Doubtful. More likely the bindings are somehow mangled - perhaps the keycodes corresponding to Meta_L and/or Meta_R aren't tied to a modifier bit? - or perhaps xterm is generating a very nice o-acute but somewhere along the line between its being written to the pty and its being echoed and showing up on your screen the high bit is being dropped. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu