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


John E. Davis wrote:

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.

Ah, ok. But then

--------------------------------------------------------------

%    Mute (dead or accent) keys
%    Valid Mute keys are:
%      ^, ~, ', `, \d168 (ISO Diaeresis), \d180 (ISO Acute), and \".
%    This means pressing this key then the key you want to accent yields
%     the accented character.  If you do not know what this is, you do not
%     need them.  By default, they are turned off.

%mute_set_mute_keys (" ^ ~ ' ` \d168 \d180 \"  ");  % choose all or subset

---------------------------------------------------------------

is slightly misleading, I think.

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

Hmm ... Yes, via ssh. Funny: emacs and vi do it, too. Never noticed, that this also works within an editor.

Thanks,
  Michael


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