On May 28, 2009, at 7:09 AM, Andreas Roehler wrote:

python-mode.el was its bloody-minded determination to regard '_' as a word
character, something which caused me more typing that it ever saved.


Its just one line to comment in python-mode.el, like this:

 ;; (modify-syntax-entry ?\_ "w"  py-mode-syntax-table)

This one is ancient and I remember that Guido and I talked about this for a long time before settling on the behavior.

-Barry

Attachment: PGP.sig
Description: This is a digitally signed message part

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to