jed-users mailing list

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

Re: [jed-users] Is jed-users still active?


Roland Hughes <roland@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Mint17 KDE the following .jedrc gets the bulk of CUA navigation for 
> both Konsole and Yakuake.
>
> require ("keydefs");
> %require ("emacs");

For CUA bindinfs, use "cua" instead of emacs.

> I could make nothing work in the Gicky Gnasty Gnome world. Attempting to 
> use "\e0F" or "\e0H" (the values returned by keycode experiment)
> yielded some kind of missmatched keys error.  Actually the terminal

You got this error because ESC-0 is already bound to a function
(digit_arg).  You should be able to safely rebind it:

   unsetkey ("\e0");
   setkey ("beg_of_buffer", "\e0H");
   setkey ("end_of_buffer", "\e0F");

Good luck,
--John
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


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