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가로드되지 않습니다. I는 발행 (load auctex.el nil t t)
* 표시 스크래치 * 버퍼와 이맥스 출력에 CJ를 :
Debugger entered--Lisp error:(file-error "Cannot open load file" "auctex.el")
문제가 있습니다. Emacs가 파일을 찾을 수 없다고 생각했기 때문에 파일이 어디에 설치되어 있지 않아야합니다. /usr/share/emacs/site-lisp
Emacs 22.1이 사는 곳에서 대부분의 AucTeX 파일을 추적합니다 .
여기에 두 가지 옵션이 있습니다. 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는 응용 프로그램 폴더에서 Emacs.app을 좋아하지 않는 것 같습니다.
내 질문은 어떻게 작동합니까?