テキストエディタとしてXcode(バージョン4.2)の代わりにOS X(バージョン10.6.8)でEmacs(バージョン23.4.1)を使用したいと思います。
https://github.com/senny/emacs-xcodeemacs-xcode.elからローカルディレクトリにコピーしました~/.emacs.d/emacs-xcode/emacs-xcode.el
で.emacs、私は持っています
(add-to-list 'load-path (expand-file-name "~/.emacs.d/emacs-xcode/"))
(require 'xcode)
Emacsを実行すると、警告が表示されます。
Warning (initialization): An error occurred while loading `/Users/thunderrabbit/.emacs':
File error: Cannot open load file, xcode
で.emacs、私も試しました
(add-to-list 'load-path (expand-file-name "~/.emacs.d/emacs-xcode/emacs-xcode.el"))
(require 'xcode)
xcodeよりもEmacsに精通している人のために、最後に~/.emacs.d/emacs-xcode/emacs-xcode.el行があります
(provide 'xcode)
私が想定しているのは(require 'xcode)、.emacs
編集:(require 'monkey)最後に追加しましたがemacs-xcode.el、Emacsはサルをロードできないことについて文句を言いませんでした。したがってemacs-xcode.el、まったくロードされていないようです。
emacs-xcode.elパーミッション644で私が所有しています。その親ディレクトリはパーミッション755で私が所有しています。
なぜ開かないのですか?
注意:ファイル名を切り取って貼り付けたので、スペルが正しいと確信しています。