.emacs-my
changeset 728 78931dde783e
parent 727 4d38b9e96670
child 729 9c5cb48451ad
equal deleted inserted replaced
727:4d38b9e96670 728:78931dde783e
  1610 
  1610 
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1612 (message "python")
  1612 (message "python")
  1613 
  1613 
  1614 (setq python-indent 4)
  1614 (setq python-indent 4)
  1615 (setq python-continuation-offset 8)
       
  1616 
  1615 
  1617 (when (equal window-system 'w32)
  1616 (when (equal window-system 'w32)
  1618   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
  1617   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
  1619   )
  1618   )
  1620 
  1619