Re: [Python-mode] face of print

2014-03-28 Thread Andreas Röhler
Am 24.03.2014 16:11, schrieb Barry Warsaw: . Maybe print should be in its own face, defaulting to whatever makes sense for the Python 2 or 3 version being edited? -Barry Done ___ Python-mode mailing list Python-mode@python.org https://mail.python.o

Re: [Python-mode] face of print

2014-03-27 Thread Andreas Röhler
Am 24.03.2014 16:11, schrieb Barry Warsaw: On Mar 21, 2014, at 06:11 PM, Andreas Röhler wrote: Function "print" currently gets font-lock-keyword-face, which doesn't seem correct. IMO it should get py-builtins-face, right? I guess this is dependent on whether you're editing Python 2 or Python

Re: [Python-mode] face of print

2014-03-24 Thread Barry Warsaw
On Mar 21, 2014, at 06:11 PM, Andreas Röhler wrote: >Function "print" currently gets font-lock-keyword-face, which doesn't seem >correct. IMO it should get py-builtins-face, right? I guess this is dependent on whether you're editing Python 2 or Python 3 code. I always bring up python-mode in Py