auctex-devel
[Top][All Lists]
Advanced

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

Re: Indenting conditionals


From: Ikumi Keita
Subject: Re: Indenting conditionals
Date: Wed, 16 Mar 2022 23:37:27 +0900

Hi Arash,

>>>>> Arash Esbati <arash@gnu.org> writes:
> Arash Esbati <arash@gnu.org> writes:
>> The proof of concept is attached in the lisp file.

> Following up myself, please find attached an updated version of this
> idea.

This code introduces spurious indent but I haven't figured out the
reason. Examine the following example.

\documentclass{article}
\begin{document}

\begin{foo}
  After evaluating (LaTeX-indent-commmands-regexp-make), 
\end{foo}
<- type TAB here.

\begin{bar}
  abcdefghi
\end{bar}

<- Or here.

\begin{verbatim}
However, that behavior is suppressed after verbatim env.
\end{verbatim}
<-

\end{document}

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine



reply via email to

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