Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
Hi all, finally here is my patch to suggest to run makeindex when needed. In a complex document with index and bibliography AUCTeX now suggests to run LaTeX BibTeX LaTeX LaTeX Index LaTeX LaTeX which is the same list suggested by Enrico Gregorio here: http://tex.blog

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Tassilo Horn
Mosè Giordano writes: Hi Mosè, > finally here is my patch to suggest to run makeindex when needed. In > a complex document with index and bibliography AUCTeX now suggests to > run > > LaTeX > BibTeX > LaTeX > LaTeX > Index > LaTeX > LaTeX Great, thanks. > Now, impl

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
Hi Tassilo, 2015-09-07 13:36 GMT+02:00 Tassilo Horn : > Mosè Giordano writes: >> which record the md5 hashes of idx files and whether they changed >> after a LaTeX run. > > Why two alists and not just one with (FILE MD5 CHANGED) entries? Uhm, I think that would be a bit awkward: `TeX-run-TeX' up

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 03772382dc5bc37d80a9d1025c37ea2cd47ed73f

2015-09-07 Thread Mosè Giordano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 03772382dc5bc37d80a9d1025c37ea2cd47ed73f (commit) from d4ba58533a321bb2e

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Tassilo Horn
Mosè Giordano writes: >> Why two alists and not just one with (FILE MD5 CHANGED) entries? > > Uhm, I think that would be a bit awkward: `TeX-run-TeX' updates md5 > hash without touching the changed status, instead `TeX-LaTeX-sentinel' > and `TeX-run-index' update the changed status without touchi

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
2015-09-07 16:47 GMT+02:00 Tassilo Horn : > Mosè Giordano writes: > >>> Why two alists and not just one with (FILE MD5 CHANGED) entries? >> >> Uhm, I think that would be a bit awkward: `TeX-run-TeX' updates md5 >> hash without touching the changed status, instead `TeX-LaTeX-sentinel' >> and `TeX-r

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6b3cbea3d456fb556f90413fa26fa1e34f5cb2d4

2015-09-07 Thread Mosè Giordano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 6b3cbea3d456fb556f90413fa26fa1e34f5cb2d4 (commit) from 03772382dc5bc37d8

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
2015-09-07 17:27 GMT+02:00 Mosè Giordano : > if there are no other comments I'll install it > later today or tomorrow. Patch pushed. Tassilo, please note file function in `TeX-command-sequence' is now called without arguments again. Bye, Mosè ___ auct