jed-users mailing list

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

Re: Problem with ` character, needs two presses


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]