<?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.general">
    <title>gmane.emacs.auctex.general</title>
    <link>http://blog.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/3037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3026"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3025"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3022"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3021"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3020"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3019"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.auctex.general/3018"/>
      </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/3037">
    <title>Re: Re: How to get pdf mode turned on automatically forbeamer files</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3037</link>
    <description>

I reverted the change because it did not work correctly.  It seems to
work if the style information is updated right before the mode hooks are
called but I need to check this more thoroughly.


Sure.


Yes.

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-12-01T19:33:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3036">
    <title>Re: How to get pdf mode turned on automatically for beamerfiles</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3036</link>
    <description>
Before I update to the latest version CVS, does AUCTeX work with the
reftex in Emacs? Any plan to synchronise the two versions of reftex? At
least it will give reftex more testing.

Thanks,
</description>
    <dc:creator>Leo</dc:creator>
    <dc:date>2008-12-01T06:45:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3035">
    <title>Re: Re: How to get pdf mode turned on automatically forbeamer files</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3035</link>
    <description>

Not really.  It looks like a change in Emacs led to this because it
still sort of works in Emacs 22.  I say "sort of" because of the
problems Reiner mentioned in this thread.

I changed the code in AUCTeX now in a way which ensures that the style
information is available when the mode hooks are run.  So if you use

(add-hook 'LaTeX-mode-hook
  (lambda ()
    (when (member "beamer" TeX-active-styles)
      (TeX-PDF-mode 1))))

instead of the code quoted above it should work.  However, even though
everything seemed to work when testing, the change I made may have side
effects and cause other problems, so please be on the lookout for bugs
related to the style system, like missing macro completion or
fontification.

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-30T20:35:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3034">
    <title>Re: How to get pdf mode turned on automatically for beamerfiles</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3034</link>
    <description>
Any idea why this stops working with latest CVS?

Thanks,
</description>
    <dc:creator>Leo</dc:creator>
    <dc:date>2008-11-29T15:46:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3033">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3033</link>
    <description>

And if you select the menu entries "Ref --&gt; Parse Document --&gt; Entire
Document" and "Ref --&gt; Parse Document --&gt; Save to File"?


In my case referencing (`C-c )') and clicking on labels and references
with `S-Mouse-2' is working fine even with this macro in the master
file.  I've attached a small multifile example with three files I used
for testing.


This is an AUCTeX feature.  See (info "(auctex)European").

This is clearly not related to labels and references, so I wonder why
you bring this up here.


No idea.  The string "cannot find it" is not in the RefTeX sources.  Are
you sure you are actually calling a RefTeX function?  What's the output
if you type `C-h k' and then click on the label with `S-Mouse-2'?

Perhaps you can make a minimal example (like the one I provided) which
can be used to reproduce the problem?  Please also include a description
of what exactly you do in which file.

By the way, which versions of Emacs and RefTeX are you using?  `C-h v
emacs-version &lt;RET&gt;' and `C-h v reftex-version &lt;RET&gt;' should tell you.


No, see (info "(emacs)Incremental Search").

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-26T22:09:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3032">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3032</link>
    <description>Le 25.11.2008 21:43, Ralf Angeli a écrit :
entry for
multiple files.
should be

No.

But I found the culprit: this macro in TeX-master:

\newcommand{\cesure}{%
  {\fontfamily{dvng}\selectfont%
    \char'377}}
\newcommand{\ltiret}{%
  \hbox{\cesure\kern -1.3pt\cesure\kern -1.3pt\cesure\kern
    -1.3pt\cesure}}

This macro destroys the link between TeX-master and other files, for
instance, I use babel and frenchb, in that case when I strike the "-key
it is expanded to \og or \fg{} (french quotation marks).
I don't understand why, so I can't repair it! If anyone has some idea....

If I remove it, whenever I click on \ref or \pageref with mouse middle
button, emacs opens a second buffer and shows me the corresponding \label.

But if I do the same on a \label, this mini-buffer answer:

Sorry, cannot find it (\\\(eq\|page\|[fvF]\)?ref{trl\.combin\.ref\.kedara})

What does this mean?


interface",
tick them....
in the
about are

The name "isearch whole document" seems to be related to my problem....
But I may be wrong!

Thanks for helping.

--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-26T08:42:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3031">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3031</link>
    <description>

Okay, is there a &lt;master&gt;.rel file in the directory of the master file
and does it contain the names of the input files?  Are the labels listed
in the file?


Why do you think these options affect parsing?

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-25T20:43:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3030">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3030</link>
    <description>Le 24.11.2008 19:15, Ralf Angeli a écrit :

Yes I have this in every files and

%%% TeX-master: t

in the master file


Yes, I am aware of this, this was just an information, if I tick these
boxes, nothing change in the behaviour of "Parse document" which scans
the entire document, as I can see it in the "Messages" buffer (every
file which are "input" in the master file is scanned) and the minibuff
answers at the end: "Scanning document... done"

Thanks for helping

--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-25T07:49:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3029">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3029</link>
    <description>

Do your files specify `TeX-master' as file variable?  There should be
something like the following at the end of each file.

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "master"
%%% End: 

AUCTeX inserts this automatically in new files if the `TeX-master'
variable is set as specified on the first page of the AUCTeX manual.


Are you sure you have the right menu?  The parsing entries are in the
submenu "Ref --&gt; Parse Document".  The entries you are talking about are
in the submenu "Ref --&gt; Options".

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-24T18:15:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3028">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3028</link>
    <description>Le 23.11.2008 18:26, Ralf Angeli a écrit :

Even if I use this menu, it doesn't find anything across multiple files.

In this menu, I can see boxes to be ticked: one is "AucTex interface",
another one is "isearch whole document". nothing happens if I tick them....


--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-24T07:53:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3027">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3027</link>
    <description>

Did you tell RefTeX to parse the document?  There is a menu entry for
that: "Ref --&gt; Parse Document --&gt; Entire Document"

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-23T17:26:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3026">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3026</link>
    <description>Le 23.11.2008 15:47, Pierre Lorenzon a écrit :
(same if

OK. Thanks, this (almost) works, almost means that now the whole
reference is taken into account but, I use a master file with preamble
and multiple "\input file" to load the several chapters of a book. If
the label and ref are in the same file, there is no problem, but emacs
does not display label and ref accross two different files. Is it
possible to customize this?

Thanks

François

--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-23T17:22:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3025">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3025</link>
    <description>

I'm not sure what the text in quotes means, but the way the label is
written it lacks a classifier for thing it is labeling, e.g. "fig:" for
figures or "sec:" for sections.  So if you want to reference a figure,
RefTeX will not be able to limit the offered list of labels to those
belonging to figures.  This means you got rid of a useful feature.

The same goes for the fancyref LaTeX package which also makes use of
prefixes to distinguish label types.

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-23T14:14:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3024">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3024</link>
    <description>
Bonjour,
From: François Patte &lt;francois.patte&lt; at &gt;mi.parisdescartes.fr&gt;
Subject: [AUCTeX] label ref and TeX-master questions
Date: Sun, 23 Nov 2008 12:24:15 +0100


  I am just using same structure for labels which I found
  particularly "functorial with respect to the ideas" but
  simply replacing "," with "." and everything goes well !

  Pierre
</description>
    <dc:creator>Pierre Lorenzon</dc:creator>
    <dc:date>2008-11-23T14:47:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3023">
    <title>Re: label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3023</link>
    <description>

This is a RefTeX feature, not one of AUCTeX.  The mechanism for
displaying cross-reference information in RefTeX determines the key with
the same function for \ref, \cite, \label, etc.  In \cite you might have
multiple citations separated by comma, therefore the comma is used as a
separator and only part of the keys you use for your labels is found.
While this could probably be changed in RefTeX I am not sure this is a
good idea because there might be LaTeX packages (that I am not aware of)
which allow multiple keys per reference macro.  So a workaround would be
to avoid the comma in labels.


M-x customize-variable &lt;RET&gt; TeX-one-master &lt;RET&gt;

and extend the regexp to match the .dn extension as well.  So it should
look something like this in the customization buffer:

\.\(texi?\|dtx\|dn\)$

You might also have to customize `TeX-file-extenstions'.

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-23T12:48:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3022">
    <title>label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3022</link>
    <description>Bonjour,

I have a few questions about auctex:

1- I use to write my labels in this way:
\label{title,section-title,topic}

When the mouse is over a ref, the whole command is highlighted and, if
the mouse is over title, I get this answer: label title unknown (same if
it is over section-titel or topic).

Is there a way to have auctex reading the complete reference name given?

2- I defined a mode with dn extension in my .emacs which loads the
latex-mode; when I open a new file with this dn extension, auctex asks
for the master file but does not write anything at the end of the buffer
like it does if I open a new file with the tex extension:


%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:


How to correct this.

Thanks for attention.

--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-23T11:24:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3021">
    <title>label ref and TeX-master questions</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3021</link>
    <description>Bonjour,

I have a few questions about auctex:

1- I use to write my labels in this way:
\label{title,section-title,topic}

When the mouse is over a ref, the whole command is highlighted and, if
the mouse is over title, I get this answer: label title unknown (same if
it is over section-titel or topic).

Is there a way to have auctex reading the complete reference name given?

2- I defined a mode with dn extension in my .emacs which loads the
latex-mode; when I open a new file with this dn extension, auctex asks
for the master file but does not write anything at the end of the buffer
like it does if I open a new file with the tex extension:


%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:


How to correct this.

Thanks for attention.

--
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 44 55 35 61
http://www.math-info.univ-paris5.fr/~patte
</description>
    <dc:creator>François Patte</dc:creator>
    <dc:date>2008-11-23T11:23:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3020">
    <title>Re: Is there an easy way to create keybindings for commandssimiliar to "section", etc.</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3020</link>
    <description>

Macros are mostly inserted with `C-c &lt;RET&gt;'.  How support for special
macros can be added to AUCTeX is described in the manual, see
(info "(auctex)Adding Macros").

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-23T11:20:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3019">
    <title>Is there an easy way to create keybindings for commands similiar to "section", etc.</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3019</link>
    <description>Hey,

I'm using AUCTeX and I am very satisfied with it. As using latex more 
and more, there is an growing demand for additional keybindings, similar 
to "C-c C-c C-s" for a section command. How can I (easily) create 
additional keybindings....... so for example C-c C-c C-u to query for an 
text and then insert "\example{query-text}".

I would appreciate any hints and tipps!

Thank you!

Greetings,
Basil
</description>
    <dc:creator>Basil Abou El-Komboz</dc:creator>
    <dc:date>2008-11-23T11:08:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3018">
    <title>Re: PC-look-for-include-file: No such include file:`C:/Program Files/MiKTeX.h'</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3018</link>
    <description>
Could you be more specific how to do this file:line:error messages?

Best,
</description>
    <dc:creator>Leo</dc:creator>
    <dc:date>2008-11-20T21:52:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.auctex.general/3017">
    <title>Re: PC-look-for-include-file: No such include file:`C:/Program Files/MiKTeX.h'</title>
    <link>http://permalink.gmane.org/gmane.emacs.auctex.general/3017</link>
    <description>

Could be a problem with the parser.  Does it work if you enable
file:line:error messages (either by configuring your TeX system or be
providing the respective command line parameter to the latex call)?

</description>
    <dc:creator>Ralf Angeli</dc:creator>
    <dc:date>2008-11-20T21:27:37</dc:date>
  </item>
  <textinput 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>
