emacs-devel
[Top][All Lists]
Advanced

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

Need help fixing comint fontification for python.


From: Fabian Ezequiel Gallina
Subject: Need help fixing comint fontification for python.
Date: Sun, 7 Oct 2012 10:58:26 -0300

In python.el there's an option called `python-shell-enable-font-lock'
that enables fontification in the comint buffer. It works pretty good
except for one thing, if the shell returns some output with unbalanced
quotes then all the following text after the
`comint-last-prompt-overlay' will be fontified as a string.

What would be the best way remove the syntax class for all the output?
I tried with set-text-properties to font-lock-unfontify-buffer with no
luck.


Thanks in advance,
Fabián.



reply via email to

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