I&#39;ve just tried out cython-mode.el and I was a bit disappointed when it didn&#39;t work right off the bat.<br><br>I added the following to my .emacs:<br><br>(setq load-path (cons &quot;~/lib/emacs-plugins&quot; load-path))<br>

(require &#39;cython-mode)<br><br>this initially gave me the following error when I restarted emacs:<br><br>    Warning (initialization): An error occurred while loading `/home/rafe/.emacs&#39;:<br><br>    File error: Cannot open load file, python-mode<br>

<br>    To ensure normal operation, you should investigate and remove the<br>    cause of the error in your initialization file.  Start Emacs with<br>    the `--debug-init&#39; option to view a complete error backtrace.<br>

<br>So, seeing that python-mode wasn&#39;t around, I changed line 3 of 
cython-mode.el from (require &#39;python-mode) to (require &#39;python) and 
everything works now.<br><br>I got this mode from Github this morning and it is the latest version (you can see it at <a href="https://github.com/cython/cython/blob/master/Tools/cython-mode.el" target="_blank">https://github.com/cython/cython/blob/master/Tools/cython-mode.el</a>).<br>

<br>I&#39;m not an emacs lisp expert, so I&#39;m not sure if there&#39;s something 
I&#39;m missing here or if I somehow loaded the package correctly. Anyway, I
 thought you guys should know that I had a problem with the file but 
managed to get a fix. If my fix needs to be applied, I&#39;ll patch it on 
Github.<br>
<br>This is GNU Emacs 23.2.1 x64 on Fedora 14, btw.<br><br>Rafe<br>