Hello,

I'm working with a custom env which looks like this:

\begin{multi}[]{}
bla bla

\item bla
\item bla
\item* bla
\end{multi}

When I indent it with LaTeX-fill-environment it looks like this:

\begin{multi}[]{}
   bla bla

 \item bla --> wrong indention here!
 \item bla --> wrong indention here!
 \item* bla --> wrong indention here!
\end{multi}

I guess it's because auctex does not know that this env belongs to
itemize/enumerate envs and cannot fill it accordingly. How can I fix
this and add \begin{multi} ... \end{multi} so it get's properly indented
like itemize/enumerate lists?

Thanks!

Regards

Thorsten Grothe



_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to