* Ronan Keryell (2008-09-16) writes:

> But I think that for beamer and the frame environment, the behaviour could
> be cleaned up.
>
> When inserting a frame environment, AUC-TeX create a pattern like:
> \begin{frame} \frametitle{Évolution logicielle}
>   
> \end{frame}

No, it creates this:

\begin{frame}
  \frametitle{The Title}
  
\end{frame}

> but the following is also correct and shorter:
> \begin{frame}{Évolution logicielle}
>   
> \end{frame}

It's shorter but less expressive.  Therefore I'd prefer the current
behavior which also makes it possible to easily use section-like
fontification for frame titles.

I guess this is to some extent a matter of personal preferences.
Perhaps we could use a full-fledged function for frame insertion then
one can overwrite it with one's own function if necessary.

-- 
Ralf


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

Reply via email to