* bug#11931: Coloring problem with Python variables
@ 2012-07-13 8:36 Alireza Pc
2012-07-13 8:55 ` Tassilo Horn
0 siblings, 1 reply; 2+ messages in thread
From: Alireza Pc @ 2012-07-13 8:36 UTC (permalink / raw)
To: 11931
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 399 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#11931: Coloring problem with Python variables
2012-07-13 8:36 bug#11931: Coloring problem with Python variables Alireza Pc
@ 2012-07-13 8:55 ` Tassilo Horn
0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2012-07-13 8:55 UTC (permalink / raw)
To: Alireza Pc; +Cc: 11931
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-13 8:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13 8:36 bug#11931: Coloring problem with Python variables Alireza Pc
2012-07-13 8:55 ` Tassilo Horn
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.