私はemacsに全く新しいので、効果的に使う方法を学び始めています。Emacs:psvn.elファイルを置く場所は?
私が使いたい最初のものは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)
ファイルである
ファイル私は間違った場所にpsvn.elを
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
入れました:私は、私は、このエラーメッセージが表示されました、emacsのを開始しますか?私はcygwinの+ WinXPのを使用しています
あなたがしたいとしている