jed-users mailing list

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

[Jed-users-l] py_check_indentation


Hello,

When opening a new python file in jed, I would like to run the py_check_indentation() function from the jedmodes version of pymodes.sl. I've got pymodes running (I can toggle between the dfa and normal syntax highlighting, for example), and have this in my .jedrc:

define python_mode_hook ()
{
   py_check_indentation();
}

but I get this error when opening a .py file

py_check_indentation is undefined

during startup. It looks like .jedrc is loaded before pymode.sl is loaded. How do I run a function from pymode in .jedrc?

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


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