equal
deleted
inserted
replaced
1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1612 (message "python") |
1612 (message "python") |
1613 |
1613 |
1614 (setq python-indent 4) |
1614 (setq python-indent 4) |
1615 |
1615 |
|
1616 (add-hook 'python-mode-hook 'turn-on-eldoc-mode) |
|
1617 |
1616 (when (equal window-system 'w32) |
1618 (when (equal window-system 'w32) |
1617 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
1619 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
1618 ) |
1620 ) |
1619 |
1621 |
1620 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1622 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |