<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.emacs.auctex.bugs">
    <title>gmane.emacs.auctex.bugs</title>
    <link>http://blog.gmane.org/gmane.emacs.auctex.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1450"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1434"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1431"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1429"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1392"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1389"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1378"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1370"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1359"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1356"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1348"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.auctex.bugs/1347"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1450">
    <title>beamer, frame environment</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1450</link>
    <description>Hello !

I use AUC-TeX for many years and it is simply great ! :-)

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}

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

I suggest to change in beamer.el the
 (LaTeX-add-environments

[...]

    '("frame"  (lambda (env &amp;rest ignore)

to have this cleaner behaviour.

It will remove the burden to kill " \frametitle" each time a frame is
inserted. :-)

Or may be an option if you want to keep the old behaviour too?

PS : any candidate with enough time to include in AUC TeX the symbol
insertion code from the old x-symbol package? It whould be so lovely...

Thank you,
</description>
    <dc:creator>Ronan Keryell</dc:creator>
    <dc:date>2008-09-16T07:59:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1437">
    <title>11.85; TeX-parse-self is not active</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1437</link>
    <description>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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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.
------------------------------------------------------------------------

Consider the file "test.tex" whose contents are

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
   \label{eq:a}
   2+2=4
\end{equation}
See
\end{document}

If, with the cursor right after the word "See", I type C-c C-) and
then I choose the "e" option, then I get "~(\ref{eq:a})" but since
this file uses the amsmath package, what I sould get is
"~\eqref{eq:a}". What might be wrong with my intallation? Two notes:

1) My .emacs file contains the lines

(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)

Furthermore, at the directory which contains the file test.tex a
subdirectory called "auto" was created which contains a file called
test.el whose contents are:

(TeX-add-style-hook "test"
  (lambda ()
     (LaTeX-add-labels
      "eq:a")
     (TeX-run-style-hooks
      "amsmath"
      "latex2e"
      "art10"
      "article")))

2) If I do C-c C-n, then yes, I do get "~\eqref{eq:a}".

Best regards,

Jose Carlos Santos

Emacs  : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
  of 2008-09-06 on SOFT-MJASON
Package: 11.85

current state:
==============
(setq
  AUCTeX-date "2008-02-10"
  window-system 'w32
  LaTeX-version "2e"
  TeX-style-path '("style" "auto" 
"c:/Programas/Emacs/site-lisp/auctex/style"
  "c:/Programas/Emacs/var/auctex")
  TeX-auto-save t
  TeX-parse-self t
  TeX-master nil
  TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode)
     :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil (texinfo-mode) :help
     "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil 
(texinfo-mode)
     :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
     (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil (context-mode)
     :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help "View the printer queue"
     :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help "Create index 
file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
     "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help
     "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help "Run an arbitrary command"))
  )


</description>
    <dc:creator>José Carlos Santos</dc:creator>
    <dc:date>2008-09-10T16:24:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1434">
    <title>2008-08-02; Format Environment</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1434</link>
    <description>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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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.
------------------------------------------------------------------------

If I format the itemize environment in the first file auctex_tst_01.tex,
everything is ok.

But if the itemize environment stands for its own in a file to be
included later as in file auctex_tst_02.tex the formatting ends up with
the message

Search failed: "{\\([^}]+\\)}"

I can reproduce this wrong behaviour also with auctex from 2008-05-25,
but not with the version from 2008-05-10.

Emacs  : XEmacs 21.4 (patch 20) "Double Solitaire" [Lucid]
(i686-pc-linux) of Tue Dec 12 2006 on tm2-work.fb3.fh-aachen.de
Package: 2008-08-02

current state:
==============
(setq
 AUCTeX-date "2008-08-02"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("~/etc/XEmacs/xemacs-packages/lisp/auctex/style/"
"auto"

"/opt/local/lib/xemacs/xemacs-packages/etc/auctex/style/"
                  "/opt/local/var/auctex/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
                     (latex-mode doctex-mode) :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
(texinfo-mode)
                     :help "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t"
TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with HTML
output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX
                     nil (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
TeX-run-TeX
                     nil (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX
nil
                     (context-mode) :help "Run ConTeXt until
completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX")
                    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the
file")
                    ("Queue" "%q" TeX-run-background nil t :help
                     "View the printer queue" :visible
TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t
t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help
                     "Create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil
(latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")"
TeX-run-function nil t
                     :help "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil
t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help
                     "Run an arbitrary command")
                    )
 )
</description>
    <dc:creator>Jobst Hoffmann</dc:creator>
    <dc:date>2008-09-07T14:05:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1431">
    <title>Loading AUCTeX overrides my .emacs TeX/LaTeXcustomization</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1431</link>
    <description>Hello,
       I recently installed AUCTeX on my Kubuntu distributions, but
soon I found out
It overrides the few customization (actually only one) commands for TeX/LaTeX.
Precisely, my only customization relating to TeX/LaTeX in . emacs is

(defun tex-line-comment-box ()
  "Insert a %, followed by a string of asterisks."
  (interactive)
  (insert "%********************************************************************\n")
)

(add-hook 'tex-mode-hook
  '(lambda ()
     (define-key tex-mode-map "\C-cl" 'tex-line-comment-box)
   )
)

When I enter the AUCTeX mode and type \C-c l emacs says: "C-c l is undefined".
Can you help me?

Best regards
Daniele Taampieri


</description>
    <dc:creator>Daniele Tampieri</dc:creator>
    <dc:date>2008-09-06T15:51:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1429">
    <title>Subject: 11.85; arrow down key does not work in the beginning of a preview region</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1429</link>
    <description>Hello,

I am not sure if this is a problem with AUCTeX or Emacs, since I am 
using the development snapshot of Emacs that I got from 
https://launchpad.net/~ubuntu-elisp/+archive

Suppose I have the file

\documentclass{article}
\begin{document}
\[
x
\]
\end{document}

I turn on previews (now I see the picture for the formula) and then run 
preview-at-point on the formula to show the LaTeX code again. Now if I 
put the point in the beginning of \begin{document} line and press down 
arrow two times, the first time the point is moved before \[, but the 
second time nothing happens.

If I put the point in the middle of the \begin{document} line and press 
down arrow two times, the first time the point moves before \[ and the 
second time after \[ (i.e., on the same line), though further arrows 
down move the point as expected.

Evgeny

------------------------------------------------------------------------



Emacs  : GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)
  of 2008-08-09 on samarium, modified by Debian
Package: 11.85

current state:
==============
(setq
  AUCTeX-date "2008-02-10"
  window-system 'x
  LaTeX-version "2e"
  TeX-style-path '("style" "auto" "/home/emakarov/emacs/autex/style"
  "/usr/local/share/emacs/site-lisp/auctex/private-style/"
  "/usr/local/share/emacs/23.0.60/site-lisp/auctex/style" 
"/usr/local/var/auctex")
  TeX-auto-save t
  TeX-parse-self t
  TeX-master t
  TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode 
doctex-mode) :help
     "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil (texinfo-mode) :help
     "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil 
(texinfo-mode) :help
     "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
     (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil 
(context-mode) :help
     "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help "View the printer 
queue" :visible
     TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help "Create index 
file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
     "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help
     "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help "Run an arbitrary command"))
  )


</description>
    <dc:creator>Evgeny Makarov</dc:creator>
    <dc:date>2008-08-18T22:58:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1426">
    <title>11.85; problems with nil in load-path</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1426</link>
    <description>
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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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 am using a ~/.emacs file consisting of
  (add-to-list 'load-path nil)

When I visit any TeX file, the modeline shows "Fundamental" mode.
(This also happens when I am creating a new TeX file.)  However, the
expected AUCTeX menus (LaTeX, command) appear in the menu bar, and the
key bindings are what one would expect from AUCTeX.

If I issue the command
  M-x tex-mode
the minibuffer reports
  Wrong type argument: stringp, nil

Note that if I have 
  (setq debug-on-error t)
in my ~/.emacs file, I get the following Backtrace when I first visit a TeX 
file: 

------%&lt;--%&lt;--%&lt;---cut here---%&lt;--%&lt;--%&lt;----------------------------
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  directory-file-name(nil)
  #[(x) "ÁÂ!!Ã  mapcar(#[(x) "ÁÂ!!Ã  byte-code("ÂÃÄÅ\"\"C¤" [load-path data-directory delq nil mapcar #[(x) "ÁÂ!!Ã  (defvar toolbarx-image-path (byte-code "ÂÃÄÅ\"\"C¤" [load-path data-directory delq nil mapcar #[... "ÁÂ!!Ã  require(toolbar-x)
  byte-code("ÀÁ!ÀÂ!ÀÃ!ÀÄ!" [require custom toolbar-x tex-buf latex] 2)
  LaTeX-install-toolbar()
  LaTeX-maybe-install-toolbar()
  latex-mode()
  tex-mode()
  call-interactively(tex-mode)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
------%&lt;--%&lt;--%&lt;---cut here---%&lt;--%&lt;--%&lt;----------------------------

Please look into this.  Thank you very much!!

Emacs  : GNU Emacs 22.2.1 (i386-redhat-linux-gnu, GTK+ Version 2.12.9)
 of 2008-05-23 on xenbuilder4.fedora.phx.redhat.com
Package: 11.85

current state:
==============
(setq
 AUCTeX-date "2008-02-10"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style" "auto" "/usr/share/emacs/site-lisp/auctex/style"
  "/var/auctex")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help
     "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode doctex-mode) :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
     "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help
     "View the printer queue" :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help
     "Create index file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
     :help "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
     t :help "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help
     "Run an arbitrary command")
    )
 )


</description>
    <dc:creator>Art Werschulz</dc:creator>
    <dc:date>2008-07-28T19:27:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1424">
    <title>11.85; LaTeX-paragraph-commands not evaluated</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1424</link>
    <description>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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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'm trying to have single "\item" lines left alone by fill-paragraph
(LaTeX-fill-paragraph).  I therefore added "item" to the customization
variable "LaTeX-paragraph-commands".  This however does not have any
effect as "LaTeX-paragraph-commands" is never used in latex.el.

The update function "LaTeX-paragraph-commands-regexp-make" only
evaluates "LaTeX-paragraph-commands-internal", but not
"LaTeX-paragraph-commands".  It should use *both* variables for
generating the regexp.


Emacs  : GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.8)
 of 2008-04-04 on monat
Package: 11.85

current state:
==============
(setq
 AUCTeX-date "2008-02-10"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style" "auto" "/usr/share/emacs/etc/auctex/style"
                  "/var/lib/auctex")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
                     TeX-run-TeX nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
                     (latex-mode doctex-mode) :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with HTML output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
                     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
                     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
                     (context-mode) :help "Run ConTeXt until completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
                     "Run BibTeX")
                    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the file")
                    ("Queue" "%q" TeX-run-background nil t :help
                     "View the printer queue" :visible TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help
                     "Create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
                     :help "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
                     t :help "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help
                     "Run an arbitrary command")
                    )
 )


</description>
    <dc:creator>Martin Pohlack</dc:creator>
    <dc:date>2008-07-16T15:08:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1401">
    <title>auctex 11.85 configure hangs</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1401</link>
    <description>Hi Gang:

Last week I moved to a new platform:  Solaris 10 on AMD64.  I've 
installed most of my favorite tools now, but I can't seem to get auctex 
to configure.  Here's what it looks like:

godzilla /usr/local/src/auctex/auctex-11.85 # ./configure 
--with-packagedir=/usr/local/share/xemacs/xemacs-packages
checking for make... make
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... ./install-sh -c
checking for date in ChangeLog... 2008-02-10
checking for release in ChangeLog... 11.85
checking for emacs... no
checking for xemacs... /usr/local/bin/xemacs
checking if /usr/local/bin/xemacs is XEmacs... yes
checking for XEmacs prefix... "/usr/local"
checking if XEmacs is recent enough... yes
checking for MULE support... yes
checking if build directory is valid... yes
checking where the package lisp files go... 
/usr/local/share/xemacs/xemacs-packages/lisp/auctex
checking where the data files go... 
/usr/local/share/xemacs/xemacs-packages/etc/auctex
checking where the info files go... 
/usr/local/share/xemacs/xemacs-packages/info
checking where automatically generated global style hooks go... 
${localstatedir}/auctex

And it just hangs there.  I've also tried setting --localstatedir=/var
and 11.84, but the results are the same.  Any ideas?  I'm using xemacs
21.5.28, Sun Studio 5.9, Blastwave, CONFIG_SHELL=/usr/xpg4/bin/sh, etc.
Not sure what else would be relevant...

Thanks,

Rodney



</description>
    <dc:creator>Rodney Sparapani</dc:creator>
    <dc:date>2008-06-10T18:19:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1392">
    <title>[Kenichi Handa] Re: Emacs fails to recogize"iso-2022-jp" encoded file</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1392</link>
    <description>
I think this should close the recent complaint about AUCTeX failing to
compile because of not tex-jp.el.

I think we should leave off the proposed coding cookie so that we can
report this problem timely when we see it again.



</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2008-06-04T08:46:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1390">
    <title>2008-05-30; highlighting of \citep[][]{} commands</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1390</link>
    <description>
hi,

when using natbib, \citep{} and \citep[]{} are nicely highlighted.
but \citep[][]{} which is a legitimate form is not highlighted.


Emacs  : GNU Emacs 23.0.60.1 (i386-apple-darwin9.2.2, *Step 9.0rc3)
 of 2008-05-27 on xx
Package: 2008-05-30

current state:
==============
(setq
 AUCTeX-date "2008-05-30"

_________________________________________________________________
It’s easy to add contacts from Facebook and other social sites through Windows Live™ Messenger. Learn how.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_LearnHow

</description>
    <dc:creator>emacs user</dc:creator>
    <dc:date>2008-06-03T10:40:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1389">
    <title>tex-jp.el needs a coding cookie</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1389</link>
    <description>Hi,

current Emacs CVS misreads tex-jp.el as UTF-8 instead of ISO-2022-JP,
causing byte-compilation of AUCTeX to fail, see [1].  There should be a
coding cookie like the following in the file:

;;; -*- coding: iso-2022-jp -*-

to prevent this from happening.

Cheers,
       Sven


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483731


</description>
    <dc:creator>Sven Joachim</dc:creator>
    <dc:date>2008-06-02T12:43:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1387">
    <title>[Sven Joachim] Bug#483731: auctex: postinst failedwith emacs-snapshot</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1387</link>
    <description>
Saw this in the Debian bug list.  Anybody else having problems in that
area?



</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2008-06-02T12:39:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1381">
    <title>11.83;[wishlist] please support semiverbatim environment for beamer</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1381</link>
    <description>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.
------------------------------------------------------------------------

"semiverbatim" environment is defined in beamer package, but not
supported by AUCTeX. According to the documentation of beamer,
this environment is similar to alltt package.

I am using Debian GNU/Linux sid version of AUCTeX, which is somewhat
older than the recent 11.85 version. However, I checked the 11.85 and
found that "semiverbatim" issue is not fixed yet.

Emacs  : GNU Emacs 22.2.1 (i486-pc-linux-gnu)
 of 2008-04-27 on raven, modified by Debian
Package: 11.83

current state:
==============
(setq
 AUCTeX-date "2006-06-07"
 window-system nil
 LaTeX-version "2e"
 TeX-style-path '("style" "auto"
"/usr/share/emacs/22.2/site-lisp/auctex/style"
"/var/lib/auctex/emacs22")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input
%t\"" TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX")
                    ("jLaTeX" "%(PDF)jlatex %S%(PDFout)
\"%(mode)\\input{%t}\"" TeX-run-TeX nil (latex-mode) :help "Run NTT
jLaTeX")
                    ("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input
%t\"" TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX")
                    ("pLaTeX" "%(PDF)platex %S%(PDFout)
\"%(mode)\\input{%t}\"" TeX-run-TeX nil (latex-mode) :help "Run ASCII
pLaTeX")
                    ("Mendex" "mendex %s" TeX-run-command nil t :help
"Create index file with mendex")
                    ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help
"Run jBibTeX") ("-" "" ignore nil t)
                    ("TeX" "%(PDF)%(tex) %S%(PDFout) \"%(mode)\\input
%t\"" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%l \"%(mode)\\input{%t}\"" TeX-run-TeX
nil (latex-mode doctex-mode) :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t"
TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML
output")
                    ("AmSTeX" "%(PDF)amstex %S%(PDFout)
\"%(mode)\\input %t\"" TeX-run-TeX nil (ams-tex-mode) :help "Run
AMSTeX")
                    ("ConTeXt" "texexec --once --texutil
%(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt
once")
                    ("ConTeXt Full" "texexec %(execopts)%t"
TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX") ("View" "%V" TeX-run-discard t t :help "Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the file")
                    ("Queue" "%q" TeX-run-background nil t :help "View
the printer queue" :visible TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t
:help "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t
:help "Create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil
(latex-mode) :help "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")"
TeX-run-function nil t :help "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
"Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil
t :help "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help "Run an
arbitrary command"))
 )

</description>
    <dc:creator>Ryo IGARASHI</dc:creator>
    <dc:date>2008-05-24T14:44:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1380">
    <title>2008-05-10; docTeX-mode</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1380</link>
    <description>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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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 try to edit the following simple .dtx-file and add an environment at
the point marked by ^ by the key combination C-c C-e &lt;environment name&gt;.
It starts ordinary but it ends with the message

Invalid regexp: "Invalid preceding regular expression"

What am I doing wrong?

-------8&lt;------------------
% \iffalse
%&lt;*driver&gt;
% \fi
%    \begin{macrocode}
\documentclass[english]{ltxdoc}
\begin{document}
    \DocInput{simple.dtx}
\end{document}
%    \end{macrocode}
% \iffalse
%&lt;/driver&gt;
% \fi
%
% \section{A Title}
%
% Some text \ldots{}
%  
% ^
-------8&lt;--------------------------

Thanks for your help in advance!

Jobst

Emacs  : XEmacs 21.4 (patch 20) "Double Solitaire" [Lucid]
(i686-pc-linux) of Tue Dec 12 2006 on tm2-work.fb3.fh-aachen.de
Package: 2008-05-10

current state:
==============
(setq
 AUCTeX-date "2008-05-10"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("~/etc/XEmacs/xemacs-packages/lisp/auctex/style/"
"auto"

"/opt/local/lib/xemacs/xemacs-packages/etc/auctex/style/"
                  "/opt/local/var/auctex/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
                     (latex-mode doctex-mode) :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
(texinfo-mode)
                     :help "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t"
TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with HTML
output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX
                     nil (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
TeX-run-TeX
                     nil (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX
nil
                     (context-mode) :help "Run ConTeXt until
completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX")
                    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the
file")
                    ("Queue" "%q" TeX-run-background nil t :help
                     "View the printer queue" :visible
TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t
t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help
                     "Create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil
(latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")"
TeX-run-function nil t
                     :help "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil
t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help
                     "Run an arbitrary command")
                    )
 )

</description>
    <dc:creator>Jobst Hoffmann</dc:creator>
    <dc:date>2008-05-23T09:48:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1378">
    <title>11.85; PSTricks</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1378</link>
    <description>Hello!

My LaTeX file uses PSTricks. Therefore I have in AUCTeX a LaTeXesc  
command to run '(pdf)latex -shell-escape' – which preview does not  
want to do, it does not inherit the TeX-command from the AUCTeX  
session. Here for the case of pdfLaTeX:

Emacs  : GNU Emacs 22.2.1 (powerpc-apple-darwin8.11.0, X toolkit,  
Xaw3d scroll bars)
  of 2008-04-17 on Latsche.local
Package: 11.85

Run buffer contents:

Running `Preview-LaTeX' on `_region_' with ``pdflatex  "\nonstopmode 
\nofiles\PassOptionsToPackage{active,tightpage,auctex}{preview} 
\AtBeginDocument{\ifx\ifPreview\undefined\RequirePackage 
[displaymath,floats,graphics,textmath,sections,footnotes]{preview} 
[2004/11/05]\fi}" "\input" _region_.tex''
This is pdfTeX, Version 3.141592-1.40.0-rc4 (Web2C 7.5.5)
entering extended mode
LaTeX2e &lt;2005/12/01&gt;
Babel &lt;v3.8h&gt; and hyphenation patterns for english, nohyphenation,  
ngerman, fre
nch, ukenglish, loaded.

No auxiliary output files.

(./_region_.tex  !name(Beispiel.tex)
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/size11.clo))
(/usr/local/gwTeX/texmf.pkgs/tex/generic/oberdiek/ifpdf.sty)
_region_: Bonjour, PDF!
(/usr/local/gwTeX/texmf.texlive/tex/latex/cmap/cmap.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/graphicx.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/keyval.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/graphics.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/trig.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/config/graphics.cfg)
(/usr/local/gwTeX/texmf.local/tex/latex/graphics/pdftex.def)))
(/usr/local/gwTeX/texmf.pkgs/tex/latex/microtype/microtype.sty
(/usr/local/gwTeX/texmf.pkgs/tex/latex/microtype/microtype.cfg))
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/babel.sty
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/ngermanb.ldf
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/babel.def))
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/english.ldf))
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/fontenc.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/t1enc.def)&lt;&lt;t1.cmap&gt;&gt;)
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/textcomp.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/ts1enc.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/inputenc.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/latin9.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/geometry/geometry.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/geometry/geometry.cfg))
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/lscape.sty)
(/usr/local/gwTeX/texmf.local/tex/latex/localfonts/lucida.sty)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/archaic/phoenician.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/psnfss/pifont.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/psnfss/upzd.fd)
(/Users/pete/Library/texmf/tex/latex/ps...

[...]

...f.texlive/tex/latex/xcolor/svgnam.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/amsfonts/amssymb.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/gwTeX/texmf.texlive/tex/latex/soul/soul.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/txfonts.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/pdftricks/pdftricks.sty

Package pdftricks Warning: ****************************************
(pdftricks)                Package pdftricks v,1.16 loaded
(pdftricks)                [psTricks support in PDF (CVR, ACL)]
(pdftricks)                ****************************************.


Package pdftricks Warning: ****************************************
(pdftricks)                No \write 18 capability.
(pdftricks)                You'll have to run a script by yourself!
(pdftricks)                ****************************************.

(/usr/local/gwTeX/texmf.texlive/tex/latex/moreverb/moreverb.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/tools/verbatim.sty)))
No file _region_.aux.
(/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/omltxmi.fd)
(/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/omstxsy.fd)
(/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/omxtxex.fd)
(/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/utxexa.fd)
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/ts1cmr.fd)
(/usr/local/gwTeX/texmf.texlive/tex/latex/psnfss/t1ppl.fd)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/preview/preview.sty
(/usr/local/gwTeX/texmf.pkgs/tex/latex/preview/prtightpage.def)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/preview/prauctex.def
No auxiliary output files.


(/usr/local/gwTeX/texmf.pkgs/tex/latex/preview/prauctex.cfg))
(/usr/local/gwTeX/texmf.pkgs/tex/latex/preview/prfootnotes.def)
Preview: Fontsize 10.95pt
Preview: PDFoutput 1
) (/usr/local/gwTeX/texmf.local/tex/context/base/supp-pdf.tex
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/gwTeX/texmf.pkgs/tex/latex/microtype/mt-ppl.cfg)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/hyperref/nameref.sty
(/usr/local/gwTeX/texmf.pkgs/tex/latex/oberdiek/refcount.sty))
  !name(Beispiel.tex) !offset(495)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/archaic/ot1phnc.fd)
  !name(Beispiel.tex) !offset(494)  )
(see the transcript file for additional information)
No pages of output.

pdfTeX warning: pdflatex: dangling objects discarded, no output file  
produced.
Transcript written on _region_.log.

Preview-LaTeX finished with nothing to show at Tue May 20 14:20:05
LaTeX: LaTeX found no preview images

current state:
==============
(setq
  AUCTeX-version "11.85"
  LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
  image-types '(png gif tiff jpeg xpm postscript xbm pbm)
  preview-image-type 'png
  preview-image-creators '((dvipng
   (open preview-gs-open preview-dvipng-process-setup)
   (place preview-gs-place) (close preview-dvipng-close))
  (png (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (jpeg (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (pnm (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (tiff (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  )
  preview-dvipng-image-type 'png
  preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev 
%%03d.png\""
  preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
  preview-gs-command "gs"
  preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "- 
dPrinted"
      "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
  preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
       (dvipng png "-sDEVICE=png16m")
       (jpeg jpeg "-sDEVICE=jpeg")
       (pnm pbm "-sDEVICE=pnmraw")
       (tiff tiff "-sDEVICE=tiff12nc"))
  preview-fast-conversion t
  preview-prefer-TeX-bb nil
  preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
  preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
  preview-scale-function 'preview-scale-from-face
  preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\ 
\PassOptionsToPackage{"
 ("," . preview-required-option-list)
 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined"
 preview-default-preamble "\\fi}\"%' %t")
  preview-required-option-list '("active" "tightpage" "auctex"
(preview-preserve-counters "counters"))
  preview-preserve-counters nil
  preview-default-option-list '("displaymath" "floats" "graphics"  
"textmath"
       "sections" "footnotes")
  preview-default-preamble '("\\RequirePackage[" ("," . preview- 
default-option-list)
    "]{preview}[2004/11/05]")
  preview-LaTeX-command-replacements nil
  preview-dump-replacements '(preview-LaTeX-command-replacements
     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\ 
\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini -interaction=nonstopmode \"&amp;\\1\" "  
preview-format-name ".ini \\5")
     )
  preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\ 
(.*\\)\\'"
"\\1 -interaction=nonstopmode \"&amp;"
preview-format-name "\" \\2")
       )
  preview-auto-cache-preamble 'ask
  preview-TeX-style-dir nil
  )

Output from running `gs -h':
GPL Ghostscript 8.61 (2007-11-21)
Copyright (C) 2007 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
  -dNOPAUSE           no pause after page   | -q       `quiet', fewer  
messages
  -g&lt;width&gt;x&lt;height&gt;  page size in pixels   | -r&lt;res&gt;  pixels/inch  
resolution
  -sDEVICE=&lt;devname&gt;  select device         | -dBATCH  exit after  
last file
  -sOutputFile=&lt;file&gt; select output file: - for stdout, |command for  
pipe,
                                          embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2  
PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
    alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250  
appledmp
    atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v  
bj10vh
    bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono  
bmp16 bmp16m
    bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet  
cdj1600 cdj500
    cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cfax  
cgm24
    cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl  
cp50
    declj250 deskjet devicen dfaxhigh dfaxlow dj505j djet500 djet500c  
dl2100
    dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900  
epl6100
    epl6200 eps9high eps9mid epson epsonc epswrite escp escpage faxg3  
faxg32d
    faxg4 fmlbp fmpr fs600 gdi hl1240 hl1250 hl7x0 hpdj1120c hpdj310  
hpdj320
    hpdj340 hpdj400 hpdj500 hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c
    hpdj560c hpdj600 hpdj660c hpdj670c hpdj680c hpdj690c hpdj850c  
hpdj855c
    hpdj870c hpdj890c hpdjplus hpdjportable ibmpro ijs imagen imdi  
inferno
    iwhi iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75
    la75plus laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000
    lips2p lips3 lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray  
lj5mono
    ljet2p ljet3 ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800  
lp1900
    lp2000 lp2200 lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900  
lp8000
    lp8000c lp8100 lp8200c lp8300c lp8300f lp8400f lp8500c lp8600  
lp8600f
    lp8700 lp8800c lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300
    lp9400 lp9500c lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lx5000
    lxm3200 lxm5700m m8510 mag16 mag256 md1xMono md2k md50Eco  
md50Mono md5k
    mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8 mgrmono miff24 mj500c mj6000c
    mj700v2c mj8000c ml600 necp6 npdl nullpage oce9050 oki182 oki4w  
okiibm
    omni oprp opvp paintjet pam pbm pbmraw pcl3 pcx16 pcx24b pcx256  
pcx2up
    pcxcmyk pcxgray pcxmono pdfwrite pgm pgmraw pgnm pgnmraw photoex  
picty180
    pj pjetxl pjxl pjxl300 pkm pkmraw pksm pksmraw plan9bm png16 png16m
    png256 png48 pngalpha pnggray pngmono pnm pnmraw ppm ppmraw pr1000
    pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb psgray psmono psrgb  
pswrite
    pxlcolor pxlmono r4081 rpdl samsunggdi sgirgb sj48 spotcmyk st800  
stcolor
    sunhmono t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiff32nc
    tiffcrle tiffg3 tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffsep
    uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4  
x11cmyk8
    x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
Search path:
    . : %rom%lib/ : /sw/share/ghostscript/8.61/lib :
    /sw/share/ghostscript/8.61/Resource : /sw/share/ghostscript/fonts :
    /sw/share/fonts/default/ghostscript : /sw/share/fonts/default/ 
Type1 :
    /sw/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
    /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/ 
TrueType
Initialization files are compiled into the executable.
For more information, see /sw/share/ghostscript/8.61/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.


And now "simple" or "straight" LaTeX. The LaTeX file has not changed  
between sessions.

Emacs  : GNU Emacs 22.2.1 (powerpc-apple-darwin8.11.0, X toolkit,  
Xaw3d scroll bars)
  of 2008-04-17 on Latsche.local
Package: 11.85

Run buffer contents:

Running `Preview-LaTeX' on `_region_' with ``pdflatex  "\pdfoutput=0  
" "\nonstopmode\nofiles\PassOptionsToPackage{active,tightpage,auctex} 
{preview}\AtBeginDocument{\ifx\ifPreview\undefined\RequirePackage 
[displaymath,floats,graphics,textmath,sections,footnotes]{preview} 
[2004/11/05]\fi}" "\input" _region_.tex''
This is pdfTeX, Version 3.141592-1.40.0-rc4 (Web2C 7.5.5)
entering extended mode
LaTeX2e &lt;2005/12/01&gt;
Babel &lt;v3.8h&gt; and hyphenation patterns for english, nohyphenation,  
ngerman, fre
nch, ukenglish, loaded.

No auxiliary output files.

(./_region_.tex  !name(Beispiel.tex)
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/size11.clo))
(/usr/local/gwTeX/texmf.pkgs/tex/generic/oberdiek/ifpdf.sty)
¡Hola _region_: DVI!
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/graphicx.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/keyval.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/graphics.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/trig.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/config/graphics.cfg)
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/dvips.def)))
(/usr/local/gwTeX/texmf.pkgs/tex/latex/microtype/microtype.sty
(/usr/local/gwTeX/texmf.pkgs/tex/latex/microtype/microtype.cfg))
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/babel.sty
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/ngermanb.ldf
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/babel.def))
(/usr/local/gwTeX/texmf.texlive/tex/generic/babel/english.ldf))
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/fontenc.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/t1enc.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/textcomp.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/ts1enc.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/inputenc.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/base/latin9.def))
(/usr/local/gwTeX/texmf.texlive/tex/latex/geometry/geometry.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/geometry/geometry.cfg))
(/usr/local/gwTeX/texmf.texlive/tex/latex/graphics/lscape.sty)
(/usr/local/gwTeX/texmf.local/tex/latex/localfonts/lucida.sty)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/archaic/phoenician.sty)
(/usr/local/gwTeX/texmf.texlive/tex/latex/psnfss/pifont.sty
(/usr/local/gwTeX/texmf.texlive/tex/latex/psnfss/upzd.fd)
(/Users/pete/Library/texmf/tex/latex/psnfss/upsy.fd))
(/usr/local/gwTeX/texmf.texlive/tex/lat...

[...]

...iew: Snippet 57 started.
&lt;-&gt;&lt;-&gt;

l.678   $
          ÷$        &amp; 367 &amp; 247 &amp; F7\rule{.2em}{0mm} &amp; U+00F7 &amp;    C3  
B7 &amp; \t...

! Preview: Snippet 57 ended.(368138+0x456405).
&lt;-&gt;&lt;-&gt;

l.678   $÷$
                    &amp; 367 &amp; 247 &amp; F7\rule{.2em}{0mm} &amp; U+00F7 &amp;    C3  
B7 &amp; \t...

[57] (/usr/local/gwTeX/texmf.texlive/tex/latex/txfonts/t1txtt.fd)
(/usr/local/gwTeX/texmf.pkgs/tex/latex/archaic/ot1phnc.fd) )
(see the transcript file for additional information)
Output written on _region_.dvi (57 pages, 11852 bytes).
Transcript written on _region_.log.

Preview-LaTeX exited as expected with code 1 at Tue May 20 14:48:03
Running `Preview-DviPS' with ``dvips -Pwww _region_.dvi -o  
_region_.prv/tmp14123kxo/preview.ps''
This is dvips(k) 5.96 Copyright 2005 Radical Eye Software  
(www.radicaleye.com)
' TeX output 2008.05.20:1447' -&gt; _region_.prv/tmp14123kxo/preview.ps
dvips: no match for special paper size found; using default
&lt;tex.pro&gt;&lt;8r.enc&gt;&lt;texps.pro&gt;&lt;special.pro&gt;.  
&lt;txexa.pfb&gt;&lt;txsyc.pfb&gt;&lt;txsy.pfb&gt;
&lt;rtxmi.pfb&gt;&lt;txex.pfb&gt;&lt;rtxr.pfb&gt;[1] [2] [3] [4] [5] [6] [7] [8] [9]  
[10] [11]
[12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]  
[26]
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38&lt;pop- 
image1.jpg&gt;]
[39&lt;pop-image1.jpg&gt;] [40&lt;pop-image1.jpg&gt;] [41] [42] [43] [44] [45]  
[46] [47]
[48] [49] [50] [51] [52] [53] [54] [55] [56] [57]

Preview-DviPS finished at Tue May 20 14:48:04
Running `Preview-Ghostscript' with ``gs -dOutputFile\=\(_region_.prv/ 
tmp14123kxo/pr1-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS - 
dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m - 
r65.7103x65.7103''

Preview-Ghostscript finished at Tue May 20 14:48:06
Running `Preview-Ghostscript' with ``gs -dOutputFile\=\(_region_.prv/ 
tmp14123kxo/pr2-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS - 
dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m - 
r65.7103x65.7103''

Preview-Ghostscript finished at Tue May 20 14:48:06
Running `Preview-Ghostscript' with ``gs -dOutputFile\=\(_region_.prv/ 
tmp14123kxo/pr3-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS - 
dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m - 
r65.7103x65.7103''

Preview-Ghostscript finished at Tue May 20 14:48:07
Running `Preview-Ghostscript' with ``gs -dOutputFile\=\(_region_.prv/ 
tmp14123kxo/pr4-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS - 
dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m - 
r65.7103x65.7103''

Preview-Ghostscript finished at Tue May 20 14:48:09

current state:
==============
(setq
  AUCTeX-version "11.85"
  LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
  image-types '(png gif tiff jpeg xpm postscript xbm pbm)
  preview-image-type 'png
  preview-image-creators '((dvipng
   (open preview-gs-open preview-dvipng-process-setup)
   (place preview-gs-place) (close preview-dvipng-close))
  (png (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (jpeg (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (pnm (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  (tiff (open preview-gs-open) (place preview-gs-place)
   (close preview-gs-close))
  )
  preview-dvipng-image-type 'png
  preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev 
%%03d.png\""
  preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
  preview-gs-command "gs"
  preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "- 
dPrinted"
      "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
  preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
       (dvipng png "-sDEVICE=png16m")
       (jpeg jpeg "-sDEVICE=jpeg")
       (pnm pbm "-sDEVICE=pnmraw")
       (tiff tiff "-sDEVICE=tiff12nc"))
  preview-fast-conversion t
  preview-prefer-TeX-bb nil
  preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
  preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
  preview-scale-function 'preview-scale-from-face
  preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\ 
\PassOptionsToPackage{"
 ("," . preview-required-option-list)
 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined"
 preview-default-preamble "\\fi}\"%' %t")
  preview-required-option-list '("active" "tightpage" "auctex"
(preview-preserve-counters "counters"))
  preview-preserve-counters nil
  preview-default-option-list '("displaymath" "floats" "graphics"  
"textmath"
       "sections" "footnotes")
  preview-default-preamble '("\\RequirePackage[" ("," . preview- 
default-option-list)
    "]{preview}[2004/11/05]")
  preview-LaTeX-command-replacements nil
  preview-dump-replacements '(preview-LaTeX-command-replacements
     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\ 
\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini -interaction=nonstopmode \"&amp;\\1\" "  
preview-format-name ".ini \\5")
     )
  preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\ 
(.*\\)\\'"
"\\1 -interaction=nonstopmode \"&amp;"
preview-format-name "\" \\2")
       )
  preview-auto-cache-preamble 'ask
  preview-TeX-style-dir nil
  )

Output from running `gs -h':
GPL Ghostscript 8.61 (2007-11-21)
Copyright (C) 2007 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
  -dNOPAUSE           no pause after page   | -q       `quiet', fewer  
messages
  -g&lt;width&gt;x&lt;height&gt;  page size in pixels   | -r&lt;res&gt;  pixels/inch  
resolution
  -sDEVICE=&lt;devname&gt;  select device         | -dBATCH  exit after  
last file
  -sOutputFile=&lt;file&gt; select output file: - for stdout, |command for  
pipe,
                                          embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2  
PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
    alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250  
appledmp
    atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v  
bj10vh
    bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono  
bmp16 bmp16m
    bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet  
cdj1600 cdj500
    cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cfax  
cgm24
    cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl  
cp50
    declj250 deskjet devicen dfaxhigh dfaxlow dj505j djet500 djet500c  
dl2100
    dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900  
epl6100
    epl6200 eps9high eps9mid epson epsonc epswrite escp escpage faxg3  
faxg32d
    faxg4 fmlbp fmpr fs600 gdi hl1240 hl1250 hl7x0 hpdj1120c hpdj310  
hpdj320
    hpdj340 hpdj400 hpdj500 hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c
    hpdj560c hpdj600 hpdj660c hpdj670c hpdj680c hpdj690c hpdj850c  
hpdj855c
    hpdj870c hpdj890c hpdjplus hpdjportable ibmpro ijs imagen imdi  
inferno
    iwhi iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75
    la75plus laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000
    lips2p lips3 lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray  
lj5mono
    ljet2p ljet3 ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800  
lp1900
    lp2000 lp2200 lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900  
lp8000
    lp8000c lp8100 lp8200c lp8300c lp8300f lp8400f lp8500c lp8600  
lp8600f
    lp8700 lp8800c lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300
    lp9400 lp9500c lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lx5000
    lxm3200 lxm5700m m8510 mag16 mag256 md1xMono md2k md50Eco  
md50Mono md5k
    mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8 mgrmono miff24 mj500c mj6000c
    mj700v2c mj8000c ml600 necp6 npdl nullpage oce9050 oki182 oki4w  
okiibm
    omni oprp opvp paintjet pam pbm pbmraw pcl3 pcx16 pcx24b pcx256  
pcx2up
    pcxcmyk pcxgray pcxmono pdfwrite pgm pgmraw pgnm pgnmraw photoex  
picty180
    pj pjetxl pjxl pjxl300 pkm pkmraw pksm pksmraw plan9bm png16 png16m
    png256 png48 pngalpha pnggray pngmono pnm pnmraw ppm ppmraw pr1000
    pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb psgray psmono psrgb  
pswrite
    pxlcolor pxlmono r4081 rpdl samsunggdi sgirgb sj48 spotcmyk st800  
stcolor
    sunhmono t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiff32nc
    tiffcrle tiffg3 tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffsep
    uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4  
x11cmyk8
    x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
Search path:
    . : %rom%lib/ : /sw/share/ghostscript/8.61/lib :
    /sw/share/ghostscript/8.61/Resource : /sw/share/ghostscript/fonts :
    /sw/share/fonts/default/ghostscript : /sw/share/fonts/default/ 
Type1 :
    /sw/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
    /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/ 
TrueType
Initialization files are compiled into the executable.
For more information, see /sw/share/ghostscript/8.61/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.



--
Mit friedvollen Grüßen

   Pete

UNIX is user friendly, it's just picky about who its friends are.




</description>
    <dc:creator>Peter Dyballa</dc:creator>
    <dc:date>2008-05-20T12:56:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1370">
    <title>2008-03-12;AUC-TeX doesn't honor XEmacs toolbar visibility specification</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1370</link>
    <description>
       Hello,

XEmacs provides a set of custom variables (specifiers actually) to
control the visilibity of the toolbar(s). These are
((default|left|right|top|bottom)-)?toolbar-visible-p. It seems that
AUC-TeX doesn't honor either of these (the toolbar is displayed whatever
their value).



Here's my current setup:

Emacs  : XEmacs 21.5  (beta28) "fuki" beb0c9dcbaf3 [Lucid] (i686-pc-linux, Mule) of Wed Mar 19 2008 on uzeb
Package: 2008-03-12

current state:
==============
(setq
 AUCTeX-date "2008-03-12"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '(".style/" ".auto/" "/home/didier/share/tex/bib/.style/"
  "/home/didier/share/doc/.style/"
  "/home/didier/share/tex/cls/.style/"
  "/home/didier/share/tex/sty/.style/"
  "/home/didier/share/tex/cfg/.style/"
  "/home/didier/share/tex/fd/.style/"
  "/home/didier/share/tex/bib/.auto/"
  "/home/didier/share/doc/.auto/"
  "/home/didier/share/tex/cls/.auto/"
  "/home/didier/share/tex/sty/.auto/"
  "/home/didier/share/tex/cfg/.auto/"
  "/home/didier/share/tex/fd/.auto/"
  "/usr/local/share/xemacs/site-packages/etc/auctex/style"
  "/usr/local/var/auctex/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help
     "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode doctex-mode) :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
     "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help
     "View the printer queue" :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help
     "Create index file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
     :help "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
     t :help "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help
     "Run an arbitrary command")
    )
 )

</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2008-04-15T16:18:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1359">
    <title>[A Mennucc] Bug#469816: auctex: (does not) print PDFwith dvips</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1359</link>
    <description>
Have we an idea how to deal with that yet?



</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2008-03-07T10:12:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1356">
    <title>Problem with preview and auctex</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1356</link>
    <description>I try to run preview-document on some latex documents and I get a weird error:

[snip]
Preview-LaTeX exited as expected with code 1 at Mon Mar  3 23:05:53
Running `Preview-DviPS' with ``dvips -Pwww harmonic-analysis-evaluation.dvi -o
harmonic-analysis-evaluation.prv/tmp20843hZm/preview.ps''

Preview-DviPS morto at Mon Mar  3 23:05:53
LaTeX: Wrong type argument: number-or-marker-p, nil


What does it mean? My document has no images, but it has a bibliography and
tables. The dvi file exists. My .emacs has just

(add-hook 'LaTeX-mode-hook 'reftex-mode)

of reftex or auctex-related things. I'm using debian unstable, and the versions
I have are:



$ latex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX using libpoppler copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX using libpoppler source.
Primary author of pdfTeX using libpoppler: Peter Breitenlohner (eTeX)/Han The
Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.

Compiled with libpng 1.2.15beta5; using libpng 1.2.15beta5
Compiled with zlib 1.2.3.3; using zlib 1.2.3.3
Compiled with libpoppler version 3.00

$ dvips --version
dvips(k) 5.96.1
kpathsea version 3.5.6
Copyright (C) 2007 Radical Eye Software.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License
and the Dvips copyright.
For more information about these matters, see the files
named COPYING and dvips.h.
Primary author of Dvips: T. Rokicki.

$ gs --version
8.61

$ emacs --version
GNU Emacs 22.1.1
Copyright (C) 2007 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

$ apt-cache show auctex
Package: auctex
Priority: optional
Section: tex
Installed-Size: 4176
Maintainer: Davide G. M. Salvetti &lt;salve&lt; at &gt;debian.org&gt;
Architecture: all
Version: 11.83-7
[snip]

What is the problem?



</description>
    <dc:creator>Alexandre Tachard Passos</dc:creator>
    <dc:date>2008-03-04T02:12:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1348">
    <title>11.84; latex go to error bug</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1348</link>
    <description>
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.
------------------------------------------------------------------------

Here is a slight update on the bug report I submitted last week.
If I compile the file bug.tex (reproduced below), it flags the error,
but typing C-c ` gets auctex confused about the master file....I get
a request in the minibuffer to identify the master file, and no
matter what response I enter, the program opens a new buffer called  
"file"
and loses its place.  However, if I delete (or comment) the
line beginning "Note that in fact" then this doesn't happen.
So something depends on the contents of the file in  a strange way.

Here is the file.



Emacs  : GNU Emacs 22.1.50.2 (i386-apple-darwin8.11.1, Carbon Version  
1.6.0)
  of 2008-01-27 on plume.sr.unh.edu - Aquamacs Distribution 1.2CVS
Package: 11.84

current state:
==============
(setq
  AUCTeX-date "2007-01-12"
  window-system 'mac
  LaTeX-version "2e"
  TeX-style-path '("style" "auto"
  "/Volumes/Math_faculty/ogus_on_yosemite/Current/Bibliography/ 
style" "/Users/ogus/library/texmf/style" "/Users/ogus/library/texmf/ 
style" "/Volumes/Math_faculty/ogus_on_yosemite/Current/Bibliography/ 
auto" "/Users/ogus/library/texmf/auto" "/Users/ogus/library/texmf/ 
auto" "/Applications/Aquamacs Emacs.app/Contents/Resources/site-lisp/ 
edit-modes/auctex/style" "/Applications/Aquamacs Emacs.app/Contents/ 
Resources/site-lisp/edit-modes/var/auctex")
  TeX-auto-save t
  TeX-parse-self nil
  TeX-master t
  TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help
     "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode doctex-mode) :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
     "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help
     "View the printer queue" :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help
     "Create index file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
     :help "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
     t :help "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("XeLaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode context-mode) :help
     (format "Run X%sLaTeX"
      (string (decode-char (quote ucs) 600)))
     )
    ("Other" "" TeX-run-command t t :help
     "Run an arbitrary command")
    ("Jump To PDF"
     "(aquamacs-call-viewer \"%o\" %(FileLine) \"%b\")"
     TeX-run-function nil t :help "Jump here in Skim")
    )
  )</description>
    <dc:creator>Arthur Ogus</dc:creator>
    <dc:date>2008-02-21T01:44:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1347">
    <title>2007-03-23; Strange action on customization...</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1347</link>
    <description>

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.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug 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.
------------------------------------------------------------------------

Hi, I was editing a file in docTeX mode, and I used the menu
LaTeX/Customize AUCTeX/Extend this menu.  As a result, a new top level
menu "docTeX" appeared which had a fullblown customize menu as its only
submenu.  The original LaTeX menu, however, was not extended.

Not sure what the right action is here: when extending
"LaTeX/Customize..." it would seem that we would want, by whatever
inheritance mechanism, have this extension hold for any
"xxxTeX/Customize..." menu.  Or not?


Emacs  : GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2008-02-11 on lola
Package: 2007-03-23

current state:
==============
(setq
 AUCTeX-date "2007-03-23"
 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 nil
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil
     (plain-tex-mode ams-tex-mode texinfo-mode) :help
     "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode doctex-mode) :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
     "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help
     "View the printer queue" :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help
     "Create index file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
     :help "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
     t :help "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help
     "Run an arbitrary command")
    )
 )
</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2008-02-20T22:45:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.auctex.bugs/1343">
    <title>delete-process</title>
    <link>http://comments.gmane.org/gmane.emacs.auctex.bugs/1343</link>
    <description>From:  &lt;Ekkehard&lt; at &gt;EKKE&gt;
To: bug-auctex&lt; at &gt;gnu.org
Subject: 11.84; delete-process
--text follows this line--

Hallo,

working with emacs and auctex, I found that the "Inverse DVI search"
does not work on my system.

I describe a shortened process, perhaps you can reproduce this "bug"
on your machine.

Load a tex file, say test.tex. Then give the command "Latex" to produce
test.dvi. Then run "Latex-View" and the yap window opens. Then
go back to the emacs window WITHOUT deleting the yap process.
Then give again the command "Latex" . Now the system asks

Process 'Latex-View' for document 'test' running, kill it? (yes or no)

When I answer 'yes', emacs hangs. I can stop it only by the
Windows task manager and finally Microsoft asks wether or
not I want to send a problem report (of course, I do not).

The same problem occures with ispell:

I invoke Emacs or, from a command line, emacs -Q.
Then I load some file text.tex and run
ispell. Now, when I want to terminate ispell
before it has proved the whole text, I type the letter q.
The system then asks

Really kill ispell process? (y or n)

I type 'y' and now emacs hangs. I cannot terminate
the program by C-g, even when I type this repeatedly. Again
I can terminate emacs only with the Windows task manager.

I found that emacs hangs when the function ispell-kill-ispell
(in ispell.el) is called and when the command (delete-process
ispell-process) within this function is called.

I have installed Ispell 3.1.20

Gruss Ekkehard Krüger

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.
------------------------------------------------------------------------



Emacs  : GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
  of 2007-06-02 on RELEASE
Package: 11.84

current state:
==============
(setq
  AUCTeX-date "2007-01-12"
  window-system 'w32
  LaTeX-version "2e"
  TeX-style-path '("style" "auto"  
"d:/Programme/emacs/site-lisp/auctex/style"
  "d:/programme/emacs/var/auctex")
  TeX-auto-save t
  TeX-parse-self t
  TeX-master nil
  TeX-command-list '(("GhostView" "gsview32 %f" TeX-run-command nil t)
    ("ps2pdf" "ps2pdf  %f %s.pdf " TeX-run-command nil t)
    ("PostScript" "dvips %d -o %f " TeX-run-command nil t)
    ("Windvi"
     "windvi %d -debug 64 -density 20 -gspalette Color
  -nopostscript -bg moccasin" TeX-run-command nil t)
    ("LaTex-View" "yap -1 -s%n%b %d" TeX-run-command nil t)
    ("SmallGhostview" "gsview32.exe %s.2.ps" TeX-run-command
     nil t)
    ("HalfSize" "psnup -2 %f %s.2.ps" TeX-run-command nil t)
    ("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
  TeX-run-TeX
     nil (plain-tex-mode ams-tex-mode texinfo-mode) :help
     "Run plain TeX")
    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
     (latex-mode doctex-mode) :help "Run LaTeX")
    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with Info output")
    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
     (texinfo-mode) :help "Run Makeinfo with HTML output")
    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
     (context-mode) :help "Run ConTeXt until completion")
    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
     "Run BibTeX")
    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
    ("Print" "%p" TeX-run-command t t :help "Print the file")
    ("Queue" "%q" TeX-run-background nil t :help
     "View the printer queue" :visible TeX-queue-command)
    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
     "Generate PostScript file")
    ("Index" "makeindex %s" TeX-run-command nil t :help
     "Create index file")
    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
     :help "Check LaTeX file for correctness")
    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
     t :help "Spell-check the document")
    ("Clean" "TeX-clean" TeX-run-function nil t :help
     "Delete generated intermediate files")
    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
     "Delete generated intermediate and output files")
    ("Other" "" TeX-run-command t t :help
     "Run an arbitrary command")
    )
  )


</description>
    <dc:creator>Ekkehard Krüger</dc:creator>
    <dc:date>2008-02-19T10:22:32</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.emacs.auctex.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.auctex.bugs</link>
  </textinput>
</rdf:RDF>
