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

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

bug#11931: Coloring problem with Python variables


From: Tassilo Horn
Subject: bug#11931: Coloring problem with Python variables
Date: Fri, 13 Jul 2012 10:55:06 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Alireza Pc <afterpc@yahoo.com> writes:

> It's an small problem with python files. For example:
>
> var1 = "variable 1"
> def main():
>     var2 = "variable 2"
>
> Look at var1 and var2. var1 is brown, but var2 is white.

I can reproduce that with Emacs 24.1 (var2 has `default' face), but it
seems to have been already fixed in the emacs bzr trunk, where both
variables are fontified with `font-lock-variable-name-face'.

Bye,
Tassilo





reply via email to

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