GNU bug report logs -
#48914
2021-06-07; C-cC-e environment insertion with first line of contents commented out
Previous Next
Reported by: jfbu <jfbu <at> free.fr>
Date: Tue, 8 Jun 2021 08:44:02 UTC
Severity: normal
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
This may be a duplicate, sorry.
I am testing with git clone at 1b1361c0 Make TeX-fold-mode aware of superscript and subscript
Starting with this buffer:
---
\documentclass{article}
\begin{document}
%deliberately missing closing $ after \simeq
Reduces the background count rate by a factor of $R$ ($R\simeq 1/(1-.89)
= 9.1 for the shielding I used).
\end{document}
---
and LaTeX-mode active, select the three lines inside
the document environment, then hit C-cC-e foo
The result is
% \begin{foo}
% deliberately missing closing $ after \simeq
Reduces the background count rate by a factor of $R$ ($R\simeq 1/(1-.89) = 9.1
for the shielding I used).
% \end{foo}
Perhaps environment insertion should by default, except
if in doctex-mode, not use % ?
or use it only if **all** lines are commented out ?
Best,
Jean-François
This bug report was last modified 1 year and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.