emacsformacosx.comからEmacsバイナリ(バージョン24.0.50)にAucTeX 1.86をインストールしようとしています。最初の試行の./configure
出力:
configure: error: Cannot find the texmf directory!
Please use --with-texmf-dir=dir to specify where the preview tex files go
configure: error: ./configure failed for preview
私は付け加えます--with-texmf-dir=/usr/local/texlive/texmf-local
、そしてそれに./configure
いくつかのお祝いの言葉で幸せに答えます。グリッチmake
あり/ sudo make install
なしでコンパイルします。
Emacsで.texファイルを開くと、AucTeXがロードされません。(load auctex.el nil t t)
* scratch *バッファーとEmacs出力でCj を発行します。
Debugger entered--Lisp error:(file-error "Cannot open load file" "auctex.el")
何かが起きています。Emacsがファイルを見つけられなかったと思ったので、想定された場所にインストールされていなかったはずです。ほとんどのAucTeXファイルを/usr/share/emacs/site-lisp
、Emacs 22.1 が存在するまで追跡します。
ここに2つのオプションがありました。1。EmacsにAucTeXの場所を知らせます(方法はわかりません)。2. AucTeXをより多くの設定オプションで再コンパイルします(これはより簡単に思えました)。
以前のインストールからすべてのAucTeXファイルを削除した後、再コンパイルすることにしました。今回はソースを構成し、使用するEmacsの場所を次のように伝えます。
./configure -with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs --with-lisp-dir=/Applications/Emacs.app/Contents/Resources/site-lisp --with-texmf-dir=/usr/local/texlive/texmf-local
今回は文句を言う:
`configure: error: Cannot locate lisp directory,`
`use --with-lispdir, --datadir, or possibly --prefix to rectify this`
--with-lisp-dir=dir
オプションを含めても。取り出しても、lispディレクトリが見つからないというメッセージが表示されます。AucTeXは、ApplicationsフォルダーのEmacs.appを好きではないようです。
私の質問は、これをどのように機能させるのですか?