Я совершенно новичок в emacs и начинаю учиться тому, как эффективно его использовать.
Первое, что я хочу использовать, это режим SVN.
Я скачал psvn.el и поместил его в каталог ~ / .emacs.d
Затем, следуя инструкции в части комментариев файла psvn.el, я поставил эту строку
(require 'psvn)
В файл .emacs
Это мой текущий файл .emacs
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(inhibit-startup-screen t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(require 'psvn)
Теперь, когда я запускаю emacs, я получаю это сообщение об ошибке:
An error has occurred while loading `/home/akong/.emacs':
File error: "Cannot open load file", "psvn"
To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it. Start
Emacs with the `--debug-init' option to view a complete error
backtrace
Я поместил psvn.el в неправильное место?
Я использую Cygwin + WinXP