cython-mode

Asked by Andreas Roehler

https://groups.google.com/forum/#!topic/cython-users/OwS_MqUJf_s

I've been having some trouble getting cython-mode (downloaded from the github) to work with python-mode.el (version 6.1.2).

At first, after adding "(require 'cython-mode)" to my .emacs, I get an error refering to "python-font-lock-keywords", which has apparently changed to "py-font-lock-keywords" in python-mode.el. However, even after fixing this, cython-mode still does not work properly. Specifically, if I begin to write a cdef function, it appears to not recognize the function block as indentation does not work properly. Also, it does not highlight the "cdef" keyword.

Any help would be appreciated!

Best,

Jeremy

Question information

Language:
English Edit question
Status:
Solved
For:
python-mode.el Edit question
Assignee:
No assignee Edit question
Solved by:
Andreas Roehler
Solved:
Last query:
Last reply:
Revision history for this message
Andreas Roehler (a-roehler) said :
#1

This was a bug, fixed now.