David Gressett <jdgressett@xxxxxxxxxxxxxxx> wrote:
define keybindings_hook (emulation)
{
switch (emulation)
{
case "edt":
setkey ("edt_line; edt_check_scroll;", "\eOp");
}
}
[...]
With 0.99.18 running on Fedora Core 6, Jed chokes on the .jedrc with a
message that emulation is undefined. It then changes the color scheme to
something in various shades of gray, changes to a scratch buffer, and
prompts for a new input file.
Did you resolve this issue? I suspect that you made a typo or omitted
"emulation" from the keybindings_hook argument list.
Thanks,
--John