Hello everybody,
I need some help please.
I defined a shortcut:
(define-key TeX-mode-map (kbd "<f5>")
(lambda ()
(interactive)
(save-buffer)
(TeX-command-menu "LaTeX")
(TeX-command-menu "Clean")))
When using this shortcut there is an error "(void-variable
-clean-intermediate-suffixes)" in TeX-clean. When I run TeX-clean via M-x
everything works right. My guess is that in the shortcut case,
TeX-mode-prefix returns nil and -clean-intermediate-suffixes gets passed
where it should be prepended by TeX or LaTeX.
Any hints?
Thanks,
Fabio
System:
ubuntu snapshot package GNU Emacs 23.0.91.1
ubuntu auctex package
--
View this message in context:
http://www.nabble.com/TeX-clean-misbehaviour-tp25524294p25524294.html
Sent from the Gnu - AUCTeX - General mailing list archive at Nabble.com.
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex