comparison lisp/modes/python-mode.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents a145efe76779
children 28f395d8dc7a
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
302 (define-key py-mode-map (car x) (cdr x)))) 302 (define-key py-mode-map (car x) (cdr x))))
303 '((":" . py-electric-colon) 303 '((":" . py-electric-colon)
304 ("\C-c\C-c" . py-execute-buffer) 304 ("\C-c\C-c" . py-execute-buffer)
305 ("\C-c|" . py-execute-region) 305 ("\C-c|" . py-execute-region)
306 ("\C-c!" . py-shell) 306 ("\C-c!" . py-shell)
307 ("\177" . py-delete-char) 307 ;; GDF - Don't rebind the delete key
308 ;; ("\177" . py-delete-char)
308 ("\n" . py-newline-and-indent) 309 ("\n" . py-newline-and-indent)
309 ("\C-c:" . py-guess-indent-offset) 310 ("\C-c:" . py-guess-indent-offset)
310 ("\C-c\t" . py-indent-region) 311 ("\C-c\t" . py-indent-region)
311 ("\C-c\C-l" . py-shift-region-left) 312 ("\C-c\C-l" . py-shift-region-left)
312 ("\C-c\C-r" . py-shift-region-right) 313 ("\C-c\C-r" . py-shift-region-right)