0
xemacs에서 auctex에 문제가 있습니다 (제 생각 엔).xemacs에 auctex를로드하십시오.
(setq auto-mode-alist (append '(("\\.tex$" . LaTeX-mode)) auto-mode-alist))
(require 'tex-site)
오류가 나는 두 번째 줄을 주석 경우 사라집니다 : 여기
(1) (custom/warning) custom: widget custom-variable, option LaTeX-section-hook has no associated group
는 관련이 내 init.el의 부분 : 나는 이맥스에서 부하 *의 .tex 파일을 실행할 때이 오류가 위.
은 여기 내 M-X의 텍 제출 - 버그 리포트입니다 : 내가 제거하고 이맥스에서 auctex를 다시 설치
Emacs : XEmacs 21.5 (beta33) "horseradish" [Lucid] (i686-redhat-linux, Mule) of Tue Feb 5 2013 on buildvm-20.phx2.fedoraproject.org
Package: AUCTeX CVS-1.16 (-07--nil-nil)
current state:
==============
(setq
window-system 'x
LaTeX-version "2e"
TeX-style-path '("style/" "auto/"
"/usr/share/xemacs/xemacs-packages/etc/auctex/style/"
"/usr/share/xemacs/xemacs-packages/etc/auctex/auto/")
TeX-auto-save nil
TeX-parse-self nil
TeX-master t
)