gpt4 book ai didi

emacs - 为 Latex 配置 emacs - void-variable LaTeX-mode-hook

转载 作者:行者123 更新时间:2023-12-04 17:11:32 27 4
gpt4 key购买 nike

关注 this pdf document我在 ~/.emacs 中添加了以下内容文件:

(load "auctex.el" nil t t)
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq TeX-PDF-mode t) ;; .pdf statt .dvi per default:
;;Zeilenumbruch
;;(add-hook ’LaTeX-mode-hook ’turn-on-auto-fill)
;;Syntax Higlight
(add-hook ’LaTeX-mode-hook ’turn-on-font-lock)
;; Mathe Modus
(add-hook ’LaTeX-mode-hook ’LaTeX-math-mode)
;; Reftex einflechten und laden
(setq reftex-plug-into-AUCTeX t)
(add-hook ’LaTeX-mode-hook ’turn-on-reftex)
;; Satzende ". " statt ". ". " fuer M-k: loeschen bis Satzende usw.
;;(setq sentence-end "[.?!][]\"’)}]*\\($\\| \\| \\)[
;;]*") ;; Da ist ein "Newline in der Zeile!"
;;(setq sentence-end-double-space nil)
;;direkte Rechtschreib Korrektur:
;;(add-hook ’LaTeX-mode-hook ’flyspell-mode)
;; Nur benutzen falls Auctex > 11.81 mit preview-latex:
(load "preview-latex.el" nil t t)
;; aspell ist besser als ispell.
;; Zeile kommentieren, falls nicht installiert:
(setq-default ispell-program-name "aspell")
;; Deutsche Rechtschreibung falls \usepackage{ngerman}
;; oder german benutzt wird
(add-hook ’TeX-language-de-hook
(function (lambda () (ispell-change-dictionary "german8"))))

不幸的是,emacs 现在没有启动,而是给出了错误
Warning (initialization): An error occurred while loading `/home/../.emacs':

Symbol's value as variable is void: ’LaTeX-mode-hook

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.

当以 --debug-init 开头时它提供以下信息
Debugger entered--Lisp error: (void-variable ’LaTeX-mode-hook)
(add-hook ’LaTeX-mode-hook ’turn-on-font-lock)
eval-buffer(#<buffer *load*> nil "/home/../.emacs" nil t) ; Reading at buffer position 812
load-with-code-conversion("/home/../.emacs" "/home/../.emacs" t t)
load("~/.emacs" t t)
...

我尝试使用 latex-mode-hook反而。我搜索了一个解决方案,但我似乎是唯一一个遇到这个问题的人。

我将 Ubuntu 12.04 与最新的 Emacs 和 Auctex 一起使用。如果需要,我会发布版本信息,但我认为必须将某些内容添加到配置中,或者必须安装任何软件包。

如何让 emacs 使用该配置?

最佳答案

您是否使用了错误的单引号字符?它似乎是某种反向引用而不是简单的单引号。尝试

'LaTeX-mode-hook

代替
’LaTeX-mode-hook

(对于该字符的所有其他出现也是如此)。

关于emacs - 为 Latex 配置 emacs - void-variable LaTeX-mode-hook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10919398/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com