David Kastrup
2005-03-10 11:37:15 UTC
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.
When inserting a macro or environment, sometimes one wants to use
optional arguments that AUCTeX does not know about. For example, it
would be nice if I could enter
itemize[<+->]
as an environment name to AUCTeX's C-c C-e and get
\begin{itemize}[<+->]
as the result (this is current beamer class stuff).
In a similar vein,
enumerate[1.]
to get
\begin{enumerate}[1.]
when using the enumerate package would be nice. In general, a string
of optional and mandatory arguments could be stripped off (and
probably added to the prompted default) and placed after the
\begin{...}). To make the stripping not too complicate, it could just
tack everything after the first LaTeX word to after the brace.
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
)
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.
When inserting a macro or environment, sometimes one wants to use
optional arguments that AUCTeX does not know about. For example, it
would be nice if I could enter
itemize[<+->]
as an environment name to AUCTeX's C-c C-e and get
\begin{itemize}[<+->]
as the result (this is current beamer class stuff).
In a similar vein,
enumerate[1.]
to get
\begin{enumerate}[1.]
when using the enumerate package would be nice. In general, a string
of optional and mandatory arguments could be stripped off (and
probably added to the prompted default) and placed after the
\begin{...}). To make the stripping not too complicate, it could just
tack everything after the first LaTeX word to after the brace.
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
David Kastrup, Kriemhildstr. 15, 44793 Bochum