Bug in insert-environment

David Kastrup <[email protected]> Thu, 10 Mar 2005 13:23:12 +0100
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

If the bug (or problem) is triggered by a specific (La)TeX
file, you should try to produce a minimal sample file showing the
problem and include it in your report.

Your bug report will be posted to the AUCTeX mailing list.

\documentclass{beamer}
\begin{document}-#-

\end{document}

Place cursor on -#-, press C-c C-e frame RET woozle RET.  The result
is:

\documentclass{beamer}
\begin{document}
\frametitle{woozle}
\begin{frame}
  -#-
\end{frame}

\end{document}

\frametitle should be _in_ the environment.

Emacs  : GNU Emacs 22.0.50.29 (i686-pc-linux-gnu, GTK+ Version 2.6.2)
 of 2005-03-03 on lola.goethe.zz
Package: AUCTeX CVS-5.488 (2005-03-09)

current state:
==============
(setq
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style/" "auto/"
		  "/usr/local/emacs-21/share/emacs/site-lisp/auctex/style/"
		  "/usr/local/emacs-21/var/auctex/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 )
-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum