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

Be sure to consult the FAQ section in the manual before submitting
a bug report.  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 bug reporting list.
------------------------------------------------------------------------

I have just installed the latest auctex, 11.84-4. Out of the box,
latex and tex are configured with a %x expansion character in tex- command-list. E.g.
as "latex %x  %t".

However, this character isn't defined in the tex-expand list. As a result latex and tex crashed when run. I couldn't work out how to define %x as "nil" so I just removed this expansion character from tex and
latex (as you can see below) in tex-command-list.

Thanks,

- Peter Olmsted, [EMAIL PROTECTED]

Emacs  : GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit)
of 2006-03-23 on kodaira.local
Package: 11.84

current state:
==============
(setq
AUCTeX-date "2007-01-12"
window-system 'x
LaTeX-version "2e"
TeX-style-path '("style" "auto"
                  "/sw/share/emacs/21.2/site-lisp/auctex/style"
                  "/sw/var/lib/auctex/emacs21")
TeX-auto-save nil
TeX-parse-self t
TeX-master t
TeX-command-list '(("TeX" "tex '\\nonstopmode\\input %t'" TeX-run- TeX nil t)
                    ("TeX Interactive" "tex  %t" TeX-run-interactive nil t)
                    ("LaTeX" "latex  '\\nonstopmode\\input{%t}'"
                     TeX-run-LaTeX nil t)
                    ("LaTeX Interactive" "latex  %t" TeX-run-interactive nil
                     t)
                    ("View" "%v " TeX-run-silent t nil)
                    ("Print" "%p %r " TeX-run-command t nil)
                    ("Queue" "%q" TeX-run-background nil nil)
                    ("File" "dvipdf %d" TeX-run-command t nil)
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil nil)
                    ("Index" "makeindex %s" TeX-run-command nil t)
                    ("Check" "lacheck %s" TeX-run-compile nil t)
                    ("Spell" "<ignored>" TeX-run-ispell-on-document nil nil)
                    ("Other" "" TeX-run-command t t)
                    ("PDFTeX" "pdftex '\\nonstopmode\\input %t'" TeX-run-TeX
                     nil t)
                    ("PDFTeX Interactive" "pdftex %t" TeX-run-interactive nil
                     t)
                    ("PDFLaTeX" "pdflatex '\\nonstopmode\\input{%t}'"
                     TeX-run-LaTeX nil t)
                    ("PDFLaTeX Interactive" "pdflatex %t" TeX-run-interactive
                     nil t)
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil t)
                    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
                     t)
                    ("ThumbPDF" "thumbpdf %s" TeX-run-command nil nil)
                    ("AmSTeX" "amstex '\\nonstopmode\\input %t'" TeX-run-TeX
                     nil t)
                    )
)



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

Reply via email to