latexコマンドLaTeX-clean-intermediate-suffixes
に正規表現を追加したいと思います。私はemacs lisp:リストに「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.
私はこのリストにいくつかの文字列/接尾辞を追加することができますどのように
?
どのようなエラーが表示されますか? –
助けてくれてありがとう、私は上記の警告を追加しました。 –