jed-users mailing list

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

[Jed-users-l] Bug report


Hello,

There is an annoying bug in the CUA bindings. If you press Ctrl+Down,
the cursor goes *up* one paragraph, and if you press Ctrl+Up, the
cursor goes *down* one paragraph. I thought that the fix was easy:

File cua.sl   --   Line 86:
- setkey("forward_paragraph",                Key_Ctrl_Up);
- setkey("backward_paragraph",               Key_Ctrl_Down);
+ setkey("backward_paragraph",               Key_Ctrl_Up);
+ setkey("forward_paragraph",                Key_Ctrl_Down);


But somehow this didn't do anything. Indeed, it looks like the
functions "forward_paragraph" and "backward_paragraph" are not defined
anywhere, and I can even comment out those lines and the behaviour
persists. So it seems that the bindings that make Ctrl+Down go the
wrong way are defined somewhere else.

Help?

Daniel.
-- 
No trees were destroyed in the generation of this email, but a large
number of electrons were severely inconvenienced.
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


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