Comment 3 for bug 961496

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 961496] Re: tuple unpacking highlighted incorrectly

Am 22.03.2012 13:06, schrieb Benjamin Peterson:
> On my emacs, the left hand side is highlighted as yellow (I'm not sure
> what face this is)

maybe try this little tool:

(defun ar-face-atpt ()
   "Report and return face at point. "
   (interactive)
   (let ((erg (get-char-property (point) 'face)))
     (when (interactive-p) (message "%s" erg))
     erg))

> while every other identifier is black.
>

don't get it see picture attached.

BTW can't find any string "yellow" in python-mode.el