<?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 rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general">
    <title>gmane.emacs.auctex.general</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general</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://permalink.gmane.org/gmane.emacs.auctex.general/3653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3639"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3638"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3637"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3636"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3635"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3634"/>
      </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://permalink.gmane.org/gmane.emacs.auctex.general/3653">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3653</link>
    <description>&lt;pre&gt;Confirmed here with Slackware current.

emacs 22.3
auctex 11.85 or 11.86
ghostscript 8.71

Downgrading to ghostscript 8.70 fixed everything

The error output by ghostscript was:
/typecheck in --setfileposition--
&lt;/pre&gt;</description>
    <dc:creator>Mathieu Bouillaguet</dc:creator>
    <dc:date>2010-03-11T17:06:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3652">
    <title>Re: automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3652</link>
    <description>&lt;pre&gt;

No.  It speaks of doing it twice because there are two environments to
be configured in the example.


Probably.  Addmittedly I've never used Customize to configure a mode
hook.  You can try to click on [INS] and then copy and paste the
(lambda () ...)  part from the example into the text box.  Obviously you
will have to edit the list of environments in that code to fit those you
would like to configure.  For each environment you have to put in an
entry like '("&amp;lt;environment&amp;gt;" LaTeX-env-label).

If that doesn't work you might try to copy and paste the whole code
snippet from the RefTeX manual, i.e. including the `add-hook' part, into
your init file and restart Emacs (or evaluate the snippet with `C-x
C-e').  The init file can usually be found with `C-x C-f ~/.emacs
&amp;lt;RET&amp;gt;', though I don't know if Aquamacs still uses that.

&lt;/pre&gt;</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2010-02-26T19:41:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3651">
    <title>Re: automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3651</link>
    <description>&lt;pre&gt;

I followed the instructions for using "customize" to do this, but I didn't 
do anything else, since the "Theorem and Axiom" section said "To do the 
same configuration with `customize', you need to click on the `[INS]' 
button twice to create two templates and fill them in like this: ...", and 
I took that to mean this included the mode hook part.

Since I don't know lisp, I only use the "customize" way, and don't know 
how to translate the lisp instructions for adding the mode hook into 
"customize" instructions.  The Latex Mode Hook group only has a text box 
without choices, so I'm not sure what to enter.  I assume this is 
the right place to be working, though, right?

Thanks,
David
&lt;/pre&gt;</description>
    <dc:creator>David Romano</dc:creator>
    <dc:date>2010-02-26T19:18:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3650">
    <title>Re: automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3650</link>
    <description>&lt;pre&gt;

There's no need for that since there is no bug tracker behind the
mailing list you sent the report to.


Since you don't describe what exactly you did this is hard to tell.  Did
you follow the instructions in (info "(reftex)Theorem and Axiom"),
including the addition to the mode hook?

&lt;/pre&gt;</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2010-02-26T18:50:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3649">
    <title>Re: automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3649</link>
    <description>&lt;pre&gt;

I submitted a bug report only to learn soon after that the problem was 
in the file I was collaborating on.  A new section command was introduced
that apparently interefered with creating label within that section.  I'd 
like to cancel the bug report, but am not sure how.


I've spent some time with the AUCTeX and RefTeX manuals, and can't seem to 
make any progress with this.  I've changed the RefTeX label alist to 
include some theorem-like environments, and C-c C-m \label works fine, but 
the labels are not being generated automatically when I use C-c C-e. 
Section and equation labels, however, are still being generated 
automatically with either C-c C-s or C-c C-e.  Have I missed a variable 
that needs changing?

Thanks,
David Romano
&lt;/pre&gt;</description>
    <dc:creator>David Romano</dc:creator>
    <dc:date>2010-02-26T18:19:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3648">
    <title>Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3648</link>
    <description>&lt;pre&gt;You're welcome,

to turn off the splash screen (by and by it started to bother me), insert
(setq inhibit-startup-message t)
into your .emacs file.

Regards,
Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-25T17:50:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3647">
    <title>Re: Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3647</link>
    <description>&lt;pre&gt;

Neither am I.


It happens that when I run Emacs the first thing I get is the Welcome 
Screen, not the scratch buffer. Now I know what that is. Thanks a lot.


Even after reading this page it took me some time to figure out how to 
do what I wanted to do (to use SumatraPDF to view PDF files), but I 
eventually managed to do it.

Thanks a lot. You were most helpful.

Best regards,

Jose Carlos Santos
&lt;/pre&gt;</description>
    <dc:creator>José Carlos Santos</dc:creator>
    <dc:date>2010-02-25T09:46:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3646">
    <title>Re: automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3646</link>
    <description>&lt;pre&gt;

I cannot reproduce this with
emacs -Q -l auctex file.tex

Perhaps you could provide a full bug report with `M-x
TeX-submit-bug-report &amp;lt;RET&amp;gt;' which should contain a recipe for
reproducing the problem; ideally with Emacs started as shown above.


Could it be that you haven't discovered RefTeX yet?
(info "(reftex)Top") &amp;lt;-- Type `C-x C-e' here.

&lt;/pre&gt;</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2010-02-24T20:34:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3645">
    <title>automatic insertion of labels</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3645</link>
    <description>&lt;pre&gt;Two questions, really:

1) When I use TeX-insert-macro to insert "\label", I get the message
"Symbol's function definition is void: nil" instead of being prompted for 
an argument.  Is this normal?  How can I change this so that I am prompted 
for an argument?

2) Is is possible to have labels automatically inserted for theorem-like 
environments the way they can be for equation-like environments?  I 
haven't been able to find out what the corresponding variables might be.

Thanks for your help,
David Romano
&lt;/pre&gt;</description>
    <dc:creator>David Romano</dc:creator>
    <dc:date>2010-02-24T18:47:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3644">
    <title>Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3644</link>
    <description>&lt;pre&gt;
Hi,

Maybe my last advice was unclear (I'm not a native English speaker).
Just copy `(info "(auctex) Starting viewers")' without the very outer 
quotation marks and paste it into an emacs buffer, e.g. into the scratch 
buffer, which should be automatically opened when starting emacs.

Then place the cursor after the very right parenthesis and press C-j. 
This should take you directly to the right node in the AUCTeX documentation.

Otherwise Type C-h i and then navigate AUCTeX &amp;gt; Processing &amp;gt; Viewing &amp;gt; 
Starting Viewers.

Regards,
Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-24T13:31:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3643">
    <title>Re: Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3643</link>
    <description>&lt;pre&gt;

Right. I had not noticed it. :-(


Can you please explain the meaning of pasting something into scratch?

Best regards,

Jose Carlos Santos
&lt;/pre&gt;</description>
    <dc:creator>José Carlos Santos</dc:creator>
    <dc:date>2010-02-23T22:08:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3642">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3642</link>
    <description>&lt;pre&gt;

In my case downgrading to 8.70 helped.

&lt;/pre&gt;</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2010-02-23T18:38:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3641">
    <title>Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3641</link>
    <description>&lt;pre&gt;Hi,

The process of starting viewers has changed in 11.86 and the old 
implementation will become obsolete (see "New features" in the release 
notes obove)

Paste
(info "(auctex) Starting viewers")
into scratch and press C-j in order to jump to the corresponding part of 
the documentation.

Regards,
Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-23T16:08:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3640">
    <title>Re: AUCTeX 11.86 released</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3640</link>
    <description>&lt;pre&gt;

I installed AUCTeX 11.86 and now I have a problem. If I open a .tex file 
using Emacs and then I do

C-h v TeX-output-view-style &amp;lt;RET&amp;gt;

what I get is:

TeX-output-view-style is a variable defined in `tex.el'.
Its value is
(("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "dvips %d -o &amp;amp;&amp;amp; start \"\" %f")
  ("^dvi$" "." "yap -1 %dS %d")
  ("^pdf$" "." "SumatraPDF %o")
  ("^html?$" "." "start \"\" %o"))

So, as you can see, if what I want is to view a file called, say, 
test.pdf, then the command line which should be used to open it was 
supposed to be

SumatraPDF test.pdf

Instead, what I get is

start "" "test.pdf"

Can anyone tell me why? (And also how to change that?)

Best regards,

Jose Carlos Santos
&lt;/pre&gt;</description>
    <dc:creator>José Carlos Santos</dc:creator>
    <dc:date>2010-02-23T14:55:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3639">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3639</link>
    <description>&lt;pre&gt;auctex&amp;lt; at &amp;gt;lonely-star.org schrieb:

Hi,
I think, that I had a very similar error (I remember the stop signs an a 
very ugly error message with execution stack). I had this problem after 
updating to AUCTeX 11.86.
Reinstalling gs worked for me, although this occurred on my windows 
machine...

Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-23T12:57:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3638">
    <title>Re: Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3638</link>
    <description>&lt;pre&gt;Hi,

I am on gentoo linux. I have gs version 8.71 installed. I reinstalled
it, no help.
What makes you think it could be the ghostscript version?

Regards,
Nathan
&lt;/pre&gt;</description>
    <dc:creator>auctex&lt; at &gt;lonely-star.org</dc:creator>
    <dc:date>2010-02-23T07:57:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3637">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3637</link>
    <description>&lt;pre&gt;Hi,

pdflatex compiles the document nicely and auctex is in pdf mode.
&lt;/pre&gt;</description>
    <dc:creator>auctex&lt; at &gt;lonely-star.org</dc:creator>
    <dc:date>2010-02-23T07:54:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3636">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3636</link>
    <description>&lt;pre&gt;On Mon, 22 Feb 2010 19:21 +0100, "Nathan Hüsken"
&amp;lt;auctex&amp;lt; at &amp;gt;lonely-star.org&amp;gt; wrote:

Are you sure your LaTeX code compiles? I've seen this sort of thing when
I had made a mistake in some LaTeX code that gets previewed...

Joost
&lt;/pre&gt;</description>
    <dc:creator>Joost Kremers</dc:creator>
    <dc:date>2010-02-22T22:46:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3635">
    <title>Re: Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3635</link>
    <description>&lt;pre&gt;Hi,

try updating Ghostscript.

Regards,
Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-22T18:45:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3634">
    <title>Preview suddenly not working</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3634</link>
    <description>&lt;pre&gt;Hi,

I do not know what I changed. Everything worked and suddenly, not
previews are generated anymore. Only red stop signs are displayed.

The error message I get when clicking on the stop signs is:

gs -dOutputFile\=\(master.prv/tmp7037xks/pr1-1.png\) -q -dSAFER
-dNOPAUSE -DNOPLATFONTS -dPrinted -dTextAlphaBits\=4
-dGraphicsAlphaBits\=4 -sDEVICE\=png16m -r144x144.076
GS&amp;gt;{DELAYSAFER{.setsafe}if}stopped pop/.preview-BP
currentpagedevice/BeginPage get dup null eq{pop{pop}bind}if
def&amp;lt;&amp;lt;/BeginPage{currentpagedevice/PageSize get dup 0 get 1 ne exch 1 get
1 ne or{.preview-BP 0 0 0 setrgbcolor clippath fill 1 1 1
setrgbcolor}{pop}ifelse}bind/PageSize[1
1]&amp;gt;&amp;gt;setpagedevice/preview-do{[count 3 roll save]3 1 roll dup length 0
eq{pop}{setpagedevice}{ifelse .runandhide}stopped{handleerror quit}if
aload pop restore}bind def /GS_PDF_ProcSet GS_PDF_ProcSet dup maxlength
dict copy dup begin/graphicsbeginpage{//graphicsbeginpage exec 1 1 1 3
copy rg RG}bind store end readonly store
[(master.prv/tmp7037xks/preview.dsc)(r)file]al&lt;/pre&gt;</description>
    <dc:creator>Nathan Hüsken</dc:creator>
    <dc:date>2010-02-22T18:21:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3632">
    <title>Folding: some maths characters are not displayed</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3632</link>
    <description>&lt;pre&gt;Hi there!

I've got problems when folding some maths characters.
Most of the symbols display correctly, if I fold the buffer, but some 
are just displayed as a single empty box.
If I check for example the "Latex Fold Math Spec List", epsilon, amalg, 
preceq, succeq, Join, many arrows and other ones are not shown correctly.

I remember having this problem worse, but after an update of 
Emacs/AUCTeX many symbols appeared, others stayed as a box.

It seems not to be an AUCTeX specific problem, because if I copy one of 
the boxes, which "represents" a symbol, and paste it e.g. into my 
Thunderbird text field, the symbol appears correctly.

What could cause the problem?

Thanks and regards,

Fred
&lt;/pre&gt;</description>
    <dc:creator>Frederik</dc:creator>
    <dc:date>2010-02-21T10:22:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.auctex.general">
    <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.general</link>
  </textinput>
</rdf:RDF>
