Emacs: highlighting "self" tweak
Markus Stenberg
mstenber at cc.Helsinki.FI
Wed Jul 7 11:20:18 EDT 1999
More information about the Python-list mailing list
Wed Jul 7 11:20:18 EDT 1999
- Previous message (by thread): Emacs: highlighting "self" tweak
- Next message (by thread): rfc822 from 1.5.2 fails when called from cgi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Preston Landers <mithy at my-deja.com> writes: > I wish I knew of an easy way to make it a hook instead of a patch. If > someone can figure that out, I would *love* to hear from you. .. from my own python-mode-hook (snippage) .. (setq python-font-lock-keywords ;; also color "self"as a 'type' (cons '("\\b\\(self\\)[ .,]?" 1 font-lock-type-face) python-font-lock-keywords) ) .. from my own python-mode-hook (snippage) .. -- UNIX sysadmin's day: gawk; talk; date; wine; grep; touch; unzip; touch; gasp; finger; gasp; mount; fsck; more; yes; gasp; umount; make clean; make mrproper; sleep
- Previous message (by thread): Emacs: highlighting "self" tweak
- Next message (by thread): rfc822 from 1.5.2 fails when called from cgi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list