【发布时间】:2012-02-12 15:30:29
【问题描述】:
我想将一些正则表达式附加到乳胶命令LaTeX-clean-intermediate-suffixes。我试过了
(setq LaTeX-clean-intermediate-suffixes
(append LaTeX-clean-intermediate-suffixes (list "\\.foo" "\\.bar")))
但我收到以下警告:
Warning (initialization): An error occurred while loading `/Users/myusername/.emacs':
Symbol's value as variable is void: LaTeX-clean-intermediate-suffixes
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.
如何在此列表中添加一些字符串/后缀?
【问题讨论】:
-
感谢您的帮助,我在上面添加了警告。