Comment 1 for bug 953777

Revision history for this message
Boris Kheyfets (kheyfboris) wrote :

Mean while the following solves it:

(add-hook 'python-mode-hook (lambda ()
                                       (define-key python-mode-map (kbd "<C-backspace>") 'subword-backward-kill)
                              ))