jed-users mailing list

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

Re: [Jed-users-l] Mute (dead or accent) keys


Michael Lampe <mlampe0@xxxxxxxxxxxxxx> wrote:
> Still, a backtick (`) has to be always typed twice to appear. Tildes (~) 
> are also strange: First one only has to be typed twice to appear.

The backtick key runs the quoted-insert function.  If you want it to
simply insert itself, then put

   setkey ("self_insert_cmd", "`");

in your .jedrc keybindings_hook.  If you do not have such a hook, create it
by adding

   define keybindings_hook (emulation)
   {
     setkey ("self_insert_cmd", "`");
   }

to your .jedrc file.

About the ~ key; Are you using jed via ssh?  The ~ key is an escape
character for ssh allowing you to suspend the ssh session.

--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2012 date index] [2012 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]