Comment 2 for bug 1119201

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1119201] Re: org-mode session:

Am 24.02.2013 13:05, schrieb Alexander Boettcher:
> This patch got sessions working for me:
>
> === modified file 'python-mode.el'
> --- python-mode.el 2013-02-15 19:59:16 +0000
> +++ python-mode.el 2013-02-24 12:01:38 +0000
> @@ -1692,7 +1692,8 @@
> (define-key map [tab] 'py-complete-function)
> (define-key map [tab] 'py-completion-at-point))
> (define-key map "\C-c-" 'py-up-exception)
> - (define-key map "\C-c=" 'py-down-exception)))
> + (define-key map "\C-c=" 'py-down-exception)
> + map))
>
> (defvar py-menu)
>
> Please check if it solves your issues, too. (You can simple add the word "map" manually in python-mode.el at the position shown above.)
>

Your change is correct, thanks, will apply it. Probably some more bugs are around though...