- Subject: M-b and M-f do not work as expected.
- From: knowledgeless@xxxxxxxxx
- Date: Sun, 3 Jun 2007 05:33:18 +0530
Now the C-h works as Backspace but the other two keys don't (M-b and
M-f). Can someone tell me what is the mistake in the following jedrc?:
IGNORE_BEEP = 0;
define keybindings_hook (emulation)
{
unsetkey ("^H");
setkey ("backward_delete_char_untabify", "^H");
unsetkey ("\eb");
setkey ("bdelete_word", "\eb");
unsetkey ("\ef");
setkey ("delete_word", "\ef");
setkey ("toggle_line_number_mode", "\eL");
}
Currently these two keys bring up the Buffers and File menu
respectively. They aren't getting unset.
Regards,
mowgli
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2007 date index]
[2007 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]