bug#40222: Update

2020-03-25 Thread Thibaut Verron
I used the wrong command for reporting the bug, here is the information reported by the reftex reporter. Package: 26.3 current state: == (setq window-system 'x reftex-plug-into-AUCTeX t ) ___ bug-auctex mailing list bug-auctex@gnu.org

bug#40222: 12.2.0; Reftex occasionally mixes up the levels of sectioning in the toc

2020-03-25 Thread Thibaut Verron
Hello, Sometimes (rarely), reftex-toc cannot place some sections at their correct level. The following document is more or less minimal: """ \documentclass{report} \begin{document} \chapter{Chapter 1} \subsection{Subsection 1} \section*{Section} \section{Section 2} \end{document} %%% Local

bug#28382: 11.90.2.2017-07-25; Wrapping content in an equation with LaTeX-environment results in invalid LaTeX

2017-09-07 Thread Thibaut Verron
Hello, If you use `C-c C-e` (`LaTeX-environment`) to insert an "equation" environment, the result is \begin{equation} \label{eq:1} [point here] \end{equation} This is valid LaTeX assuming that the user actually types a formula in. If now you insert the equation first, select it, and use `C-c