jed-users mailing list

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

python-mode and fold-mode


Hi,

I am using the python-mode from cvs, and the folding mode.
the definition for py_shift_region_(left|right) ^C< ^C>
collide with fold_(enter|exit)_fold. The folding-keydefinition overwrites the pymode keydefinition.

I actually never use these folding-functions, so I put in my fold_mode_hook:

   local_setkey("py_shift_left",  "^C<");
   local_setkey("py_shift_right", "^C>");

which overwrites the folding definition. This works, is the the right-way to do it ?



--
Gruß Joachim


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


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