jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

M-b and M-f do not work as expected.


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]