That used to work, but something must have changed recently with the meta-key, because it doesn't work any more.
ESC-f and ESC-b do forward-word and backward-word without problem as before.
Holding down the left alt key and pressing f and b produces funny symbols (in my unicode xterm), instead of doing a forward-word and a backward-word as before.
This happens regardless of whether or not I put a (blank) .inputrc into $HOME.
Here is some output from xmodmap which might be relevant:
Code: Select all
$ xmodmap
xmodmap: up to 4 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock
control Control_L (0x25), Control_L (0x42), Control_R (0x6d)
mod1 Alt_L (0x40), Alt_L (0x7d), Meta_L (0x9c)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x73), Super_R (0x74), Super_L (0x7f), Hyper_L (0x80)
mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c)
Code: Select all
KeyPress event, serial 26, synthetic NO, window 0x3200001,
root 0x3b, subw 0x0, time 5935246, (-194,74), root:(321,463),
state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x3200001,
root 0x3b, subw 0x0, time 5935342, (-194,74), root:(321,463),
state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
Any ideas as to what might be wrong?

