[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Can the hook `TeX-after-compilation-finished-functions' work as
From: |
Diogo F. S. Ramos |
Subject: |
[AUCTeX] Can the hook `TeX-after-compilation-finished-functions' work as a file local variable? |
Date: |
Wed, 11 Apr 2018 15:01:12 -0300 |
I'm setting the hook `TeX-after-compilation-finished-functions' as a
file local variable, but the functions aren't being called after I
compile my document. Shouldn't they?
I wrote the following document as a test.
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\begin{document}
At vero eos et accusamus et iusto odio dignissimos ducimus, qui
blanditiis praesentium voluptatum deleniti atque corrupti, quos
dolores et quas molestias excepturi sint, obcaecati cupiditate
non-provident, similique sunt in culpa, qui officia deserunt mollitia
animi, id est laborum et dolorum fuga.
\end{document}
% Local Variables:
% TeX-after-compilation-finished-functions: ((lambda (x) (message "hello,
world")))
% End:
--8<---------------cut here---------------end--------------->8---
I expected to see the message `hello, world' on the buffer *Messages*,
but it didn't show up.
- [AUCTeX] Can the hook `TeX-after-compilation-finished-functions' work as a file local variable?,
Diogo F. S. Ramos <=