- Subject: Re: Problem with ` character, needs two presses
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Mon, 8 Sep 2008 11:57:59 -0400
Emmet Spier <emmet@xxxxxxxxxxxx> wrote:
> On every system I have used jed I find that to insert a ` character I need to
> press ` twice. This is a real problem when editing shell scripts.
>
> Does anyone know how to disable this double press requirement?
The default binding of ` is to the "quoted_insert" function, which
allows control characters, etc to be entered. To rebind it, use:
define keybindings_hook (emulation)
{
setkey ("self_insert_cmd", "`");
}
in your .jedrc file.
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>.
[2008 date index]
[2008 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]