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))
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