branch: externals/auctex commit 41610c721c90b9e466e660b98de968519e78a9b4 Author: Ikumi Keita <ik...@ikumi.que.jp> Commit: Ikumi Keita <ik...@ikumi.que.jp>
Add index files as clean target in Texinfo mode * tex-info.el (Texinfo-clean-intermediate-suffixes): Add index file suffixes. --- tex-info.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex-info.el b/tex-info.el index 4a7aed0..ef1e439 100644 --- a/tex-info.el +++ b/tex-info.el @@ -867,7 +867,8 @@ value of `Texinfo-mode-hook'." (run-mode-hooks 'text-mode-hook 'Texinfo-mode-hook) (TeX-set-mode-name)) -(defcustom Texinfo-clean-intermediate-suffixes nil +(defcustom Texinfo-clean-intermediate-suffixes + '("\\.cps?" "\\.vrs?" "\\.fns?" "\\.tps?" "\\.pgs?" "\\.kys?") "List of regexps matching suffixes of files to be deleted. The regexps will be anchored at the end of the file name to be matched, i.e. you do _not_ have to cater for this yourself by adding \\\\' or $."