bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19908: python.el: minimal cython indentation support


From: Nathan Weston
Subject: bug#19908: python.el: minimal cython indentation support
Date: Fri, 14 Aug 2015 12:59:57 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

I've encountered similar problems writing a mode for Enaml.

What I really want is to override python-rx for enaml-mode, while leaving the original definition for python-mode. But that doesn't seem to be possible.

For Enaml, I was able to get indentation working by advising python-indent-context, but it's not particularly elegant. And other function which use (python-rx 'block-start) don't work correctly in enaml-mode.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]