jed-users mailing list

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

[Jed-users-l] "Inconsistent key-definition" error when mixing Control and Escape


Hi,

Both of the following produce an "Inconsistent key-definition" error.

  local_setkey ( "top_of_buffer", "^X\e[5~" );
  local_setkey ( "top_of_buffer", "\e[5~^X" );

I'm trying to bind ^X PageUp to top_of_buffer.  (I'm calling
local_setkey from inside global_mode_map.)

Is there some reason that Control sequences cannot be mixed with
Escape sequences, or am I doing something wrong?

Thanks!

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


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