comparison lisp/progmodes/python.el @ 106980:66e0d01014c6

replace references to obsolete c-subword-mode
author Mark A. Hershberger <mhershberger@intrahealth.org>
date Tue, 19 Jan 2010 14:39:22 -0500
parents 2db50e698b85
children 8953c1cd8568
comparison
equal deleted inserted replaced
106910:a38986b4badb 106980:66e0d01014c6
43 ;; `compilation-shell-minor-mode' now is probably enough for that.] 43 ;; `compilation-shell-minor-mode' now is probably enough for that.]
44 ;; Others don't seem appropriate. For instance, 44 ;; Others don't seem appropriate. For instance,
45 ;; `forward-into-nomenclature' should be done separately, since it's 45 ;; `forward-into-nomenclature' should be done separately, since it's
46 ;; not specific to Python, and I've installed a minor mode to do the 46 ;; not specific to Python, and I've installed a minor mode to do the
47 ;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible 47 ;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible
48 ;; feature, `c-subword-mode' which is intended to have a similar 48 ;; feature, `subword-mode' which is intended to have a similar
49 ;; effect, but actually only affects word-oriented keybindings.] 49 ;; effect, but actually only affects word-oriented keybindings.]
50 50
51 ;; Other things seem more natural or canonical here, e.g. the 51 ;; Other things seem more natural or canonical here, e.g. the
52 ;; {beginning,end}-of-defun implementation dealing with nested 52 ;; {beginning,end}-of-defun implementation dealing with nested
53 ;; definitions, and the inferior mode following `cmuscheme'. (The 53 ;; definitions, and the inferior mode following `cmuscheme'. (The