.emacs-my
changeset 703 970915b27f69
parent 699 9ec79850e725
child 704 474a9291a602
equal deleted inserted replaced
702:0617020b53d8 703:970915b27f69
  1539             (other . "my")
  1539             (other . "my")
  1540             ))
  1540             ))
  1541     ))
  1541     ))
  1542 
  1542 
  1543 ;;; ----------------------------------------------------------------
  1543 ;;; ----------------------------------------------------------------
       
  1544 (message "python")
       
  1545 
       
  1546 (when (equal window-system 'w32)
       
  1547   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
       
  1548   )
       
  1549 
       
  1550 ;;; ----------------------------------------------------------------
  1544 (message "javascript, js")
  1551 (message "javascript, js")
  1545 
  1552 
  1546 ;; (if (>= emacs-major-version 23)
  1553 ;; (if (>= emacs-major-version 23)
  1547 ;;     (add-to-list 'auto-mode-alist '("\\.js$" . js-mode))
  1554 ;;     (add-to-list 'auto-mode-alist '("\\.js$" . js-mode))
  1548 ;;   (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode))
  1555 ;;   (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode))