在xemacs中加载auctex

时间:2014-01-04 07:37:59

标签: auctex xemacs

我在xemacs中遇到auctex问题(我认为)。我在xemacs中运行load * .tex文件时出现此错误:

(1) (custom/warning) custom: widget custom-variable, option LaTeX-section-hook has no associated group

这是我的init.el的相关部分:

(setq auto-mode-alist (append '(("\\.tex$"  . LaTeX-mode)) auto-mode-alist))
(require 'tex-site)

如果我评论上面的第二行,错误就会消失。

这是我的M-x TeX-submit-bug报告:

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
 )

1 个答案:

答案 0 :(得分:0)

我在xemacs中删除并重新安装auctex,现在可以了。对于记录,与xemacs 21.5一起使用的auctex是auctex 1.51。