0

我在 xemacs 中遇到 auctex 问题(我认为)。在 xemacs 中运行加载 *.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)

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

这是我的 Mx TeX-submit-bug-report:

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
 )
4

1 回答 1

0

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

于 2014-01-05T01:31:00.787 回答