.emacs-my
changeset 405 bef33c83b3a0
parent 401 4e91288dbd84
child 406 c7289ca7bfbe
equal deleted inserted replaced
401:4e91288dbd84 405:bef33c83b3a0
   820 ;; VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil.
   820 ;; VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil.
   821 
   821 
   822 (if (equal window-system 'w32)
   822 (if (equal window-system 'w32)
   823     (progn
   823     (progn
   824       (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   824       (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   825       (modify-coding-system-alist 'process "svn" '(cp866-dos . cp1251-dos))
   825       (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
       
   826       (setq vc-svn-checkin-switches '("--encoding" "utf-8"))
   826       ))
   827       ))
   827 
   828 
   828 ;; (setq-default vc-svn-register-switches "--encoding cp1251")
   829 ;; (setq-default vc-svn-register-switches "--encoding cp1251")
   829 (setq-default vc-svn-register-switches nil)
   830 (setq-default vc-svn-register-switches nil)
   830 
   831