- Subject: Re: M-b and M-f do not work as expected.
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Sat, 2 Jun 2007 22:40:33 -0400
knowledgeless@xxxxxxxxx <knowledgeless@xxxxxxxxx> wrote:
>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.
You will need to define an emulation in your .jedrc file. If you want
to use the emacs emulation, then add:
require ("emacs");
Then your .jedrc file will look like:
require ("emacs");
IGNORE_BEEP = 0;
define keybindings_hook (emulation)
{
.
.
}
Does this resolve the problem?
Thanks,
--John
--------------------------
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]