Re: [Python-mode] evil underscore as word

2005-12-07 Thread Ben Wing
Barry Warsaw wrote: >On Tue, 2005-12-06 at 12:34 -0600, [EMAIL PROTECTED] wrote: > > >>Barry> From my python-mode-hook: >> >>Barry> (define-key py-mode-map [(meta f)] 'py-forward-into-nomenclature) >>Barry> (define-key py-mode-map [(meta b)] >> 'py-backward-into-nomenclature))

[Python-mode] evil underscore as word

2005-12-06 Thread Ben Wing
btw is anyone maintaining python-mode? despite the following comment: ;; For historical reasons, underscore is word class instead of ;; symbol class. GNU conventions say it should be symbol class, but ;; there's a natural conflict between what major mode authors want ;; and what users ex