On Sun, Aug 21, 2005 at 10:32:01PM +0300, Avraham Rosenberg wrote:
..
> I thought to understand from the xterm man page that the behaviour
> of ALT is determined by the value of eightBitInput: when true,
> its association with a char key produces some 8-bit char (that is
> exactly what had happened then), while if false it gives the desired
> behaviour. But, when, in order to check that I added the line:
> XTerm*eightBitInput: true
> to .Xresources nothing was damaged....
> I'd be really thankful for any hint that might help elucidate
> this mistery. Cheers, Avraham
..
Gotcha!
XTerm*VT100*MetaSendsEscape: true/false
does the trick.
My syntax was wrong. Note the XTerm*VT100* in the definition of
the xterm. I learned aboput it when trying to understand why I
only saw part of the menu, when presseng Ctrl and one of hte
mouse buttons.
Sorry for the misinformation. X is too complicated for laymen
like me.
Why is sometimes the default true and sometimes false is beyond
me. But it can be corrected afterwards.
Cheers, Avraham
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]