bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42016: 26.3; In latex-mode, fill-paragraph changes code to comments


From: Nate Eldredge
Subject: bug#42016: 26.3; In latex-mode, fill-paragraph changes code to comments
Date: Tue, 23 Jun 2020 11:49:09 -0400 (EDT)
User-agent: Alpine 2.22 (DEB 394 2020-01-19)

On Tue, 23 Jun 2020, Mattias Engdegård wrote:

Thank you! This bug has been fixed in Emacs 27; see 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38152 .

Thanks for the pointer. I confirm that the patch in bug #38152 fixes the previous test case. However the following slightly different test case still has a similar problem:

---- snip ----
\documentclass{article}
\begin{document}
\begin{environment}
  Some code % a comment
  More code
\end{environment}
\end{document}
---- snip ----

If you position point at the start of the line " More code" and hit M-q, the result is

\begin{environment}
  Some code % a comment More code
\end{environment}

Should this bug #42016 be reopened or should I file a new bug?

--
Nate Eldredge
nate@thatsmathematics.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]